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

Enumerations

enum  ConstraintSelection { ConstraintSelection::AUTO = 0, ConstraintSelection::MANUAL }
 
enum  MaskMode { MaskMode::MASKOFF = 0, MaskMode::MASKON }
 
enum  SolverType { SolverType::NONLINEAR = 0, SolverType::LINEAR }
 
enum  Debug_menu { Debug_menu::SHOW_NONE = 0, Debug_menu::SHOW_COARSE, Debug_menu::SHOW_DENSE }
 

Functions

SYS_FORCE_INLINE UT_StringHolder getToken (ConstraintSelection enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (MaskMode enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (SolverType enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Debug_menu enum_value)
 

Enumeration Type Documentation

Enumerator
AUTO 
MANUAL 

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

Enumerator
SHOW_NONE 
SHOW_COARSE 
SHOW_DENSE 

Definition at line 76 of file SOP_TopoTransfer.proto.h.

Enumerator
MASKOFF 
MASKON 

Definition at line 42 of file SOP_TopoTransfer.proto.h.

Enumerator
NONLINEAR 
LINEAR 

Definition at line 59 of file SOP_TopoTransfer.proto.h.

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_TopoTransferEnums::getToken ( ConstraintSelection  enum_value)

Definition at line 32 of file SOP_TopoTransfer.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_TopoTransferEnums::getToken ( MaskMode  enum_value)

Definition at line 49 of file SOP_TopoTransfer.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_TopoTransferEnums::getToken ( SolverType  enum_value)

Definition at line 66 of file SOP_TopoTransfer.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_TopoTransferEnums::getToken ( Debug_menu  enum_value)

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