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

#include <SOP_VolumeFromAttrib.proto.h>

+ Inheritance diagram for SOP_VolumeFromAttribParms:

Public Types

using Calculationtype = SOP_VolumeFromAttribEnums::Calculationtype
 
- 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_VolumeFromAttribParms ()
 
 SOP_VolumeFromAttribParms (const SOP_VolumeFromAttribParms &)=default
 
SOP_VolumeFromAttribParmsoperator= (const SOP_VolumeFromAttribParms &)=default
 
 SOP_VolumeFromAttribParms (SOP_VolumeFromAttribParms &&) noexcept=default
 
SOP_VolumeFromAttribParmsoperator= (SOP_VolumeFromAttribParms &&) noexcept=default
 
 ~SOP_VolumeFromAttribParms () override
 
bool operator== (const SOP_VolumeFromAttribParms &src) const
 
bool operator!= (const SOP_VolumeFromAttribParms &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
 
const UT_StringHoldergetPointgrp () const
 
void setPointgrp (const UT_StringHolder &val)
 
UT_StringHolder opPointgrp (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseattrib () const
 
void setUseattrib (bool val)
 
bool opUseattrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetAttrib () const
 
void setAttrib (const UT_StringHolder &val)
 
UT_StringHolder opAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDisableonmissing () const
 
void setDisableonmissing (bool val)
 
bool opDisableonmissing (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getAccumulate () const
 
void setAccumulate (bool val)
 
bool opAccumulate (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getExtrapolate () const
 
void setExtrapolate (bool val)
 
bool opExtrapolate (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUsemaxextrapolate () const
 
void setUsemaxextrapolate (bool val)
 
bool opUsemaxextrapolate (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getMaxextrapolate () const
 
void setMaxextrapolate (fpreal64 val)
 
fpreal64 opMaxextrapolate (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUsemaxextrapolatedist () const
 
void setUsemaxextrapolatedist (bool val)
 
bool opUsemaxextrapolatedist (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getMaxextrapolatedist () const
 
void setMaxextrapolatedist (fpreal64 val)
 
fpreal64 opMaxextrapolatedist (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getThreshold () const
 
void setThreshold (fpreal64 val)
 
fpreal64 opThreshold (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getBandwidth () const
 
void setBandwidth (fpreal64 val)
 
fpreal64 opBandwidth (const SOP_NodeVerb::CookParms &cookparms) const
 
Calculationtype getCalculationtype () const
 
void setCalculationtype (Calculationtype val)
 
Calculationtype opCalculationtype (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getDstpreadd () const
 
void setDstpreadd (fpreal64 val)
 
fpreal64 opDstpreadd (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getDstpremul () const
 
void setDstpremul (fpreal64 val)
 
fpreal64 opDstpremul (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getScalebyvolume () const
 
void setScalebyvolume (bool val)
 
bool opScalebyvolume (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getSrcpreadd () const
 
void setSrcpreadd (fpreal64 val)
 
fpreal64 opSrcpreadd (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getSrcpremul () const
 
void setSrcpremul (fpreal64 val)
 
fpreal64 opSrcpremul (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getPostadd () const
 
void setPostadd (fpreal64 val)
 
fpreal64 opPostadd (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getPostmul () const
 
void setPostmul (fpreal64 val)
 
fpreal64 opPostmul (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 39 of file SOP_VolumeFromAttrib.proto.h.

Member Typedef Documentation

Constructor & Destructor Documentation

SOP_VolumeFromAttribParms::SOP_VolumeFromAttribParms ( )
inline

Definition at line 44 of file SOP_VolumeFromAttrib.proto.h.

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

Definition at line 75 of file SOP_VolumeFromAttrib.proto.h.

Member Function Documentation

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

Definition at line 111 of file SOP_VolumeFromAttrib.proto.h.

void SOP_VolumeFromAttribParms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 186 of file SOP_VolumeFromAttrib.proto.h.

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

Definition at line 193 of file SOP_VolumeFromAttrib.proto.h.

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

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

bool SOP_VolumeFromAttribParms::getAccumulate ( ) const
inline

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

const UT_StringHolder& SOP_VolumeFromAttribParms::getAttrib ( ) const
inline

Definition at line 717 of file SOP_VolumeFromAttrib.proto.h.

fpreal64 SOP_VolumeFromAttribParms::getBandwidth ( ) const
inline

Definition at line 807 of file SOP_VolumeFromAttrib.proto.h.

Calculationtype SOP_VolumeFromAttribParms::getCalculationtype ( ) const
inline

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

bool SOP_VolumeFromAttribParms::getDisableonmissing ( ) const
inline

Definition at line 727 of file SOP_VolumeFromAttrib.proto.h.

fpreal64 SOP_VolumeFromAttribParms::getDstpreadd ( ) const
inline

Definition at line 827 of file SOP_VolumeFromAttrib.proto.h.

fpreal64 SOP_VolumeFromAttribParms::getDstpremul ( ) const
inline

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

bool SOP_VolumeFromAttribParms::getExtrapolate ( ) const
inline

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

const UT_StringHolder& SOP_VolumeFromAttribParms::getGroup ( ) const
inline

Definition at line 687 of file SOP_VolumeFromAttrib.proto.h.

fpreal64 SOP_VolumeFromAttribParms::getMaxextrapolate ( ) const
inline

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

fpreal64 SOP_VolumeFromAttribParms::getMaxextrapolatedist ( ) const
inline

Definition at line 787 of file SOP_VolumeFromAttrib.proto.h.

exint SOP_VolumeFromAttribParms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 402 of file SOP_VolumeFromAttrib.proto.h.

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

Reimplemented from OP_NodeParms.

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

ParmType SOP_VolumeFromAttribParms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 467 of file SOP_VolumeFromAttrib.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 278 of file SOP_VolumeFromAttrib.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 280 of file SOP_VolumeFromAttrib.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 282 of file SOP_VolumeFromAttrib.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 284 of file SOP_VolumeFromAttrib.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 286 of file SOP_VolumeFromAttrib.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 288 of file SOP_VolumeFromAttrib.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 290 of file SOP_VolumeFromAttrib.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 292 of file SOP_VolumeFromAttrib.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 294 of file SOP_VolumeFromAttrib.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 296 of file SOP_VolumeFromAttrib.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 298 of file SOP_VolumeFromAttrib.proto.h.

const UT_StringHolder& SOP_VolumeFromAttribParms::getPointgrp ( ) const
inline

Definition at line 697 of file SOP_VolumeFromAttrib.proto.h.

fpreal64 SOP_VolumeFromAttribParms::getPostadd ( ) const
inline

Definition at line 877 of file SOP_VolumeFromAttrib.proto.h.

fpreal64 SOP_VolumeFromAttribParms::getPostmul ( ) const
inline

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

bool SOP_VolumeFromAttribParms::getScalebyvolume ( ) const
inline

Definition at line 847 of file SOP_VolumeFromAttrib.proto.h.

fpreal64 SOP_VolumeFromAttribParms::getSrcpreadd ( ) const
inline

Definition at line 857 of file SOP_VolumeFromAttrib.proto.h.

fpreal64 SOP_VolumeFromAttribParms::getSrcpremul ( ) const
inline

Definition at line 867 of file SOP_VolumeFromAttrib.proto.h.

fpreal64 SOP_VolumeFromAttribParms::getThreshold ( ) const
inline

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

bool SOP_VolumeFromAttribParms::getUseattrib ( ) const
inline

Definition at line 707 of file SOP_VolumeFromAttrib.proto.h.

bool SOP_VolumeFromAttribParms::getUsemaxextrapolate ( ) const
inline

Definition at line 757 of file SOP_VolumeFromAttrib.proto.h.

bool SOP_VolumeFromAttribParms::getUsemaxextrapolatedist ( ) const
inline

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

bool SOP_VolumeFromAttribParms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 269 of file SOP_VolumeFromAttrib.proto.h.

bool SOP_VolumeFromAttribParms::load ( UT_IStream is)
inline

Definition at line 653 of file SOP_VolumeFromAttrib.proto.h.

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

Definition at line 521 of file SOP_VolumeFromAttrib.proto.h.

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

Definition at line 523 of file SOP_VolumeFromAttrib.proto.h.

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

Definition at line 525 of file SOP_VolumeFromAttrib.proto.h.

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

Definition at line 527 of file SOP_VolumeFromAttrib.proto.h.

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

Definition at line 529 of file SOP_VolumeFromAttrib.proto.h.

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

Definition at line 532 of file SOP_VolumeFromAttrib.proto.h.

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

Definition at line 535 of file SOP_VolumeFromAttrib.proto.h.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Definition at line 562 of file SOP_VolumeFromAttrib.proto.h.

void SOP_VolumeFromAttribParms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

Definition at line 180 of file SOP_VolumeFromAttrib.proto.h.

bool SOP_VolumeFromAttribParms::opAccumulate ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_VolumeFromAttribParms::opAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 719 of file SOP_VolumeFromAttrib.proto.h.

fpreal64 SOP_VolumeFromAttribParms::opBandwidth ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 809 of file SOP_VolumeFromAttrib.proto.h.

Calculationtype SOP_VolumeFromAttribParms::opCalculationtype ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_VolumeFromAttribParms::opDisableonmissing ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 729 of file SOP_VolumeFromAttrib.proto.h.

fpreal64 SOP_VolumeFromAttribParms::opDstpreadd ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 829 of file SOP_VolumeFromAttrib.proto.h.

fpreal64 SOP_VolumeFromAttribParms::opDstpremul ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

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

Definition at line 77 of file SOP_VolumeFromAttrib.proto.h.

bool SOP_VolumeFromAttribParms::opExtrapolate ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

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

Definition at line 689 of file SOP_VolumeFromAttrib.proto.h.

fpreal64 SOP_VolumeFromAttribParms::opMaxextrapolate ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 769 of file SOP_VolumeFromAttrib.proto.h.

fpreal64 SOP_VolumeFromAttribParms::opMaxextrapolatedist ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 789 of file SOP_VolumeFromAttrib.proto.h.

UT_StringHolder SOP_VolumeFromAttribParms::opPointgrp ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 699 of file SOP_VolumeFromAttrib.proto.h.

fpreal64 SOP_VolumeFromAttribParms::opPostadd ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 879 of file SOP_VolumeFromAttrib.proto.h.

fpreal64 SOP_VolumeFromAttribParms::opPostmul ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_VolumeFromAttribParms::opScalebyvolume ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 849 of file SOP_VolumeFromAttrib.proto.h.

fpreal64 SOP_VolumeFromAttribParms::opSrcpreadd ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 859 of file SOP_VolumeFromAttrib.proto.h.

fpreal64 SOP_VolumeFromAttribParms::opSrcpremul ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 869 of file SOP_VolumeFromAttrib.proto.h.

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

Definition at line 799 of file SOP_VolumeFromAttrib.proto.h.

bool SOP_VolumeFromAttribParms::opUseattrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_VolumeFromAttribParms::opUsemaxextrapolate ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_VolumeFromAttribParms::opUsemaxextrapolatedist ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

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

Definition at line 625 of file SOP_VolumeFromAttrib.proto.h.

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

Definition at line 582 of file SOP_VolumeFromAttrib.proto.h.

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

Definition at line 584 of file SOP_VolumeFromAttrib.proto.h.

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

Definition at line 586 of file SOP_VolumeFromAttrib.proto.h.

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

Definition at line 588 of file SOP_VolumeFromAttrib.proto.h.

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

Definition at line 590 of file SOP_VolumeFromAttrib.proto.h.

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

Definition at line 593 of file SOP_VolumeFromAttrib.proto.h.

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

Definition at line 596 of file SOP_VolumeFromAttrib.proto.h.

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

Definition at line 598 of file SOP_VolumeFromAttrib.proto.h.

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

Definition at line 600 of file SOP_VolumeFromAttrib.proto.h.

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

Definition at line 602 of file SOP_VolumeFromAttrib.proto.h.

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

Definition at line 604 of file SOP_VolumeFromAttrib.proto.h.

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

Definition at line 611 of file SOP_VolumeFromAttrib.proto.h.

void SOP_VolumeFromAttribParms::setAccumulate ( bool  val)
inline

Definition at line 738 of file SOP_VolumeFromAttrib.proto.h.

void SOP_VolumeFromAttribParms::setAttrib ( const UT_StringHolder val)
inline

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

void SOP_VolumeFromAttribParms::setBandwidth ( fpreal64  val)
inline

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

void SOP_VolumeFromAttribParms::setCalculationtype ( Calculationtype  val)
inline

Definition at line 818 of file SOP_VolumeFromAttrib.proto.h.

void SOP_VolumeFromAttribParms::setDisableonmissing ( bool  val)
inline

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

void SOP_VolumeFromAttribParms::setDstpreadd ( fpreal64  val)
inline

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

void SOP_VolumeFromAttribParms::setDstpremul ( fpreal64  val)
inline

Definition at line 838 of file SOP_VolumeFromAttrib.proto.h.

void SOP_VolumeFromAttribParms::setExtrapolate ( bool  val)
inline

Definition at line 748 of file SOP_VolumeFromAttrib.proto.h.

void SOP_VolumeFromAttribParms::setGroup ( const UT_StringHolder val)
inline

Definition at line 688 of file SOP_VolumeFromAttrib.proto.h.

void SOP_VolumeFromAttribParms::setMaxextrapolate ( fpreal64  val)
inline

Definition at line 768 of file SOP_VolumeFromAttrib.proto.h.

void SOP_VolumeFromAttribParms::setMaxextrapolatedist ( fpreal64  val)
inline

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

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

Reimplemented from OP_NodeParms.

Definition at line 379 of file SOP_VolumeFromAttrib.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 381 of file SOP_VolumeFromAttrib.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 383 of file SOP_VolumeFromAttrib.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 385 of file SOP_VolumeFromAttrib.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 387 of file SOP_VolumeFromAttrib.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 389 of file SOP_VolumeFromAttrib.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 391 of file SOP_VolumeFromAttrib.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 393 of file SOP_VolumeFromAttrib.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 395 of file SOP_VolumeFromAttrib.proto.h.

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

void SOP_VolumeFromAttribParms::setPointgrp ( const UT_StringHolder val)
inline

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

void SOP_VolumeFromAttribParms::setPostadd ( fpreal64  val)
inline

Definition at line 878 of file SOP_VolumeFromAttrib.proto.h.

void SOP_VolumeFromAttribParms::setPostmul ( fpreal64  val)
inline

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

void SOP_VolumeFromAttribParms::setScalebyvolume ( bool  val)
inline

Definition at line 848 of file SOP_VolumeFromAttrib.proto.h.

void SOP_VolumeFromAttribParms::setSrcpreadd ( fpreal64  val)
inline

Definition at line 858 of file SOP_VolumeFromAttrib.proto.h.

void SOP_VolumeFromAttribParms::setSrcpremul ( fpreal64  val)
inline

Definition at line 868 of file SOP_VolumeFromAttrib.proto.h.

void SOP_VolumeFromAttribParms::setThreshold ( fpreal64  val)
inline

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

void SOP_VolumeFromAttribParms::setUseattrib ( bool  val)
inline

Definition at line 708 of file SOP_VolumeFromAttrib.proto.h.

void SOP_VolumeFromAttribParms::setUsemaxextrapolate ( bool  val)
inline

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

void SOP_VolumeFromAttribParms::setUsemaxextrapolatedist ( bool  val)
inline

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

static int SOP_VolumeFromAttribParms::version ( )
inlinestatic

Definition at line 42 of file SOP_VolumeFromAttrib.proto.h.


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