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

Enumerations

enum  ASurface { ASurface::SOLID = 0, ASurface::SURFACE }
 
enum  BSurface { BSurface::SOLID = 0, BSurface::SURFACE }
 
enum  BooleanOp {
  BooleanOp::UNION = 0, BooleanOp::INTERSECT, BooleanOp::SUBTRACT, BooleanOp::SHATTER,
  BooleanOp::CUSTOM, BooleanOp::SEAM = 6, BooleanOp::DETECT = 8, BooleanOp::RESOLVE
}
 
enum  SubtractChoices { SubtractChoices::AMINUSB = 0, SubtractChoices::BMINUSA, SubtractChoices::BOTH }
 
enum  ShatterChoices { ShatterChoices::APIECES = 0, ShatterChoices::BPIECES, ShatterChoices::BOTH }
 
enum  WindingOp {
  WindingOp::ARANGE = 0, WindingOp::BRANGE, WindingOp::AND, WindingOp::OR,
  WindingOp::XOR
}
 
enum  Detriangulate { Detriangulate::NONE = 0, Detriangulate::UNCHANGED, Detriangulate::ALL }
 

Functions

SYS_FORCE_INLINE UT_StringHolder getToken (ASurface enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (BSurface enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (BooleanOp enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (SubtractChoices enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (ShatterChoices enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (WindingOp enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Detriangulate enum_value)
 

Enumeration Type Documentation

Enumerator
SOLID 
SURFACE 

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

Enumerator
UNION 
INTERSECT 
SUBTRACT 
SHATTER 
CUSTOM 
SEAM 
DETECT 
RESOLVE 

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

Enumerator
SOLID 
SURFACE 

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

Enumerator
NONE 
UNCHANGED 
ALL 

Definition at line 153 of file SOP_Boolean.proto.h.

Enumerator
APIECES 
BPIECES 
BOTH 

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

Enumerator
AMINUSB 
BMINUSA 
BOTH 

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

Enumerator
ARANGE 
BRANGE 
AND 
OR 
XOR 

Definition at line 130 of file SOP_Boolean.proto.h.

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_BooleanEnums::getToken ( ASurface  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_BooleanEnums::getToken ( BSurface  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_BooleanEnums::getToken ( BooleanOp  enum_value)

Definition at line 74 of file SOP_Boolean.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_BooleanEnums::getToken ( SubtractChoices  enum_value)

Definition at line 100 of file SOP_Boolean.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_BooleanEnums::getToken ( ShatterChoices  enum_value)

Definition at line 119 of file SOP_Boolean.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_BooleanEnums::getToken ( WindingOp  enum_value)

Definition at line 140 of file SOP_Boolean.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_BooleanEnums::getToken ( Detriangulate  enum_value)

Definition at line 161 of file SOP_Boolean.proto.h.