| HDK
    | 
#include <GU_TrimBasePatch.h>
 Inheritance diagram for GU_TrimPatchPoint:
 Inheritance diagram for GU_TrimPatchPoint:| Public Attributes | |
| GU_TrimPatchPoint * | next | 
| GU_TrimPatchPoint * | above | 
| GU_TrimPatchPoint * | below | 
| int | increasing | 
| GU_TrimPatchPointType | type | 
| int | marker | 
|  Public Attributes inherited from GU_TrimBasePoint | |
| float | u | 
| float | v | 
| union { | |
| int64 myInt | |
| fpreal64 myReal | |
| const void * myPointer | |
| }; | |
| Additional Inherited Members | |
|  Public Member Functions inherited from GU_TrimBasePoint | |
| float | dist (const GU_TrimBasePoint &point) const | 
Definition at line 51 of file GU_TrimBasePatch.h.
| GU_TrimPatchPoint* GU_TrimPatchPoint::above | 
Definition at line 57 of file GU_TrimBasePatch.h.
| GU_TrimPatchPoint * GU_TrimPatchPoint::below | 
Definition at line 57 of file GU_TrimBasePatch.h.
| int GU_TrimPatchPoint::increasing | 
Definition at line 59 of file GU_TrimBasePatch.h.
| int GU_TrimPatchPoint::marker | 
Definition at line 62 of file GU_TrimBasePatch.h.
| GU_TrimPatchPoint* GU_TrimPatchPoint::next | 
Definition at line 54 of file GU_TrimBasePatch.h.
| GU_TrimPatchPointType GU_TrimPatchPoint::type | 
Definition at line 61 of file GU_TrimBasePatch.h.