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

Enumerations

enum  Entity { Entity::PRIMITIVE = 0, Entity::POINT }
 
enum  Method { Method::MINIMUM = 0, Method::PROJECT }
 
enum  DirMethod { DirMethod::VECTOR = 0, DirMethod::NORMAL, DirMethod::ATTRIBUTE }
 
enum  Combinetype { Combinetype::AVERAGE = 0, Combinetype::MEDIAN, Combinetype::SHORTEST, Combinetype::LONGEST }
 

Functions

SYS_FORCE_INLINE UT_StringHolder getToken (Entity enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Method enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (DirMethod enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Combinetype enum_value)
 

Enumeration Type Documentation

Enumerator
AVERAGE 
MEDIAN 
SHORTEST 
LONGEST 

Definition at line 78 of file SOP_Ray.proto.h.

Enumerator
VECTOR 
NORMAL 
ATTRIBUTE 

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

enum SOP_RayEnums::Entity
strong
Enumerator
PRIMITIVE 
POINT 

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

enum SOP_RayEnums::Method
strong
Enumerator
MINIMUM 
PROJECT 

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

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_RayEnums::getToken ( Entity  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_RayEnums::getToken ( Method  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_RayEnums::getToken ( DirMethod  enum_value)

Definition at line 67 of file SOP_Ray.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_RayEnums::getToken ( Combinetype  enum_value)

Definition at line 87 of file SOP_Ray.proto.h.