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

Enumerations

enum  Grouptype { Grouptype::PRIMITIVE = 0, Grouptype::POINT, Grouptype::EDGE, Grouptype::VERTEX }
 
enum  Mergeop { Mergeop::REPLACE = 0, Mergeop::UNION, Mergeop::INTERSECT, Mergeop::SUBTRACT }
 
enum  Boundtype {
  Boundtype::USEBBOX = 0, Boundtype::USEBSPHERE, Boundtype::USEBOBJECT, Boundtype::USEBVOLUME,
  Boundtype::USEBCONVEX
}
 

Functions

SYS_FORCE_INLINE UT_StringHolder getToken (Grouptype enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Mergeop enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Boundtype enum_value)
 

Enumeration Type Documentation

Enumerator
USEBBOX 
USEBSPHERE 
USEBOBJECT 
USEBVOLUME 
USEBCONVEX 

Definition at line 67 of file SOP_GroupCreate.proto.h.

Enumerator
PRIMITIVE 
POINT 
EDGE 
VERTEX 

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

Enumerator
REPLACE 
UNION 
INTERSECT 
SUBTRACT 

Definition at line 46 of file SOP_GroupCreate.proto.h.

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_GroupCreateEnums::getToken ( Grouptype  enum_value)

Definition at line 34 of file SOP_GroupCreate.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_GroupCreateEnums::getToken ( Mergeop  enum_value)

Definition at line 55 of file SOP_GroupCreate.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_GroupCreateEnums::getToken ( Boundtype  enum_value)

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