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

Enumerations

enum  Type {
  Type::PRIM = 0, Type::POLY, Type::MESH, Type::NURBS,
  Type::BEZIER, Type::POLYSOUP
}
 
enum  Surftype {
  Surftype::ROWS = 0, Surftype::COLS, Surftype::ROWCOL, Surftype::TRIANGLES,
  Surftype::QUADS, Surftype::ALTTRIANGLES, Surftype::REVTRIANGLES
}
 
enum  Orient { Orient::X = 0, Orient::Y, Orient::Z }
 

Functions

SYS_FORCE_INLINE UT_StringHolder getToken (Type enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Surftype enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Orient enum_value)
 

Enumeration Type Documentation

enum SOP_TubeEnums::Orient
strong
Enumerator
X 
Y 
Z 

Definition at line 77 of file SOP_Tube.proto.h.

Enumerator
ROWS 
COLS 
ROWCOL 
TRIANGLES 
QUADS 
ALTTRIANGLES 
REVTRIANGLES 

Definition at line 50 of file SOP_Tube.proto.h.

enum SOP_TubeEnums::Type
strong
Enumerator
PRIM 
POLY 
MESH 
NURBS 
BEZIER 
POLYSOUP 

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

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_TubeEnums::getToken ( Type  enum_value)

Definition at line 36 of file SOP_Tube.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_TubeEnums::getToken ( Surftype  enum_value)

Definition at line 62 of file SOP_Tube.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_TubeEnums::getToken ( Orient  enum_value)

Definition at line 85 of file SOP_Tube.proto.h.