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

#include <SOP_VolumeCombine.proto.h>

+ Inheritance diagram for SOP_VolumeCombineParms:

Classes

struct  Combinations
 

Public Types

using Combine = SOP_VolumeCombineEnums::Combine
 
using Adjust = SOP_VolumeCombineEnums::Adjust
 
using Process = SOP_VolumeCombineEnums::Process
 
using Doblendvolume = SOP_VolumeCombineEnums::Doblendvolume
 
- 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

UT_StringHolder createString (const UT_Array< Combinations > &list) const
 
 SOP_VolumeCombineParms ()
 
 SOP_VolumeCombineParms (const SOP_VolumeCombineParms &)=default
 
SOP_VolumeCombineParmsoperator= (const SOP_VolumeCombineParms &)=default
 
 SOP_VolumeCombineParms (SOP_VolumeCombineParms &&) noexcept=default
 
SOP_VolumeCombineParmsoperator= (SOP_VolumeCombineParms &&) noexcept=default
 
 ~SOP_VolumeCombineParms () override
 
bool operator== (const SOP_VolumeCombineParms &src) const
 
bool operator!= (const SOP_VolumeCombineParms &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_StringHoldergetDstVolume () const
 
void setDstVolume (const UT_StringHolder &val)
 
UT_StringHolder opDstVolume (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_Array< Combinations > & getCombinations () const
 
void setCombinations (const UT_Array< Combinations > &val)
 
exint opCombinations (const SOP_NodeVerb::CookParms &cookparms) const
 
bool opCombinations_enable (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
bool opinstCombinations_enable (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
int64 opCombinations_combine (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
int64 opinstCombinations_combine (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
int64 opCombinations_adjust (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
int64 opinstCombinations_adjust (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
UT_StringHolder opCombinations_srcvolume (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
UT_StringHolder opinstCombinations_srcvolume (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
fpreal64 opCombinations_scale (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
fpreal64 opinstCombinations_scale (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
fpreal64 opCombinations_add (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
fpreal64 opinstCombinations_add (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
int64 opCombinations_process (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
int64 opinstCombinations_process (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
fpreal64 opCombinations_blend (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
fpreal64 opinstCombinations_blend (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
int64 opCombinations_doblendvolume (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
int64 opinstCombinations_doblendvolume (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
UT_StringHolder opCombinations_blendvolume (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
UT_StringHolder opinstCombinations_blendvolume (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
fpreal64 getPostScale () const
 
void setPostScale (fpreal64 val)
 
fpreal64 opPostScale (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDoThreshold () const
 
void setDoThreshold (bool val)
 
bool opDoThreshold (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getThreshold () const
 
void setThreshold (fpreal64 val)
 
fpreal64 opThreshold (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDoClampMin () const
 
void setDoClampMin (bool val)
 
bool opDoClampMin (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getClampMin () const
 
void setClampMin (fpreal64 val)
 
fpreal64 opClampMin (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDoClampMax () const
 
void setDoClampMax (bool val)
 
bool opDoClampMax (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getClampMax () const
 
void setClampMax (fpreal64 val)
 
fpreal64 opClampMax (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getCreateMissing () const
 
void setCreateMissing (bool val)
 
bool opCreateMissing (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getForceScalar () const
 
void setForceScalar (bool val)
 
bool opForceScalar (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDeleteSource () const
 
void setDeleteSource (bool val)
 
bool opDeleteSource (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getErrorMissing () const
 
void setErrorMissing (bool val)
 
bool opErrorMissing (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 58 of file SOP_VolumeCombine.proto.h.

Member Typedef Documentation

Constructor & Destructor Documentation

SOP_VolumeCombineParms::SOP_VolumeCombineParms ( )
inline

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

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

Definition at line 175 of file SOP_VolumeCombine.proto.h.

Member Function Documentation

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

Definition at line 206 of file SOP_VolumeCombine.proto.h.

void SOP_VolumeCombineParms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 303 of file SOP_VolumeCombine.proto.h.

UT_StringHolder SOP_VolumeCombineParms::createString ( const UT_Array< Combinations > &  list) const
inline

Definition at line 113 of file SOP_VolumeCombine.proto.h.

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

Definition at line 310 of file SOP_VolumeCombine.proto.h.

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

Definition at line 435 of file SOP_VolumeCombine.proto.h.

fpreal64 SOP_VolumeCombineParms::getClampMax ( ) const
inline

Definition at line 1098 of file SOP_VolumeCombine.proto.h.

fpreal64 SOP_VolumeCombineParms::getClampMin ( ) const
inline

Definition at line 1078 of file SOP_VolumeCombine.proto.h.

const UT_Array<Combinations>& SOP_VolumeCombineParms::getCombinations ( ) const
inline

Definition at line 897 of file SOP_VolumeCombine.proto.h.

bool SOP_VolumeCombineParms::getCreateMissing ( ) const
inline

Definition at line 1108 of file SOP_VolumeCombine.proto.h.

bool SOP_VolumeCombineParms::getDeleteSource ( ) const
inline

Definition at line 1128 of file SOP_VolumeCombine.proto.h.

bool SOP_VolumeCombineParms::getDoClampMax ( ) const
inline

Definition at line 1088 of file SOP_VolumeCombine.proto.h.

bool SOP_VolumeCombineParms::getDoClampMin ( ) const
inline

Definition at line 1068 of file SOP_VolumeCombine.proto.h.

bool SOP_VolumeCombineParms::getDoThreshold ( ) const
inline

Definition at line 1048 of file SOP_VolumeCombine.proto.h.

const UT_StringHolder& SOP_VolumeCombineParms::getDstVolume ( ) const
inline

Definition at line 887 of file SOP_VolumeCombine.proto.h.

bool SOP_VolumeCombineParms::getErrorMissing ( ) const
inline

Definition at line 1138 of file SOP_VolumeCombine.proto.h.

bool SOP_VolumeCombineParms::getForceScalar ( ) const
inline

Definition at line 1118 of file SOP_VolumeCombine.proto.h.

exint SOP_VolumeCombineParms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

Definition at line 571 of file SOP_VolumeCombine.proto.h.

ParmType SOP_VolumeCombineParms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 634 of file SOP_VolumeCombine.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 410 of file SOP_VolumeCombine.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 412 of file SOP_VolumeCombine.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 414 of file SOP_VolumeCombine.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 416 of file SOP_VolumeCombine.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 418 of file SOP_VolumeCombine.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 420 of file SOP_VolumeCombine.proto.h.

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

Definition at line 424 of file SOP_VolumeCombine.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 426 of file SOP_VolumeCombine.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 428 of file SOP_VolumeCombine.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 430 of file SOP_VolumeCombine.proto.h.

fpreal64 SOP_VolumeCombineParms::getPostScale ( ) const
inline

Definition at line 1038 of file SOP_VolumeCombine.proto.h.

fpreal64 SOP_VolumeCombineParms::getThreshold ( ) const
inline

Definition at line 1058 of file SOP_VolumeCombine.proto.h.

bool SOP_VolumeCombineParms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

bool SOP_VolumeCombineParms::load ( UT_IStream is)
inline

Definition at line 841 of file SOP_VolumeCombine.proto.h.

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

Definition at line 698 of file SOP_VolumeCombine.proto.h.

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

Definition at line 700 of file SOP_VolumeCombine.proto.h.

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

Definition at line 702 of file SOP_VolumeCombine.proto.h.

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

Definition at line 704 of file SOP_VolumeCombine.proto.h.

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

Definition at line 706 of file SOP_VolumeCombine.proto.h.

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

Definition at line 709 of file SOP_VolumeCombine.proto.h.

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

Definition at line 712 of file SOP_VolumeCombine.proto.h.

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

Definition at line 714 of file SOP_VolumeCombine.proto.h.

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

Definition at line 716 of file SOP_VolumeCombine.proto.h.

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

Definition at line 718 of file SOP_VolumeCombine.proto.h.

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

Definition at line 720 of file SOP_VolumeCombine.proto.h.

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

Definition at line 723 of file SOP_VolumeCombine.proto.h.

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

Definition at line 726 of file SOP_VolumeCombine.proto.h.

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

Definition at line 728 of file SOP_VolumeCombine.proto.h.

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

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

void SOP_VolumeCombineParms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

Definition at line 297 of file SOP_VolumeCombine.proto.h.

fpreal64 SOP_VolumeCombineParms::opClampMax ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1100 of file SOP_VolumeCombine.proto.h.

fpreal64 SOP_VolumeCombineParms::opClampMin ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1080 of file SOP_VolumeCombine.proto.h.

exint SOP_VolumeCombineParms::opCombinations ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 899 of file SOP_VolumeCombine.proto.h.

fpreal64 SOP_VolumeCombineParms::opCombinations_add ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 972 of file SOP_VolumeCombine.proto.h.

int64 SOP_VolumeCombineParms::opCombinations_adjust ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

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

fpreal64 SOP_VolumeCombineParms::opCombinations_blend ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 998 of file SOP_VolumeCombine.proto.h.

UT_StringHolder SOP_VolumeCombineParms::opCombinations_blendvolume ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

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

int64 SOP_VolumeCombineParms::opCombinations_combine ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 920 of file SOP_VolumeCombine.proto.h.

int64 SOP_VolumeCombineParms::opCombinations_doblendvolume ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1011 of file SOP_VolumeCombine.proto.h.

bool SOP_VolumeCombineParms::opCombinations_enable ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 907 of file SOP_VolumeCombine.proto.h.

int64 SOP_VolumeCombineParms::opCombinations_process ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

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

fpreal64 SOP_VolumeCombineParms::opCombinations_scale ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 959 of file SOP_VolumeCombine.proto.h.

UT_StringHolder SOP_VolumeCombineParms::opCombinations_srcvolume ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 946 of file SOP_VolumeCombine.proto.h.

bool SOP_VolumeCombineParms::opCreateMissing ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1110 of file SOP_VolumeCombine.proto.h.

bool SOP_VolumeCombineParms::opDeleteSource ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1130 of file SOP_VolumeCombine.proto.h.

bool SOP_VolumeCombineParms::opDoClampMax ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1090 of file SOP_VolumeCombine.proto.h.

bool SOP_VolumeCombineParms::opDoClampMin ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1070 of file SOP_VolumeCombine.proto.h.

bool SOP_VolumeCombineParms::opDoThreshold ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1050 of file SOP_VolumeCombine.proto.h.

UT_StringHolder SOP_VolumeCombineParms::opDstVolume ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 889 of file SOP_VolumeCombine.proto.h.

Definition at line 195 of file SOP_VolumeCombine.proto.h.

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

Definition at line 177 of file SOP_VolumeCombine.proto.h.

bool SOP_VolumeCombineParms::opErrorMissing ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1140 of file SOP_VolumeCombine.proto.h.

bool SOP_VolumeCombineParms::opForceScalar ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1120 of file SOP_VolumeCombine.proto.h.

fpreal64 SOP_VolumeCombineParms::opinstCombinations_add ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

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

int64 SOP_VolumeCombineParms::opinstCombinations_adjust ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

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

fpreal64 SOP_VolumeCombineParms::opinstCombinations_blend ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1000 of file SOP_VolumeCombine.proto.h.

UT_StringHolder SOP_VolumeCombineParms::opinstCombinations_blendvolume ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1026 of file SOP_VolumeCombine.proto.h.

int64 SOP_VolumeCombineParms::opinstCombinations_combine ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 922 of file SOP_VolumeCombine.proto.h.

int64 SOP_VolumeCombineParms::opinstCombinations_doblendvolume ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

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

bool SOP_VolumeCombineParms::opinstCombinations_enable ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 909 of file SOP_VolumeCombine.proto.h.

int64 SOP_VolumeCombineParms::opinstCombinations_process ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 987 of file SOP_VolumeCombine.proto.h.

fpreal64 SOP_VolumeCombineParms::opinstCombinations_scale ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 961 of file SOP_VolumeCombine.proto.h.

UT_StringHolder SOP_VolumeCombineParms::opinstCombinations_srcvolume ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 948 of file SOP_VolumeCombine.proto.h.

fpreal64 SOP_VolumeCombineParms::opPostScale ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1040 of file SOP_VolumeCombine.proto.h.

fpreal64 SOP_VolumeCombineParms::opThreshold ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1060 of file SOP_VolumeCombine.proto.h.

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

Definition at line 802 of file SOP_VolumeCombine.proto.h.

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

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

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

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

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

Definition at line 763 of file SOP_VolumeCombine.proto.h.

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

Definition at line 765 of file SOP_VolumeCombine.proto.h.

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

Definition at line 767 of file SOP_VolumeCombine.proto.h.

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

Definition at line 770 of file SOP_VolumeCombine.proto.h.

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

Definition at line 773 of file SOP_VolumeCombine.proto.h.

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

Definition at line 775 of file SOP_VolumeCombine.proto.h.

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

Definition at line 777 of file SOP_VolumeCombine.proto.h.

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

Definition at line 779 of file SOP_VolumeCombine.proto.h.

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

Definition at line 781 of file SOP_VolumeCombine.proto.h.

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

Definition at line 788 of file SOP_VolumeCombine.proto.h.

void SOP_VolumeCombineParms::setClampMax ( fpreal64  val)
inline

Definition at line 1099 of file SOP_VolumeCombine.proto.h.

void SOP_VolumeCombineParms::setClampMin ( fpreal64  val)
inline

Definition at line 1079 of file SOP_VolumeCombine.proto.h.

void SOP_VolumeCombineParms::setCombinations ( const UT_Array< Combinations > &  val)
inline

Definition at line 898 of file SOP_VolumeCombine.proto.h.

void SOP_VolumeCombineParms::setCreateMissing ( bool  val)
inline

Definition at line 1109 of file SOP_VolumeCombine.proto.h.

void SOP_VolumeCombineParms::setDeleteSource ( bool  val)
inline

Definition at line 1129 of file SOP_VolumeCombine.proto.h.

void SOP_VolumeCombineParms::setDoClampMax ( bool  val)
inline

Definition at line 1089 of file SOP_VolumeCombine.proto.h.

void SOP_VolumeCombineParms::setDoClampMin ( bool  val)
inline

Definition at line 1069 of file SOP_VolumeCombine.proto.h.

void SOP_VolumeCombineParms::setDoThreshold ( bool  val)
inline

Definition at line 1049 of file SOP_VolumeCombine.proto.h.

void SOP_VolumeCombineParms::setDstVolume ( const UT_StringHolder val)
inline

Definition at line 888 of file SOP_VolumeCombine.proto.h.

void SOP_VolumeCombineParms::setErrorMissing ( bool  val)
inline

Definition at line 1139 of file SOP_VolumeCombine.proto.h.

void SOP_VolumeCombineParms::setForceScalar ( bool  val)
inline

Definition at line 1119 of file SOP_VolumeCombine.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 534 of file SOP_VolumeCombine.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 536 of file SOP_VolumeCombine.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 538 of file SOP_VolumeCombine.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 540 of file SOP_VolumeCombine.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 542 of file SOP_VolumeCombine.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 544 of file SOP_VolumeCombine.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 546 of file SOP_VolumeCombine.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 548 of file SOP_VolumeCombine.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 550 of file SOP_VolumeCombine.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 552 of file SOP_VolumeCombine.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 554 of file SOP_VolumeCombine.proto.h.

void SOP_VolumeCombineParms::setPostScale ( fpreal64  val)
inline

Definition at line 1039 of file SOP_VolumeCombine.proto.h.

void SOP_VolumeCombineParms::setThreshold ( fpreal64  val)
inline

Definition at line 1059 of file SOP_VolumeCombine.proto.h.

static int SOP_VolumeCombineParms::version ( )
inlinestatic

Definition at line 61 of file SOP_VolumeCombine.proto.h.


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