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  Directiontype { Directiontype::OFF = 0, Directiontype::ON, Directiontype::BIDIRECTIONAL }
 
enum  Bidirectionalresult { Bidirectionalresult::CLOSEST = 0, Bidirectionalresult::FARTHEST }
 
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 (Directiontype enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Bidirectionalresult enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Combinetype enum_value)
 

Enumeration Type Documentation

Enumerator
CLOSEST 
FARTHEST 

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

Enumerator
AVERAGE 
MEDIAN 
SHORTEST 
LONGEST 

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

Enumerator
OFF 
ON 
BIDIRECTIONAL 

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 ( Directiontype  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_RayEnums::getToken ( Bidirectionalresult  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_RayEnums::getToken ( Combinetype  enum_value)

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