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

Enumerations

enum  Type {
  Type::POLY = 0, Type::MESH, Type::NURBS, Type::BEZIER,
  Type::POINTS, Type::POLYSOUP
}
 
enum  Surftype {
  Surftype::ROWS = 0, Surftype::COLS, Surftype::ROWCOL, Surftype::TRIANGLES,
  Surftype::QUADS, Surftype::ALTTRIANGLES, Surftype::REVTRIANGLES
}
 
enum  Orient { Orient::XY = 0, Orient::YZ, Orient::ZX }
 

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_GridEnums::Orient
strong
Enumerator
XY 
YZ 
ZX 

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

Enumerator
ROWS 
COLS 
ROWCOL 
TRIANGLES 
QUADS 
ALTTRIANGLES 
REVTRIANGLES 

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

enum SOP_GridEnums::Type
strong
Enumerator
POLY 
MESH 
NURBS 
BEZIER 
POINTS 
POLYSOUP 

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

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_GridEnums::getToken ( Type  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_GridEnums::getToken ( Surftype  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_GridEnums::getToken ( Orient  enum_value)

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