HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOP_Ray.proto.h File Reference
#include <SOP/SOP_API.h>
#include <SOP/SOP_NodeVerb.h>
#include <SOP/SOP_GraphProxy.h>
#include <OP/OP_Utils.h>
#include <PRM/PRM_Parm.h>
#include <UT/UT_IStream.h>
#include <UT/UT_NTStreamUtil.h>
#include <UT/UT_Ramp.h>
#include <UT/UT_SharedPtr.h>
#include <UT/UT_StringHolder.h>
#include <UT/UT_StringStream.h>
#include <UT/UT_VectorTypes.h>
#include <UT/UT_EnvControl.h>
#include <SYS/SYS_Types.h>
+ Include dependency graph for SOP_Ray.proto.h:

Go to the source code of this file.

Classes

class  SOP_RayParms
 

Namespaces

 SOP_RayEnums
 

Enumerations

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