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

Enumerations

enum  KernelType { KernelType::EXPONENTIALBUMP = 0, KernelType::TRUNCATEDGAUSSIAN, KernelType::QUADRATIC, KernelType::LINEAR }
 
enum  SmoothingMethod { SmoothingMethod::APPROXIMATING = 0, SmoothingMethod::INTERPOLATING, SmoothingMethod::NONE }
 
enum  TetMeshTreatment { TetMeshTreatment::AS_SURFACE = 0, TetMeshTreatment::AS_SOLID, TetMeshTreatment::NONE }
 

Functions

SYS_FORCE_INLINE UT_StringHolder getToken (KernelType enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (SmoothingMethod enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (TetMeshTreatment enum_value)
 

Enumeration Type Documentation

Enumerator
EXPONENTIALBUMP 
TRUNCATEDGAUSSIAN 
QUADRATIC 
LINEAR 

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

Enumerator
APPROXIMATING 
INTERPOLATING 
NONE 

Definition at line 46 of file SOP_PointCaptureCore.proto.h.

Enumerator
AS_SURFACE 
AS_SOLID 
NONE 

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

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_PointCaptureCoreEnums::getToken ( KernelType  enum_value)

Definition at line 34 of file SOP_PointCaptureCore.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_PointCaptureCoreEnums::getToken ( SmoothingMethod  enum_value)

Definition at line 54 of file SOP_PointCaptureCore.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_PointCaptureCoreEnums::getToken ( TetMeshTreatment  enum_value)

Definition at line 73 of file SOP_PointCaptureCore.proto.h.