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

Enumerations

enum  Grouptype {
  Grouptype::GUESS = 0, Grouptype::POINTS, Grouptype::PRIMS, Grouptype::EDGES,
  Grouptype::VERTICES
}
 
enum  Negate_a { Negate_a::OFF = 0, Negate_a::ON }
 
enum  Op_ab {
  Op_ab::NONE = 0, Op_ab::OR, Op_ab::AND, Op_ab::XOR,
  Op_ab::SUB
}
 
enum  Negate_b { Negate_b::OFF = 0, Negate_b::ON }
 
enum  Op_bc {
  Op_bc::NONE = 0, Op_bc::OR, Op_bc::AND, Op_bc::XOR,
  Op_bc::SUB
}
 
enum  Negate_c { Negate_c::OFF = 0, Negate_c::ON }
 
enum  Op_cd {
  Op_cd::NONE = 0, Op_cd::OR, Op_cd::AND, Op_cd::XOR,
  Op_cd::SUB
}
 
enum  Negate_d { Negate_d::OFF = 0, Negate_d::ON }
 

Functions

SYS_FORCE_INLINE UT_StringHolder getToken (Grouptype enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Negate_a enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Op_ab enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Negate_b enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Op_bc enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Negate_c enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Op_cd enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Negate_d enum_value)
 

Enumeration Type Documentation

Enumerator
GUESS 
POINTS 
PRIMS 
EDGES 
VERTICES 

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

Enumerator
OFF 
ON 

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

Enumerator
OFF 
ON 

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

Enumerator
OFF 
ON 

Definition at line 128 of file SOP_GroupCombine.proto.h.

Enumerator
OFF 
ON 

Definition at line 168 of file SOP_GroupCombine.proto.h.

Enumerator
NONE 
OR 
AND 
XOR 
SUB 

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

Enumerator
NONE 
OR 
AND 
XOR 
SUB 

Definition at line 105 of file SOP_GroupCombine.proto.h.

Enumerator
NONE 
OR 
AND 
XOR 
SUB 

Definition at line 145 of file SOP_GroupCombine.proto.h.

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_GroupCombineEnums::getToken ( Grouptype  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_GroupCombineEnums::getToken ( Negate_a  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_GroupCombineEnums::getToken ( Op_ab  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_GroupCombineEnums::getToken ( Negate_b  enum_value)

Definition at line 95 of file SOP_GroupCombine.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_GroupCombineEnums::getToken ( Op_bc  enum_value)

Definition at line 115 of file SOP_GroupCombine.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_GroupCombineEnums::getToken ( Negate_c  enum_value)

Definition at line 135 of file SOP_GroupCombine.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_GroupCombineEnums::getToken ( Op_cd  enum_value)

Definition at line 155 of file SOP_GroupCombine.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_GroupCombineEnums::getToken ( Negate_d  enum_value)

Definition at line 175 of file SOP_GroupCombine.proto.h.