HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOP_RayParms Class Reference

#include <SOP_Ray.proto.h>

+ Inheritance diagram for SOP_RayParms:

Public Types

using Entity = SOP_RayEnums::Entity
 
using Method = SOP_RayEnums::Method
 
using DirMethod = SOP_RayEnums::DirMethod
 
using Combinetype = SOP_RayEnums::Combinetype
 
- Public Types inherited from OP_NodeParms
enum  ParmType {
  PARM_INTEGER, PARM_FLOAT, PARM_VECTOR2, PARM_VECTOR3,
  PARM_VECTOR4, PARM_MATRIX2, PARM_MATRIX3, PARM_MATRIX4,
  PARM_STRING, PARM_RAMP, PARM_DATA, PARM_MULTIPARM,
  PARM_UNSUPPORTED
}
 

Public Member Functions

 SOP_RayParms ()
 
 SOP_RayParms (const SOP_RayParms &)=default
 
SOP_RayParmsoperator= (const SOP_RayParms &)=default
 
 SOP_RayParms (SOP_RayParms &&) noexcept=default
 
SOP_RayParmsoperator= (SOP_RayParms &&) noexcept=default
 
 ~SOP_RayParms () override
 
bool operator== (const SOP_RayParms &src) const
 
bool operator!= (const SOP_RayParms &src) const
 
void buildFromOp (const OP_GraphProxy *graph, exint nodeidx, fpreal time, DEP_MicroNode *depnode)
 
void loadFromOpSubclass (const LoadParms &loadparms) override
 
void copyFrom (const OP_NodeParms *src) override
 
template<typename T >
void doGetParmValue (TempIndex idx, TempIndex instance, T &value) const
 
bool isParmColorRamp (exint idx) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, exint &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, fpreal &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Vector2D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Vector3D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Vector4D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Matrix2D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Matrix3D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Matrix4D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_StringHolder &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_SharedPtr< UT_Ramp > &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, PRM_DataItemHandle &value) const override
 
template<typename T >
void doSetParmValue (TempIndex idx, TempIndex instance, const T &value)
 
void setNestParmValue (TempIndex idx, TempIndex instance, const exint &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const fpreal &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Vector2D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Vector3D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Vector4D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Matrix2D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Matrix3D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Matrix4D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_StringHolder &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_SharedPtr< UT_Ramp > &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const PRM_DataItemHandle &value) override
 
exint getNestNumParms (TempIndex idx) const override
 
const char * getNestParmName (TempIndex fieldnum) const override
 
ParmType getNestParmType (TempIndex fieldnum) const override
 
void save (std::ostream &os) const
 
bool load (UT_IStream &is)
 
const UT_StringHoldergetGroup () const
 
void setGroup (const UT_StringHolder &val)
 
UT_StringHolder opGroup (const SOP_NodeVerb::CookParms &cookparms) const
 
Entity getEntity () const
 
void setEntity (Entity val)
 
Entity opEntity (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetCollision () const
 
void setCollision (const UT_StringHolder &val)
 
UT_StringHolder opCollision (const SOP_NodeVerb::CookParms &cookparms) const
 
Method getMethod () const
 
void setMethod (Method val)
 
Method opMethod (const SOP_NodeVerb::CookParms &cookparms) const
 
DirMethod getDirMethod () const
 
void setDirMethod (DirMethod val)
 
DirMethod opDirMethod (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getDir () const
 
void setDir (UT_Vector3D val)
 
UT_Vector3D opDir (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetDirAttrib () const
 
void setDirAttrib (const UT_StringHolder &val)
 
UT_StringHolder opDirAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getShowguide () const
 
void setShowguide (bool val)
 
bool opShowguide (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDotrans () const
 
void setDotrans (bool val)
 
bool opDotrans (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getLookfar () const
 
void setLookfar (bool val)
 
bool opLookfar (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getPutnml () const
 
void setPutnml (bool val)
 
bool opPutnml (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getPutdist () const
 
void setPutdist (bool val)
 
bool opPutdist (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getReverserays () const
 
void setReverserays (bool val)
 
bool opReverserays (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getRtolerance () const
 
void setRtolerance (fpreal64 val)
 
fpreal64 opRtolerance (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getScale () const
 
void setScale (fpreal64 val)
 
fpreal64 opScale (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getLift () const
 
void setLift (fpreal64 val)
 
fpreal64 opLift (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getBias () const
 
void setBias (fpreal64 val)
 
fpreal64 opBias (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getMaxraydistcheck () const
 
void setMaxraydistcheck (bool val)
 
bool opMaxraydistcheck (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getMaxraydist () const
 
void setMaxraydist (fpreal64 val)
 
fpreal64 opMaxraydist (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getSample () const
 
void setSample (int64 val)
 
int64 opSample (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getJitter () const
 
void setJitter (fpreal64 val)
 
fpreal64 opJitter (const SOP_NodeVerb::CookParms &cookparms) const
 
Combinetype getCombinetype () const
 
void setCombinetype (Combinetype val)
 
Combinetype opCombinetype (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getSeed () const
 
void setSeed (int64 val)
 
int64 opSeed (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getNewgrp () const
 
void setNewgrp (bool val)
 
bool opNewgrp (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetHitgrp () const
 
void setHitgrp (const UT_StringHolder &val)
 
UT_StringHolder opHitgrp (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseprimnumattrib () const
 
void setUseprimnumattrib (bool val)
 
bool opUseprimnumattrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPrimnumattrib () const
 
void setPrimnumattrib (const UT_StringHolder &val)
 
UT_StringHolder opPrimnumattrib (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseprimuvwattrib () const
 
void setUseprimuvwattrib (bool val)
 
bool opUseprimuvwattrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPrimuvwattrib () const
 
void setPrimuvwattrib (const UT_StringHolder &val)
 
UT_StringHolder opPrimuvwattrib (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getGetptattribs () const
 
void setGetptattribs (bool val)
 
bool opGetptattribs (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPtattribnames () const
 
void setPtattribnames (const UT_StringHolder &val)
 
UT_StringHolder opPtattribnames (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetVertexattribnames () const
 
void setVertexattribnames (const UT_StringHolder &val)
 
UT_StringHolder opVertexattribnames (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPrimitiveattribnames () const
 
void setPrimitiveattribnames (const UT_StringHolder &val)
 
UT_StringHolder opPrimitiveattribnames (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetDetailattribnames () const
 
void setDetailattribnames (const UT_StringHolder &val)
 
UT_StringHolder opDetailattribnames (const SOP_NodeVerb::CookParms &cookparms) const
 
- Public Member Functions inherited from SOP_NodeParms
 SOP_NodeParms ()
 
bool applyGeometryOverride (GU_ConstDetailHandle gdh)
 
bool applyGeometryOverrideFromNode (SOP_Node *node, OP_Context &context, SOP_NodeCache *cache)
 
- Public Member Functions inherited from OP_NodeParms
 OP_NodeParms ()
 
virtual ~OP_NodeParms ()
 
void loadFromOp (const LoadParms &loadparms)
 
bool applyOptionsOverride (const UT_Options *options)
 
virtual exint getNumParms () const
 
virtual const char * getParmName (exint idx) const
 
virtual ParmType getParmType (exint idx) const
 
virtual void getParmValue (exint idx, exint &value) const
 
virtual void getParmValue (exint idx, fpreal &value) const
 
virtual void getParmValue (exint idx, UT_Vector2D &value) const
 
virtual void getParmValue (exint idx, UT_Vector3D &value) const
 
virtual void getParmValue (exint idx, UT_Vector4D &value) const
 
virtual void getParmValue (exint idx, UT_Matrix2D &value) const
 
virtual void getParmValue (exint idx, UT_Matrix3D &value) const
 
virtual void getParmValue (exint idx, UT_Matrix4D &value) const
 
virtual void getParmValue (exint idx, UT_StringHolder &value) const
 
virtual void getParmValue (exint idx, UT_SharedPtr< UT_Ramp > &value) const
 
virtual void getParmValue (exint idx, PRM_DataItemHandle &value) const
 
virtual void setParmValue (exint idx, const exint &value)
 
virtual void setParmValue (exint idx, const fpreal &value)
 
virtual void setParmValue (exint idx, const UT_Vector2D &value)
 
virtual void setParmValue (exint idx, const UT_Vector3D &value)
 
virtual void setParmValue (exint idx, const UT_Vector4D &value)
 
virtual void setParmValue (exint idx, const UT_Matrix2D &value)
 
virtual void setParmValue (exint idx, const UT_Matrix3D &value)
 
virtual void setParmValue (exint idx, const UT_Matrix4D &value)
 
virtual void setParmValue (exint idx, const UT_StringHolder &value)
 
virtual void setParmValue (exint idx, const UT_SharedPtr< UT_Ramp > &value)
 
virtual void setParmValue (exint idx, const PRM_DataItemHandle &value)
 
virtual int64 getMemoryUsage (bool inclusive) const
 
template<>
void coerceValue (exint &result, const exint &src) const
 
template<>
void coerceValue (bool &result, const exint &src) const
 
template<>
void coerceValue (exint &result, const bool &src) const
 
template<>
void coerceValue (bool &result, const bool &src) const
 
template<>
void coerceValue (fpreal &result, const fpreal &src) const
 
template<>
void coerceValue (UT_Vector2D &result, const UT_Vector2D &src) const
 
template<>
void coerceValue (UT_Vector3D &result, const UT_Vector3D &src) const
 
template<>
void coerceValue (UT_Vector4D &result, const UT_Vector4D &src) const
 
template<>
void coerceValue (UT_Matrix2D &result, const UT_Matrix2D &src) const
 
template<>
void coerceValue (UT_Matrix3D &result, const UT_Matrix3D &src) const
 
template<>
void coerceValue (UT_Matrix4D &result, const UT_Matrix4D &src) const
 
template<>
void coerceValue (UT_StringHolder &result, const UT_StringHolder &src) const
 
template<>
void coerceValue (UT_SharedPtr< UT_Ramp > &result, const UT_SharedPtr< UT_Ramp > &src) const
 
template<>
void coerceValue (PRM_DataItemHandle &result, const PRM_DataItemHandle &src) const
 
template<>
void coerceValue (UT_Vector2I &result, const UT_Vector2D &src) const
 
template<>
void coerceValue (UT_Vector2D &result, const UT_Vector2I &src) const
 
template<>
void coerceValue (UT_Vector3I &result, const UT_Vector3D &src) const
 
template<>
void coerceValue (UT_Vector3D &result, const UT_Vector3I &src) const
 
template<>
void coerceValue (UT_Vector4I &result, const UT_Vector4D &src) const
 
template<>
void coerceValue (UT_Vector4D &result, const UT_Vector4I &src) const
 
template<>
exint clampMinValue (fpreal clamp, const exint &src) const
 
template<>
bool clampMinValue (fpreal clamp, const bool &src) const
 
template<>
fpreal clampMinValue (fpreal clamp, const fpreal &src) const
 
template<>
UT_Vector2D clampMinValue (fpreal clamp, const UT_Vector2D &src) const
 
template<>
UT_Vector3D clampMinValue (fpreal clamp, const UT_Vector3D &src) const
 
template<>
UT_Vector4D clampMinValue (fpreal clamp, const UT_Vector4D &src) const
 
template<>
UT_Matrix2D clampMinValue (fpreal clamp, const UT_Matrix2D &src) const
 
template<>
UT_Matrix3D clampMinValue (fpreal clamp, const UT_Matrix3D &src) const
 
template<>
UT_Matrix4D clampMinValue (fpreal clamp, const UT_Matrix4D &src) const
 
template<>
UT_Vector2I clampMinValue (fpreal clamp, const UT_Vector2I &src) const
 
template<>
UT_Vector3I clampMinValue (fpreal clamp, const UT_Vector3I &src) const
 
template<>
UT_Vector4I clampMinValue (fpreal clamp, const UT_Vector4I &src) const
 
template<>
UT_SharedPtr< UT_RampclampMinValue (fpreal clamp, const UT_SharedPtr< UT_Ramp > &src) const
 
template<>
exint clampMaxValue (fpreal clamp, const exint &src) const
 
template<>
bool clampMaxValue (fpreal clamp, const bool &src) const
 
template<>
fpreal clampMaxValue (fpreal clamp, const fpreal &src) const
 
template<>
UT_Vector2D clampMaxValue (fpreal clamp, const UT_Vector2D &src) const
 
template<>
UT_Vector3D clampMaxValue (fpreal clamp, const UT_Vector3D &src) const
 
template<>
UT_Vector4D clampMaxValue (fpreal clamp, const UT_Vector4D &src) const
 
template<>
UT_Matrix2D clampMaxValue (fpreal clamp, const UT_Matrix2D &src) const
 
template<>
UT_Matrix3D clampMaxValue (fpreal clamp, const UT_Matrix3D &src) const
 
template<>
UT_Matrix4D clampMaxValue (fpreal clamp, const UT_Matrix4D &src) const
 
template<>
UT_Vector2I clampMaxValue (fpreal clamp, const UT_Vector2I &src) const
 
template<>
UT_Vector3I clampMaxValue (fpreal clamp, const UT_Vector3I &src) const
 
template<>
UT_Vector4I clampMaxValue (fpreal clamp, const UT_Vector4I &src) const
 

Static Public Member Functions

static int version ()
 
static void loadData (UT_IStream &is, int64 &v)
 
static void loadData (UT_IStream &is, bool &v)
 
static void loadData (UT_IStream &is, fpreal64 &v)
 
static void loadData (UT_IStream &is, UT_Vector2D &v)
 
static void loadData (UT_IStream &is, UT_Vector3D &v)
 
static void loadData (UT_IStream &is, UT_Vector4D &v)
 
static void loadData (UT_IStream &is, UT_Matrix2D &v)
 
static void loadData (UT_IStream &is, UT_Matrix3D &v)
 
static void loadData (UT_IStream &is, UT_Matrix4D &v)
 
static void loadData (UT_IStream &is, UT_Vector2I &v)
 
static void loadData (UT_IStream &is, UT_Vector3I &v)
 
static void loadData (UT_IStream &is, UT_Vector4I &v)
 
static void loadData (UT_IStream &is, UT_StringHolder &v)
 
static void loadData (UT_IStream &is, UT_SharedPtr< UT_Ramp > &v)
 
static void loadData (UT_IStream &is, PRM_DataItemHandle &v)
 
static void saveData (std::ostream &os, int64 v)
 
static void saveData (std::ostream &os, bool v)
 
static void saveData (std::ostream &os, fpreal64 v)
 
static void saveData (std::ostream &os, UT_Vector2D v)
 
static void saveData (std::ostream &os, UT_Vector3D v)
 
static void saveData (std::ostream &os, UT_Vector4D v)
 
static void saveData (std::ostream &os, UT_Matrix2D v)
 
static void saveData (std::ostream &os, UT_Matrix3D v)
 
static void saveData (std::ostream &os, UT_Matrix4D v)
 
static void saveData (std::ostream &os, UT_StringHolder s)
 
static void saveData (std::ostream &os, UT_SharedPtr< UT_Ramp > s)
 
static void saveData (std::ostream &os, PRM_DataItemHandle s)
 
- Static Public Member Functions inherited from SOP_NodeParms
static bool nodeHasGeometryOverride (SOP_Node *node, OP_Context &context)
 

Additional Inherited Members

- Protected Member Functions inherited from OP_NodeParms
 OP_NodeParms (const OP_NodeParms &)=default
 
OP_NodeParmsoperator= (const OP_NodeParms &)=default
 
template<typename T , typename S >
void coerceValue (T &result, const S &src) const
 
template<typename T >
T clampMinValue (fpreal minvalue, const T &src) const
 
template<typename T >
T clampMaxValue (fpreal maxvalue, const T &src) const
 

Detailed Description

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

Member Typedef Documentation

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

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

Constructor & Destructor Documentation

SOP_RayParms::SOP_RayParms ( )
inline

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

SOP_RayParms::SOP_RayParms ( const SOP_RayParms )
explicitdefault
SOP_RayParms::SOP_RayParms ( SOP_RayParms &&  )
defaultnoexcept
SOP_RayParms::~SOP_RayParms ( )
inlineoverride

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

Member Function Documentation

void SOP_RayParms::buildFromOp ( const OP_GraphProxy graph,
exint  nodeidx,
fpreal  time,
DEP_MicroNode depnode 
)
inline

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

void SOP_RayParms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

template<typename T >
void SOP_RayParms::doGetParmValue ( TempIndex  idx,
TempIndex  instance,
T value 
) const
inline

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

template<typename T >
void SOP_RayParms::doSetParmValue ( TempIndex  idx,
TempIndex  instance,
const T value 
)
inline

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

fpreal64 SOP_RayParms::getBias ( ) const
inline

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

const UT_StringHolder& SOP_RayParms::getCollision ( ) const
inline

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

Combinetype SOP_RayParms::getCombinetype ( ) const
inline

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

const UT_StringHolder& SOP_RayParms::getDetailattribnames ( ) const
inline

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

UT_Vector3D SOP_RayParms::getDir ( ) const
inline

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

const UT_StringHolder& SOP_RayParms::getDirAttrib ( ) const
inline

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

DirMethod SOP_RayParms::getDirMethod ( ) const
inline

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

bool SOP_RayParms::getDotrans ( ) const
inline

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

Entity SOP_RayParms::getEntity ( ) const
inline

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

bool SOP_RayParms::getGetptattribs ( ) const
inline

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

const UT_StringHolder& SOP_RayParms::getGroup ( ) const
inline

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

const UT_StringHolder& SOP_RayParms::getHitgrp ( ) const
inline

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

fpreal64 SOP_RayParms::getJitter ( ) const
inline

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

fpreal64 SOP_RayParms::getLift ( ) const
inline

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

bool SOP_RayParms::getLookfar ( ) const
inline

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

fpreal64 SOP_RayParms::getMaxraydist ( ) const
inline

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

bool SOP_RayParms::getMaxraydistcheck ( ) const
inline

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

Method SOP_RayParms::getMethod ( ) const
inline

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

exint SOP_RayParms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

const char* SOP_RayParms::getNestParmName ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

ParmType SOP_RayParms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

void SOP_RayParms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
exint value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

void SOP_RayParms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
fpreal value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

void SOP_RayParms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_Vector2D value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

void SOP_RayParms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_Vector3D value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

void SOP_RayParms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_Vector4D value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

void SOP_RayParms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_Matrix2D value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

void SOP_RayParms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_Matrix3D value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

void SOP_RayParms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_Matrix4D value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

void SOP_RayParms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_StringHolder value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

void SOP_RayParms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_SharedPtr< UT_Ramp > &  value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

void SOP_RayParms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
PRM_DataItemHandle value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

bool SOP_RayParms::getNewgrp ( ) const
inline

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

const UT_StringHolder& SOP_RayParms::getPrimitiveattribnames ( ) const
inline

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

const UT_StringHolder& SOP_RayParms::getPrimnumattrib ( ) const
inline

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

const UT_StringHolder& SOP_RayParms::getPrimuvwattrib ( ) const
inline

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

const UT_StringHolder& SOP_RayParms::getPtattribnames ( ) const
inline

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

bool SOP_RayParms::getPutdist ( ) const
inline

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

bool SOP_RayParms::getPutnml ( ) const
inline

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

bool SOP_RayParms::getReverserays ( ) const
inline

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

fpreal64 SOP_RayParms::getRtolerance ( ) const
inline

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

int64 SOP_RayParms::getSample ( ) const
inline

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

fpreal64 SOP_RayParms::getScale ( ) const
inline

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

int64 SOP_RayParms::getSeed ( ) const
inline

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

bool SOP_RayParms::getShowguide ( ) const
inline

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

bool SOP_RayParms::getUseprimnumattrib ( ) const
inline

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

bool SOP_RayParms::getUseprimuvwattrib ( ) const
inline

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

const UT_StringHolder& SOP_RayParms::getVertexattribnames ( ) const
inline

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

bool SOP_RayParms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

bool SOP_RayParms::load ( UT_IStream is)
inline

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

static void SOP_RayParms::loadData ( UT_IStream is,
int64 v 
)
inlinestatic

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

static void SOP_RayParms::loadData ( UT_IStream is,
bool &  v 
)
inlinestatic

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

static void SOP_RayParms::loadData ( UT_IStream is,
fpreal64 v 
)
inlinestatic

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

static void SOP_RayParms::loadData ( UT_IStream is,
UT_Vector2D v 
)
inlinestatic

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

static void SOP_RayParms::loadData ( UT_IStream is,
UT_Vector3D v 
)
inlinestatic

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

static void SOP_RayParms::loadData ( UT_IStream is,
UT_Vector4D v 
)
inlinestatic

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

static void SOP_RayParms::loadData ( UT_IStream is,
UT_Matrix2D v 
)
inlinestatic

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

static void SOP_RayParms::loadData ( UT_IStream is,
UT_Matrix3D v 
)
inlinestatic

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

static void SOP_RayParms::loadData ( UT_IStream is,
UT_Matrix4D v 
)
inlinestatic

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

static void SOP_RayParms::loadData ( UT_IStream is,
UT_Vector2I v 
)
inlinestatic

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

static void SOP_RayParms::loadData ( UT_IStream is,
UT_Vector3I v 
)
inlinestatic

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

static void SOP_RayParms::loadData ( UT_IStream is,
UT_Vector4I v 
)
inlinestatic

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

static void SOP_RayParms::loadData ( UT_IStream is,
UT_StringHolder v 
)
inlinestatic

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

static void SOP_RayParms::loadData ( UT_IStream is,
UT_SharedPtr< UT_Ramp > &  v 
)
inlinestatic

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

static void SOP_RayParms::loadData ( UT_IStream is,
PRM_DataItemHandle v 
)
inlinestatic

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

void SOP_RayParms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

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

fpreal64 SOP_RayParms::opBias ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_RayParms::opCollision ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

Combinetype SOP_RayParms::opCombinetype ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_RayParms::opDetailattribnames ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_Vector3D SOP_RayParms::opDir ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_RayParms::opDirAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

DirMethod SOP_RayParms::opDirMethod ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_RayParms::opDotrans ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

Entity SOP_RayParms::opEntity ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_RayParms::operator!= ( const SOP_RayParms src) const
inline

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

SOP_RayParms& SOP_RayParms::operator= ( const SOP_RayParms )
default
SOP_RayParms& SOP_RayParms::operator= ( SOP_RayParms &&  )
defaultnoexcept
bool SOP_RayParms::operator== ( const SOP_RayParms src) const
inline

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

bool SOP_RayParms::opGetptattribs ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_RayParms::opGroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_RayParms::opHitgrp ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

fpreal64 SOP_RayParms::opJitter ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

fpreal64 SOP_RayParms::opLift ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_RayParms::opLookfar ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

fpreal64 SOP_RayParms::opMaxraydist ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_RayParms::opMaxraydistcheck ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

Method SOP_RayParms::opMethod ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_RayParms::opNewgrp ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_RayParms::opPrimitiveattribnames ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_RayParms::opPrimnumattrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_RayParms::opPrimuvwattrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_RayParms::opPtattribnames ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_RayParms::opPutdist ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_RayParms::opPutnml ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_RayParms::opReverserays ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

fpreal64 SOP_RayParms::opRtolerance ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

int64 SOP_RayParms::opSample ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

fpreal64 SOP_RayParms::opScale ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

int64 SOP_RayParms::opSeed ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_RayParms::opShowguide ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_RayParms::opUseprimnumattrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_RayParms::opUseprimuvwattrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_RayParms::opVertexattribnames ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

void SOP_RayParms::save ( std::ostream &  os) const
inline

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

static void SOP_RayParms::saveData ( std::ostream &  os,
int64  v 
)
inlinestatic

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

static void SOP_RayParms::saveData ( std::ostream &  os,
bool  v 
)
inlinestatic

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

static void SOP_RayParms::saveData ( std::ostream &  os,
fpreal64  v 
)
inlinestatic

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

static void SOP_RayParms::saveData ( std::ostream &  os,
UT_Vector2D  v 
)
inlinestatic

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

static void SOP_RayParms::saveData ( std::ostream &  os,
UT_Vector3D  v 
)
inlinestatic

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

static void SOP_RayParms::saveData ( std::ostream &  os,
UT_Vector4D  v 
)
inlinestatic

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

static void SOP_RayParms::saveData ( std::ostream &  os,
UT_Matrix2D  v 
)
inlinestatic

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

static void SOP_RayParms::saveData ( std::ostream &  os,
UT_Matrix3D  v 
)
inlinestatic

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

static void SOP_RayParms::saveData ( std::ostream &  os,
UT_Matrix4D  v 
)
inlinestatic

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

static void SOP_RayParms::saveData ( std::ostream &  os,
UT_StringHolder  s 
)
inlinestatic

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

static void SOP_RayParms::saveData ( std::ostream &  os,
UT_SharedPtr< UT_Ramp s 
)
inlinestatic

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

static void SOP_RayParms::saveData ( std::ostream &  os,
PRM_DataItemHandle  s 
)
inlinestatic

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

void SOP_RayParms::setBias ( fpreal64  val)
inline

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

void SOP_RayParms::setCollision ( const UT_StringHolder val)
inline

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

void SOP_RayParms::setCombinetype ( Combinetype  val)
inline

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

void SOP_RayParms::setDetailattribnames ( const UT_StringHolder val)
inline

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

void SOP_RayParms::setDir ( UT_Vector3D  val)
inline

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

void SOP_RayParms::setDirAttrib ( const UT_StringHolder val)
inline

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

void SOP_RayParms::setDirMethod ( DirMethod  val)
inline

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

void SOP_RayParms::setDotrans ( bool  val)
inline

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

void SOP_RayParms::setEntity ( Entity  val)
inline

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

void SOP_RayParms::setGetptattribs ( bool  val)
inline

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

void SOP_RayParms::setGroup ( const UT_StringHolder val)
inline

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

void SOP_RayParms::setHitgrp ( const UT_StringHolder val)
inline

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

void SOP_RayParms::setJitter ( fpreal64  val)
inline

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

void SOP_RayParms::setLift ( fpreal64  val)
inline

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

void SOP_RayParms::setLookfar ( bool  val)
inline

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

void SOP_RayParms::setMaxraydist ( fpreal64  val)
inline

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

void SOP_RayParms::setMaxraydistcheck ( bool  val)
inline

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

void SOP_RayParms::setMethod ( Method  val)
inline

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

void SOP_RayParms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const exint value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

void SOP_RayParms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const fpreal value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

void SOP_RayParms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_Vector2D value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

void SOP_RayParms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_Vector3D value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

void SOP_RayParms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_Vector4D value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

void SOP_RayParms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_Matrix2D value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

void SOP_RayParms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_Matrix3D value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

void SOP_RayParms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_Matrix4D value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

void SOP_RayParms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_StringHolder value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

void SOP_RayParms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_SharedPtr< UT_Ramp > &  value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

void SOP_RayParms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const PRM_DataItemHandle value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

void SOP_RayParms::setNewgrp ( bool  val)
inline

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

void SOP_RayParms::setPrimitiveattribnames ( const UT_StringHolder val)
inline

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

void SOP_RayParms::setPrimnumattrib ( const UT_StringHolder val)
inline

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

void SOP_RayParms::setPrimuvwattrib ( const UT_StringHolder val)
inline

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

void SOP_RayParms::setPtattribnames ( const UT_StringHolder val)
inline

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

void SOP_RayParms::setPutdist ( bool  val)
inline

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

void SOP_RayParms::setPutnml ( bool  val)
inline

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

void SOP_RayParms::setReverserays ( bool  val)
inline

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

void SOP_RayParms::setRtolerance ( fpreal64  val)
inline

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

void SOP_RayParms::setSample ( int64  val)
inline

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

void SOP_RayParms::setScale ( fpreal64  val)
inline

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

void SOP_RayParms::setSeed ( int64  val)
inline

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

void SOP_RayParms::setShowguide ( bool  val)
inline

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

void SOP_RayParms::setUseprimnumattrib ( bool  val)
inline

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

void SOP_RayParms::setUseprimuvwattrib ( bool  val)
inline

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

void SOP_RayParms::setVertexattribnames ( const UT_StringHolder val)
inline

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

static int SOP_RayParms::version ( )
inlinestatic

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


The documentation for this class was generated from the following file: