HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOP_PolyPatchEnums Namespace Reference

Enumerations

enum  Basis { Basis::CARDINAL = 0, Basis::BSPLINE }
 
enum  Connecttype {
  Connecttype::ROWS = 0, Connecttype::COLS, Connecttype::ROWCOL, Connecttype::TRIANGLES,
  Connecttype::QUADS, Connecttype::ALTTRIANGLES, Connecttype::REVTRIANGLES, Connecttype::INHERITCONNECT
}
 
enum  Closeu { Closeu::NONEWU = 0, Closeu::WU, Closeu::IFPRIMWU }
 
enum  Closev { Closev::NONEWV = 0, Closev::WV, Closev::IFPRIMWV }
 
enum  Firstuclamp { Firstuclamp::FIRSTUCLAMPOFF = 0, Firstuclamp::FIRSTUCLAMPON, Firstuclamp::FIRSTUCLAMPIFPRIM }
 
enum  Lastuclamp { Lastuclamp::LASTUCLAMPOFF = 0, Lastuclamp::LASTUCLAMPON, Lastuclamp::LASTUCLAMPIFPRIM }
 
enum  Firstvclamp { Firstvclamp::FIRSTVCLAMPOFF = 0, Firstvclamp::FIRSTVCLAMPON, Firstvclamp::FIRSTVCLAMPIFPRIM }
 
enum  Lastvclamp { Lastvclamp::LASTVCLAMPOFF = 0, Lastvclamp::LASTVCLAMPON, Lastvclamp::LASTVCLAMPIFPRIM }
 

Functions

SYS_FORCE_INLINE UT_StringHolder getToken (Basis enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Connecttype enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Closeu enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Closev enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Firstuclamp enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Lastuclamp enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Firstvclamp enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Lastvclamp enum_value)
 

Enumeration Type Documentation

Enumerator
CARDINAL 
BSPLINE 

Definition at line 25 of file SOP_PolyPatch.proto.h.

Enumerator
NONEWU 
WU 
IFPRIMWU 

Definition at line 71 of file SOP_PolyPatch.proto.h.

Enumerator
NONEWV 
WV 
IFPRIMWV 

Definition at line 90 of file SOP_PolyPatch.proto.h.

Enumerator
ROWS 
COLS 
ROWCOL 
TRIANGLES 
QUADS 
ALTTRIANGLES 
REVTRIANGLES 
INHERITCONNECT 

Definition at line 42 of file SOP_PolyPatch.proto.h.

Enumerator
FIRSTUCLAMPOFF 
FIRSTUCLAMPON 
FIRSTUCLAMPIFPRIM 

Definition at line 109 of file SOP_PolyPatch.proto.h.

Enumerator
FIRSTVCLAMPOFF 
FIRSTVCLAMPON 
FIRSTVCLAMPIFPRIM 

Definition at line 147 of file SOP_PolyPatch.proto.h.

Enumerator
LASTUCLAMPOFF 
LASTUCLAMPON 
LASTUCLAMPIFPRIM 

Definition at line 128 of file SOP_PolyPatch.proto.h.

Enumerator
LASTVCLAMPOFF 
LASTVCLAMPON 
LASTVCLAMPIFPRIM 

Definition at line 166 of file SOP_PolyPatch.proto.h.

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_PolyPatchEnums::getToken ( Basis  enum_value)

Definition at line 32 of file SOP_PolyPatch.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_PolyPatchEnums::getToken ( Connecttype  enum_value)

Definition at line 55 of file SOP_PolyPatch.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_PolyPatchEnums::getToken ( Closeu  enum_value)

Definition at line 79 of file SOP_PolyPatch.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_PolyPatchEnums::getToken ( Closev  enum_value)

Definition at line 98 of file SOP_PolyPatch.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_PolyPatchEnums::getToken ( Firstuclamp  enum_value)

Definition at line 117 of file SOP_PolyPatch.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_PolyPatchEnums::getToken ( Lastuclamp  enum_value)

Definition at line 136 of file SOP_PolyPatch.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_PolyPatchEnums::getToken ( Firstvclamp  enum_value)

Definition at line 155 of file SOP_PolyPatch.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_PolyPatchEnums::getToken ( Lastvclamp  enum_value)

Definition at line 174 of file SOP_PolyPatch.proto.h.