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

Enumerations

enum  Type { Type::PRIM = 0, Type::POLY, Type::NURBS, Type::BEZIER }
 
enum  Orient { Orient::XY = 0, Orient::YZ, Orient::ZX }
 
enum  Arc { Arc::CLOSED = 0, Arc::OPENARC, Arc::CLOSEDARC, Arc::SLICEDARC }
 

Functions

SYS_FORCE_INLINE UT_StringHolder getToken (Type enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Orient enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Arc enum_value)
 

Enumeration Type Documentation

enum SOP_CircleEnums::Arc
strong
Enumerator
CLOSED 
OPENARC 
CLOSEDARC 
SLICEDARC 

Definition at line 65 of file SOP_Circle.proto.h.

Enumerator
XY 
YZ 
ZX 

Definition at line 46 of file SOP_Circle.proto.h.

enum SOP_CircleEnums::Type
strong
Enumerator
PRIM 
POLY 
NURBS 
BEZIER 

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

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_CircleEnums::getToken ( Type  enum_value)

Definition at line 34 of file SOP_Circle.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_CircleEnums::getToken ( Orient  enum_value)

Definition at line 54 of file SOP_Circle.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_CircleEnums::getToken ( Arc  enum_value)

Definition at line 74 of file SOP_Circle.proto.h.