HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOP_Control.proto.h File Reference
#include <SOP/SOP_API.h>
#include <SOP/SOP_NodeVerb.h>
#include <SOP/SOP_GraphProxy.h>
#include <OP/OP_Utils.h>
#include <PRM/PRM_Parm.h>
#include <UT/UT_IStream.h>
#include <UT/UT_NTStreamUtil.h>
#include <UT/UT_Ramp.h>
#include <UT/UT_SharedPtr.h>
#include <UT/UT_StringHolder.h>
#include <UT/UT_StringStream.h>
#include <UT/UT_VectorTypes.h>
#include <UT/UT_EnvControl.h>
#include <SYS/SYS_Types.h>
+ Include dependency graph for SOP_Control.proto.h:

Go to the source code of this file.

Classes

class  SOP_ControlParms
 
struct  SOP_ControlParms::SnapPoints
 

Namespaces

 SOP_ControlEnums
 

Enumerations

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
}