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 116 of file SOP_VolumeCombine.proto.h.

Member Typedef Documentation

Constructor & Destructor Documentation

SOP_VolumeCombineParms::SOP_VolumeCombineParms ( )
inline

Definition at line 210 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 233 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 264 of file SOP_VolumeCombine.proto.h.

void SOP_VolumeCombineParms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

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

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

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

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

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

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

fpreal64 SOP_VolumeCombineParms::getClampMax ( ) const
inline

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

fpreal64 SOP_VolumeCombineParms::getClampMin ( ) const
inline

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

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

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

bool SOP_VolumeCombineParms::getCreateMissing ( ) const
inline

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

bool SOP_VolumeCombineParms::getDeleteSource ( ) const
inline

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

bool SOP_VolumeCombineParms::getDoClampMax ( ) const
inline

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

bool SOP_VolumeCombineParms::getDoClampMin ( ) const
inline

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

bool SOP_VolumeCombineParms::getDoThreshold ( ) const
inline

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

const UT_StringHolder& SOP_VolumeCombineParms::getDstVolume ( ) const
inline

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

bool SOP_VolumeCombineParms::getErrorMissing ( ) const
inline

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

bool SOP_VolumeCombineParms::getForceScalar ( ) const
inline

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

exint SOP_VolumeCombineParms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

ParmType SOP_VolumeCombineParms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 692 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 468 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 470 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 472 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 474 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 476 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 478 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 480 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 482 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 484 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 486 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 488 of file SOP_VolumeCombine.proto.h.

fpreal64 SOP_VolumeCombineParms::getPostScale ( ) const
inline

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

fpreal64 SOP_VolumeCombineParms::getThreshold ( ) const
inline

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

bool SOP_VolumeCombineParms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

bool SOP_VolumeCombineParms::load ( UT_IStream is)
inline

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

void SOP_VolumeCombineParms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Definition at line 253 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 235 of file SOP_VolumeCombine.proto.h.

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

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

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

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

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

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

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

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

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

Definition at line 1058 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 1084 of file SOP_VolumeCombine.proto.h.

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

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

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

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

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

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

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

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

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

Definition at line 1019 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 1006 of file SOP_VolumeCombine.proto.h.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

void SOP_VolumeCombineParms::setClampMax ( fpreal64  val)
inline

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

void SOP_VolumeCombineParms::setClampMin ( fpreal64  val)
inline

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

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

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

void SOP_VolumeCombineParms::setCreateMissing ( bool  val)
inline

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

void SOP_VolumeCombineParms::setDeleteSource ( bool  val)
inline

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

void SOP_VolumeCombineParms::setDoClampMax ( bool  val)
inline

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

void SOP_VolumeCombineParms::setDoClampMin ( bool  val)
inline

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

void SOP_VolumeCombineParms::setDoThreshold ( bool  val)
inline

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

void SOP_VolumeCombineParms::setDstVolume ( const UT_StringHolder val)
inline

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

void SOP_VolumeCombineParms::setErrorMissing ( bool  val)
inline

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

void SOP_VolumeCombineParms::setForceScalar ( bool  val)
inline

Definition at line 1177 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 592 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 594 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 596 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 598 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 600 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 602 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 604 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 606 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 608 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 610 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 612 of file SOP_VolumeCombine.proto.h.

void SOP_VolumeCombineParms::setPostScale ( fpreal64  val)
inline

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

void SOP_VolumeCombineParms::setThreshold ( fpreal64  val)
inline

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

static int SOP_VolumeCombineParms::version ( )
inlinestatic

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


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