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

Enumerations

enum  Grouptype {
  Grouptype::ANY = 0, Grouptype::POINTS, Grouptype::PRIMS, Grouptype::EDGES,
  Grouptype::VERTICES
}
 
enum  Conflict { Conflict::WARN = 0, Conflict::ERROR, Conflict::OVERWRITE, Conflict::UNION }
 

Functions

SYS_FORCE_INLINE UT_StringHolder getToken (Grouptype enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Conflict enum_value)
 

Enumeration Type Documentation

Enumerator
WARN 
ERROR 
OVERWRITE 
UNION 

Definition at line 48 of file SOP_GroupRename.proto.h.

Enumerator
ANY 
POINTS 
PRIMS 
EDGES 
VERTICES 

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

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_GroupRenameEnums::getToken ( Grouptype  enum_value)

Definition at line 35 of file SOP_GroupRename.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_GroupRenameEnums::getToken ( Conflict  enum_value)

Definition at line 57 of file SOP_GroupRename.proto.h.