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 }
 

Enumeration Type Documentation

Enumerator
AVERAGE 
MEDIAN 
SHORTEST 
LONGEST 

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

Enumerator
VECTOR 
NORMAL 
ATTRIBUTE 

Definition at line 35 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 30 of file SOP_Ray.proto.h.