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

Enumerations

enum  Grouptype {
  Grouptype::AUTO = 0, Grouptype::VERTICES, Grouptype::EDGES, Grouptype::POINTS,
  Grouptype::PRIMS
}
 
enum  Method { Method::AVERAGE = 0, Method::LONGEST, Method::SHORTEST }
 

Functions

SYS_FORCE_INLINE UT_StringHolder getToken (Grouptype enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Method enum_value)
 

Enumeration Type Documentation

Enumerator
AUTO 
VERTICES 
EDGES 
POINTS 
PRIMS 

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

Enumerator
AVERAGE 
LONGEST 
SHORTEST 

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

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_EdgeEqualizeEnums::getToken ( Grouptype  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_EdgeEqualizeEnums::getToken ( Method  enum_value)

Definition at line 56 of file SOP_EdgeEqualize.proto.h.