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

Enumerations

enum  DataType { DataType::POINT = 0, DataType::VOLUME }
 
enum  Mode { Mode::ANALYSE = 0, Mode::SCREE, Mode::PROJECT, Mode::RECONSTRUCT }
 

Functions

SYS_FORCE_INLINE UT_StringHolder getToken (DataType enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Mode enum_value)
 

Enumeration Type Documentation

Enumerator
POINT 
VOLUME 

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

enum SOP_PCAEnums::Mode
strong
Enumerator
ANALYSE 
SCREE 
PROJECT 
RECONSTRUCT 

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

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_PCAEnums::getToken ( DataType  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_PCAEnums::getToken ( Mode  enum_value)

Definition at line 51 of file SOP_PCA.proto.h.