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

Enumerations

enum  MergeCondition { MergeCondition::ALL = 0, MergeCondition::ANY, MergeCondition::NONE, MergeCondition::MISSING }
 
enum  TestInput { TestInput::FIRST = 0, TestInput::SECOND, TestInput::SPARE }
 
enum  Type {
  Type::EXPR = 0, Type::ATTRIB, Type::COUNT, Type::ATTRIBVAL,
  Type::HASINPUT
}
 
enum  Attribtype { Attribtype::ALL = 0, Attribtype::ANY, Attribtype::NONE, Attribtype::MISSING }
 
enum  Attribowner {
  Attribowner::ANY = 0, Attribowner::DETAIL, Attribowner::PRIM, Attribowner::POINT,
  Attribowner::VERTEX, Attribowner::POINTVERTEX
}
 
enum  Attribvaltype { Attribvaltype::FLT = 0, Attribvaltype::STR }
 
enum  Attribfloatcomp {
  Attribfloatcomp::EQUAL = 0, Attribfloatcomp::NEQUAL, Attribfloatcomp::GREATER, Attribfloatcomp::LESS,
  Attribfloatcomp::GEQUAL, Attribfloatcomp::LEQUAL
}
 
enum  Attribstringcomp {
  Attribstringcomp::EQUAL = 0, Attribstringcomp::NEQUAL, Attribstringcomp::MATCH, Attribstringcomp::NOMATCH,
  Attribstringcomp::CONTAINS
}
 
enum  Counttype { Counttype::POINTS = 0, Counttype::PRIMS, Counttype::VERTICES }
 
enum  Countcomp {
  Countcomp::EQUAL = 0, Countcomp::NEQUAL, Countcomp::GREATER, Countcomp::LESS,
  Countcomp::GEQUAL, Countcomp::LEQUAL
}
 
enum  Hasinputtype { Hasinputtype::WIRED = 0, Hasinputtype::NOTWIRED }
 

Functions

SYS_FORCE_INLINE UT_StringHolder getToken (MergeCondition enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (TestInput enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Type enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Attribtype enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Attribowner enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Attribvaltype enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Attribfloatcomp enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Attribstringcomp enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Counttype enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Countcomp enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Hasinputtype enum_value)
 

Enumeration Type Documentation

Enumerator
EQUAL 
NEQUAL 
GREATER 
LESS 
GEQUAL 
LEQUAL 

Definition at line 151 of file SOP_SwitchIf.proto.h.

Enumerator
ANY 
DETAIL 
PRIM 
POINT 
VERTEX 
POINTVERTEX 

Definition at line 109 of file SOP_SwitchIf.proto.h.

Enumerator
EQUAL 
NEQUAL 
MATCH 
NOMATCH 
CONTAINS 

Definition at line 176 of file SOP_SwitchIf.proto.h.

Enumerator
ALL 
ANY 
NONE 
MISSING 

Definition at line 88 of file SOP_SwitchIf.proto.h.

Enumerator
FLT 
STR 

Definition at line 134 of file SOP_SwitchIf.proto.h.

Enumerator
EQUAL 
NEQUAL 
GREATER 
LESS 
GEQUAL 
LEQUAL 

Definition at line 218 of file SOP_SwitchIf.proto.h.

Enumerator
POINTS 
PRIMS 
VERTICES 

Definition at line 199 of file SOP_SwitchIf.proto.h.

Enumerator
WIRED 
NOTWIRED 

Definition at line 243 of file SOP_SwitchIf.proto.h.

Enumerator
ALL 
ANY 
NONE 
MISSING 

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

Enumerator
FIRST 
SECOND 
SPARE 

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

Enumerator
EXPR 
ATTRIB 
COUNT 
ATTRIBVAL 
HASINPUT 

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

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_SwitchIfEnums::getToken ( MergeCondition  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_SwitchIfEnums::getToken ( TestInput  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_SwitchIfEnums::getToken ( Type  enum_value)

Definition at line 75 of file SOP_SwitchIf.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_SwitchIfEnums::getToken ( Attribtype  enum_value)

Definition at line 97 of file SOP_SwitchIf.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_SwitchIfEnums::getToken ( Attribowner  enum_value)

Definition at line 120 of file SOP_SwitchIf.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_SwitchIfEnums::getToken ( Attribvaltype  enum_value)

Definition at line 141 of file SOP_SwitchIf.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_SwitchIfEnums::getToken ( Attribfloatcomp  enum_value)

Definition at line 162 of file SOP_SwitchIf.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_SwitchIfEnums::getToken ( Attribstringcomp  enum_value)

Definition at line 186 of file SOP_SwitchIf.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_SwitchIfEnums::getToken ( Counttype  enum_value)

Definition at line 207 of file SOP_SwitchIf.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_SwitchIfEnums::getToken ( Countcomp  enum_value)

Definition at line 229 of file SOP_SwitchIf.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_SwitchIfEnums::getToken ( Hasinputtype  enum_value)

Definition at line 250 of file SOP_SwitchIf.proto.h.