HDK
|
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) |
|
strong |
Enumerator | |
---|---|
CARDINAL | |
BSPLINE |
Definition at line 25 of file SOP_PolyPatch.proto.h.
|
strong |
Enumerator | |
---|---|
NONEWU | |
WU | |
IFPRIMWU |
Definition at line 71 of file SOP_PolyPatch.proto.h.
|
strong |
Enumerator | |
---|---|
NONEWV | |
WV | |
IFPRIMWV |
Definition at line 90 of file SOP_PolyPatch.proto.h.
|
strong |
Enumerator | |
---|---|
ROWS | |
COLS | |
ROWCOL | |
TRIANGLES | |
QUADS | |
ALTTRIANGLES | |
REVTRIANGLES | |
INHERITCONNECT |
Definition at line 42 of file SOP_PolyPatch.proto.h.
|
strong |
Enumerator | |
---|---|
FIRSTUCLAMPOFF | |
FIRSTUCLAMPON | |
FIRSTUCLAMPIFPRIM |
Definition at line 109 of file SOP_PolyPatch.proto.h.
|
strong |
Enumerator | |
---|---|
FIRSTVCLAMPOFF | |
FIRSTVCLAMPON | |
FIRSTVCLAMPIFPRIM |
Definition at line 147 of file SOP_PolyPatch.proto.h.
|
strong |
Enumerator | |
---|---|
LASTUCLAMPOFF | |
LASTUCLAMPON | |
LASTUCLAMPIFPRIM |
Definition at line 128 of file SOP_PolyPatch.proto.h.
|
strong |
Enumerator | |
---|---|
LASTVCLAMPOFF | |
LASTVCLAMPON | |
LASTVCLAMPIFPRIM |
Definition at line 166 of file SOP_PolyPatch.proto.h.
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.