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

Enumerations

enum  Endian { Endian::LITTLE = 0, Endian::BIG }
 
enum  PointCountType { PointCountType::NONE = 0, PointCountType::FIXED, PointCountType::DETAIL, PointCountType::GUESS }
 
enum  Target { Target::NONE = 0, Target::DETAIL, Target::POINT, Target::VOLUME }
 
enum  Type { Type::FLOAT = 0, Type::INT }
 
enum  Precision { Precision::_8 = 0, Precision::_16, Precision::_32, Precision::_64 }
 
enum  Volorder { Volorder::ZYX = 0, Volorder::XYZ }
 

Enumeration Type Documentation

Enumerator
LITTLE 
BIG 

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

Enumerator
NONE 
FIXED 
DETAIL 
GUESS 

Definition at line 30 of file SOP_RawImport.proto.h.

Enumerator
_8 
_16 
_32 
_64 

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

Enumerator
NONE 
DETAIL 
POINT 
VOLUME 

Definition at line 37 of file SOP_RawImport.proto.h.

Enumerator
FLOAT 
INT 

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

Enumerator
ZYX 
XYZ 

Definition at line 56 of file SOP_RawImport.proto.h.