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

Enumerations

enum  Grouptype {
  Grouptype::GUESS = 0, Grouptype::VERTICES, Grouptype::EDGES, Grouptype::POINTS,
  Grouptype::PRIMS
}
 
enum  Postype { Postype::AVG = 0, Postype::FIRST }
 
enum  Metric { Metric::UV = 0, Metric::UVW, Metric::XYZ }
 
enum  Gridtype { Gridtype::SPACING = 0, Gridtype::LINES, Gridtype::POW2 }
 
enum  Gridround { Gridround::NEAREST = 0, Gridround::DOWN, Gridround::UP }
 

Functions

SYS_FORCE_INLINE UT_StringHolder getToken (Grouptype enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Postype enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Metric enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Gridtype enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Gridround enum_value)
 

Enumeration Type Documentation

Enumerator
NEAREST 
DOWN 
UP 

Definition at line 103 of file SOP_UVFuse.proto.h.

Enumerator
SPACING 
LINES 
POW2 

Definition at line 84 of file SOP_UVFuse.proto.h.

Enumerator
GUESS 
VERTICES 
EDGES 
POINTS 
PRIMS 

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

Enumerator
UV 
UVW 
XYZ 

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

Enumerator
AVG 
FIRST 

Definition at line 48 of file SOP_UVFuse.proto.h.

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_UVFuseEnums::getToken ( Grouptype  enum_value)

Definition at line 35 of file SOP_UVFuse.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_UVFuseEnums::getToken ( Postype  enum_value)

Definition at line 55 of file SOP_UVFuse.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_UVFuseEnums::getToken ( Metric  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_UVFuseEnums::getToken ( Gridtype  enum_value)

Definition at line 92 of file SOP_UVFuse.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_UVFuseEnums::getToken ( Gridround  enum_value)

Definition at line 111 of file SOP_UVFuse.proto.h.