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

Enumerations

enum  Method { Method::DIST = 0, Method::X, Method::Y, Method::Z }
 
enum  Measure { Measure::ARC = 0, Measure::CHORD }
 
enum  Treatpolysas { Treatpolysas::STRAIGHT = 0, Treatpolysas::SUBD, Treatpolysas::INTERP }
 

Functions

SYS_FORCE_INLINE UT_StringHolder getToken (Method enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Measure enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Treatpolysas enum_value)
 

Enumeration Type Documentation

Enumerator
ARC 
CHORD 

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

Enumerator
DIST 
X 
Y 
Z 

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

Enumerator
STRAIGHT 
SUBD 
INTERP 

Definition at line 63 of file SOP_Resample.proto.h.

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_ResampleEnums::getToken ( Method  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_ResampleEnums::getToken ( Measure  enum_value)

Definition at line 53 of file SOP_Resample.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_ResampleEnums::getToken ( Treatpolysas  enum_value)

Definition at line 71 of file SOP_Resample.proto.h.