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

Enumerations

enum  Negate { Negate::DELE = 0, Negate::KEEP }
 
enum  Entity { Entity::PRIMITIVE = 0, Entity::POINT, Entity::EDGE }
 
enum  Groupop { Groupop::PATTERN = 0, Groupop::RANGE, Groupop::FILTER }
 
enum  Boundtype { Boundtype::USEBBOX = 0, Boundtype::USEBSPHERE }
 

Functions

SYS_FORCE_INLINE UT_StringHolder getToken (Negate enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Entity enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Groupop enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Boundtype enum_value)
 

Enumeration Type Documentation

Enumerator
USEBBOX 
USEBSPHERE 

Definition at line 80 of file SOP_Delete.proto.h.

Enumerator
PRIMITIVE 
POINT 
EDGE 

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

Enumerator
PATTERN 
RANGE 
FILTER 

Definition at line 61 of file SOP_Delete.proto.h.

Enumerator
DELE 
KEEP 

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

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_DeleteEnums::getToken ( Negate  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_DeleteEnums::getToken ( Entity  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_DeleteEnums::getToken ( Groupop  enum_value)

Definition at line 69 of file SOP_Delete.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_DeleteEnums::getToken ( Boundtype  enum_value)

Definition at line 87 of file SOP_Delete.proto.h.