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

Enumerations

enum  Method { Method::VOLUME = 0, Method::MESH, Method::POINTS }
 
enum  Plane { Plane::XY = 0, Plane::YZ, Plane::ZX }
 
enum  Vismode {
  Vismode::NONE = 0, Vismode::FALSE_, Vismode::PINK, Vismode::MONO,
  Vismode::BLACKBODY, Vismode::BIPARTITE, Vismode::CUSTOM
}
 

Functions

SYS_FORCE_INLINE UT_StringHolder getToken (Method enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Plane enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Vismode enum_value)
 

Enumeration Type Documentation

Enumerator
VOLUME 
MESH 
POINTS 

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

Enumerator
XY 
YZ 
ZX 

Definition at line 44 of file SOP_VolumeSlice.proto.h.

Enumerator
NONE 
FALSE_ 
PINK 
MONO 
BLACKBODY 
BIPARTITE 
CUSTOM 

Definition at line 63 of file SOP_VolumeSlice.proto.h.

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_VolumeSliceEnums::getToken ( Method  enum_value)

Definition at line 33 of file SOP_VolumeSlice.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_VolumeSliceEnums::getToken ( Plane  enum_value)

Definition at line 52 of file SOP_VolumeSlice.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_VolumeSliceEnums::getToken ( Vismode  enum_value)

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