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

Enumerations

enum  Type { Type::POLY = 0, Type::NURBS, Type::BEZIER, Type::POINTS }
 
enum  Method { Method::CV = 0, Method::BREAKPOINTS, Method::FREEHAND }
 
enum  Param { Param::UNIFORM = 0, Param::CHRDLEN, Param::CENTRIP }
 

Functions

SYS_FORCE_INLINE UT_StringHolder getToken (Type enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Method enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Param enum_value)
 

Enumeration Type Documentation

Enumerator
CV 
BREAKPOINTS 
FREEHAND 

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

enum SOP_CurveEnums::Param
strong
Enumerator
UNIFORM 
CHRDLEN 
CENTRIP 

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

enum SOP_CurveEnums::Type
strong
Enumerator
POLY 
NURBS 
BEZIER 
POINTS 

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

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_CurveEnums::getToken ( Type  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_CurveEnums::getToken ( Method  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_CurveEnums::getToken ( Param  enum_value)

Definition at line 73 of file SOP_Curve.proto.h.