Go to the source code of this file.
 | 
| enum   | SOP_ControlEnums::DisplayIcon { SOP_ControlEnums::DisplayIcon::ICON = 0, 
SOP_ControlEnums::DisplayIcon::AXIS, 
SOP_ControlEnums::DisplayIcon::ICONANDAXIS
 } | 
|   | 
| enum   | SOP_ControlEnums::ControlType {  
  SOP_ControlEnums::ControlType::NULL_ = 0, 
SOP_ControlEnums::ControlType::CIRCLES, 
SOP_ControlEnums::ControlType::BOX, 
SOP_ControlEnums::ControlType::PLANES, 
 
  SOP_ControlEnums::ControlType::NULLANDCIRCLES, 
SOP_ControlEnums::ControlType::NULLANDBOX, 
SOP_ControlEnums::ControlType::NULLANDPLANES, 
SOP_ControlEnums::ControlType::CUSTOM
 
 } | 
|   | 
| enum   | SOP_ControlEnums::Orientation {  
  SOP_ControlEnums::Orientation::XYZ = 0, 
SOP_ControlEnums::Orientation::X, 
SOP_ControlEnums::Orientation::Y, 
SOP_ControlEnums::Orientation::Z, 
 
  SOP_ControlEnums::Orientation::XY, 
SOP_ControlEnums::Orientation::XZ, 
SOP_ControlEnums::Orientation::YZ
 
 } | 
|   |