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
}
 

Enumeration Type Documentation

Enumerator
NULL_ 
CIRCLES 
BOX 
PLANES 
NULLANDCIRCLES 
NULLANDBOX 
NULLANDPLANES 
CUSTOM 

Definition at line 31 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 42 of file SOP_Control.proto.h.