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

Enumerations

enum  Type { Type::POINTS = 0, Type::EDGES }
 
enum  Strategy { Strategy::REMOVE = 0, Strategy::CUT }
 
enum  DetectEdgeChanges { DetectEdgeChanges::ATTRIBCROSSING = 0, DetectEdgeChanges::ATTRIBCHANGE }
 

Functions

SYS_FORCE_INLINE UT_StringHolder getToken (Type enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Strategy enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (DetectEdgeChanges enum_value)
 

Enumeration Type Documentation

Enumerator
ATTRIBCROSSING 
ATTRIBCHANGE 

Definition at line 59 of file SOP_PolyCut.proto.h.

Enumerator
REMOVE 
CUT 

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

Enumerator
POINTS 
EDGES 

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

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_PolyCutEnums::getToken ( Type  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_PolyCutEnums::getToken ( Strategy  enum_value)

Definition at line 49 of file SOP_PolyCut.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_PolyCutEnums::getToken ( DetectEdgeChanges  enum_value)

Definition at line 66 of file SOP_PolyCut.proto.h.