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

Enumerations

enum  DisplayIcon { DisplayIcon::ICON = 0, DisplayIcon::AXIS, DisplayIcon::ICONANDAXIS }
 
enum  ControlType {
  ControlType::NULL_ = 0, ControlType::CIRCLES, ControlType::BOX, ControlType::PLANES,
  ControlType::NULLANDCIRCLES, ControlType::NULLANDBOX, ControlType::NULLANDPLANES, ControlType::CUSTOM
}
 
enum  Orientation {
  Orientation::XYZ = 0, Orientation::X, Orientation::Y, Orientation::Z,
  Orientation::XY, Orientation::XZ, Orientation::YZ
}
 

Functions

SYS_FORCE_INLINE UT_StringHolder getToken (DisplayIcon enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (ControlType enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Orientation enum_value)
 

Enumeration Type Documentation

Enumerator
NULL_ 
CIRCLES 
BOX 
PLANES 
NULLANDCIRCLES 
NULLANDBOX 
NULLANDPLANES 
CUSTOM 

Definition at line 44 of file SOP_Control.proto.h.

Enumerator
ICON 
AXIS 
ICONANDAXIS 

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

Enumerator
XYZ 
X 
Y 
Z 
XY 
XZ 
YZ 

Definition at line 73 of file SOP_Control.proto.h.

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_ControlEnums::getToken ( DisplayIcon  enum_value)

Definition at line 33 of file SOP_Control.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_ControlEnums::getToken ( ControlType  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_ControlEnums::getToken ( Orientation  enum_value)

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