HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOP_Sphere.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_Sphere.proto.h:

Go to the source code of this file.

Classes

class  SOP_SphereParms
 

Namespaces

 SOP_SphereEnums
 

Enumerations

enum  SOP_SphereEnums::Type {
  SOP_SphereEnums::Type::PRIM = 0, SOP_SphereEnums::Type::POLY, SOP_SphereEnums::Type::POLYMESH, SOP_SphereEnums::Type::MESH,
  SOP_SphereEnums::Type::NURBS, SOP_SphereEnums::Type::BEZIER, SOP_SphereEnums::Type::POLYSOUP
}
 
enum  SOP_SphereEnums::Surftype {
  SOP_SphereEnums::Surftype::ROWS = 0, SOP_SphereEnums::Surftype::COLS, SOP_SphereEnums::Surftype::ROWCOL, SOP_SphereEnums::Surftype::TRIANGLES,
  SOP_SphereEnums::Surftype::QUADS, SOP_SphereEnums::Surftype::ALTTRIANGLES, SOP_SphereEnums::Surftype::REVTRIANGLES
}
 
enum  SOP_SphereEnums::Orient { SOP_SphereEnums::Orient::X = 0, SOP_SphereEnums::Orient::Y, SOP_SphereEnums::Orient::Z }