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

#include <SOP_VolumeFeather.proto.h>

+ Inheritance diagram for SOP_VolumeFeatherParms:

Public Types

using Decaymode = SOP_VolumeFeatherEnums::Decaymode
 
using Bordertype = SOP_VolumeFeatherEnums::Bordertype
 
- 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_VolumeFeatherParms ()
 
 SOP_VolumeFeatherParms (const SOP_VolumeFeatherParms &)=default
 
SOP_VolumeFeatherParmsoperator= (const SOP_VolumeFeatherParms &)=default
 
 SOP_VolumeFeatherParms (SOP_VolumeFeatherParms &&) noexcept=default
 
SOP_VolumeFeatherParmsoperator= (SOP_VolumeFeatherParms &&) noexcept=default
 
 ~SOP_VolumeFeatherParms () override
 
bool operator== (const SOP_VolumeFeatherParms &src) const
 
bool operator!= (const SOP_VolumeFeatherParms &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
 
Decaymode getDecaymode () const
 
void setDecaymode (Decaymode val)
 
Decaymode opDecaymode (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getDecay () const
 
void setDecay (fpreal64 val)
 
fpreal64 opDecay (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getDecayvoxel () const
 
void setDecayvoxel (fpreal64 val)
 
fpreal64 opDecayvoxel (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getUnitdist () const
 
void setUnitdist (fpreal64 val)
 
fpreal64 opUnitdist (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getUnitvoxel () const
 
void setUnitvoxel (fpreal64 val)
 
fpreal64 opUnitvoxel (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getAngle () const
 
void setAngle (fpreal64 val)
 
fpreal64 opAngle (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getOutside () const
 
void setOutside (bool val)
 
bool opOutside (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDetect2d () const
 
void setDetect2d (bool val)
 
bool opDetect2d (const SOP_NodeVerb::CookParms &cookparms) const
 
Bordertype getBordertype () const
 
void setBordertype (Bordertype val)
 
Bordertype opBordertype (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getBorderval () const
 
void setBorderval (fpreal64 val)
 
fpreal64 opBorderval (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 43 of file SOP_VolumeFeather.proto.h.

Member Typedef Documentation

Constructor & Destructor Documentation

SOP_VolumeFeatherParms::SOP_VolumeFeatherParms ( )
inline

Definition at line 48 of file SOP_VolumeFeather.proto.h.

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

Definition at line 69 of file SOP_VolumeFeather.proto.h.

Member Function Documentation

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

Definition at line 96 of file SOP_VolumeFeather.proto.h.

void SOP_VolumeFeatherParms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

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

Definition at line 148 of file SOP_VolumeFeather.proto.h.

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

Definition at line 228 of file SOP_VolumeFeather.proto.h.

fpreal64 SOP_VolumeFeatherParms::getAngle ( ) const
inline

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

Bordertype SOP_VolumeFeatherParms::getBordertype ( ) const
inline

Definition at line 612 of file SOP_VolumeFeather.proto.h.

fpreal64 SOP_VolumeFeatherParms::getBorderval ( ) const
inline

Definition at line 622 of file SOP_VolumeFeather.proto.h.

fpreal64 SOP_VolumeFeatherParms::getDecay ( ) const
inline

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

Decaymode SOP_VolumeFeatherParms::getDecaymode ( ) const
inline

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

fpreal64 SOP_VolumeFeatherParms::getDecayvoxel ( ) const
inline

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

bool SOP_VolumeFeatherParms::getDetect2d ( ) const
inline

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

const UT_StringHolder& SOP_VolumeFeatherParms::getGroup ( ) const
inline

Definition at line 522 of file SOP_VolumeFeather.proto.h.

exint SOP_VolumeFeatherParms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

Definition at line 309 of file SOP_VolumeFeather.proto.h.

ParmType SOP_VolumeFeatherParms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 342 of file SOP_VolumeFeather.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 203 of file SOP_VolumeFeather.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 205 of file SOP_VolumeFeather.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 207 of file SOP_VolumeFeather.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 209 of file SOP_VolumeFeather.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 211 of file SOP_VolumeFeather.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 213 of file SOP_VolumeFeather.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 215 of file SOP_VolumeFeather.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 217 of file SOP_VolumeFeather.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 219 of file SOP_VolumeFeather.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 221 of file SOP_VolumeFeather.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 223 of file SOP_VolumeFeather.proto.h.

bool SOP_VolumeFeatherParms::getOutside ( ) const
inline

Definition at line 592 of file SOP_VolumeFeather.proto.h.

fpreal64 SOP_VolumeFeatherParms::getUnitdist ( ) const
inline

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

fpreal64 SOP_VolumeFeatherParms::getUnitvoxel ( ) const
inline

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

bool SOP_VolumeFeatherParms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 194 of file SOP_VolumeFeather.proto.h.

bool SOP_VolumeFeatherParms::load ( UT_IStream is)
inline

Definition at line 498 of file SOP_VolumeFeather.proto.h.

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

Definition at line 376 of file SOP_VolumeFeather.proto.h.

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

Definition at line 378 of file SOP_VolumeFeather.proto.h.

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

Definition at line 380 of file SOP_VolumeFeather.proto.h.

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

Definition at line 382 of file SOP_VolumeFeather.proto.h.

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

Definition at line 384 of file SOP_VolumeFeather.proto.h.

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

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

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

Definition at line 390 of file SOP_VolumeFeather.proto.h.

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

Definition at line 392 of file SOP_VolumeFeather.proto.h.

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

Definition at line 394 of file SOP_VolumeFeather.proto.h.

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

Definition at line 396 of file SOP_VolumeFeather.proto.h.

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

Definition at line 398 of file SOP_VolumeFeather.proto.h.

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

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

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

Definition at line 404 of file SOP_VolumeFeather.proto.h.

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

Definition at line 406 of file SOP_VolumeFeather.proto.h.

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

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

void SOP_VolumeFeatherParms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

Definition at line 135 of file SOP_VolumeFeather.proto.h.

fpreal64 SOP_VolumeFeatherParms::opAngle ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

Bordertype SOP_VolumeFeatherParms::opBordertype ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 614 of file SOP_VolumeFeather.proto.h.

fpreal64 SOP_VolumeFeatherParms::opBorderval ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 624 of file SOP_VolumeFeather.proto.h.

fpreal64 SOP_VolumeFeatherParms::opDecay ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

Decaymode SOP_VolumeFeatherParms::opDecaymode ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

fpreal64 SOP_VolumeFeatherParms::opDecayvoxel ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_VolumeFeatherParms::opDetect2d ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

Definition at line 87 of file SOP_VolumeFeather.proto.h.

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

Definition at line 71 of file SOP_VolumeFeather.proto.h.

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

Definition at line 524 of file SOP_VolumeFeather.proto.h.

bool SOP_VolumeFeatherParms::opOutside ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 594 of file SOP_VolumeFeather.proto.h.

fpreal64 SOP_VolumeFeatherParms::opUnitdist ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 564 of file SOP_VolumeFeather.proto.h.

fpreal64 SOP_VolumeFeatherParms::opUnitvoxel ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 574 of file SOP_VolumeFeather.proto.h.

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

Definition at line 480 of file SOP_VolumeFeather.proto.h.

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

Definition at line 437 of file SOP_VolumeFeather.proto.h.

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

Definition at line 439 of file SOP_VolumeFeather.proto.h.

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

Definition at line 441 of file SOP_VolumeFeather.proto.h.

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

Definition at line 443 of file SOP_VolumeFeather.proto.h.

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

Definition at line 445 of file SOP_VolumeFeather.proto.h.

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

Definition at line 448 of file SOP_VolumeFeather.proto.h.

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

Definition at line 451 of file SOP_VolumeFeather.proto.h.

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

Definition at line 453 of file SOP_VolumeFeather.proto.h.

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

Definition at line 455 of file SOP_VolumeFeather.proto.h.

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

Definition at line 457 of file SOP_VolumeFeather.proto.h.

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

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

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

Definition at line 466 of file SOP_VolumeFeather.proto.h.

void SOP_VolumeFeatherParms::setAngle ( fpreal64  val)
inline

Definition at line 583 of file SOP_VolumeFeather.proto.h.

void SOP_VolumeFeatherParms::setBordertype ( Bordertype  val)
inline

Definition at line 613 of file SOP_VolumeFeather.proto.h.

void SOP_VolumeFeatherParms::setBorderval ( fpreal64  val)
inline

Definition at line 623 of file SOP_VolumeFeather.proto.h.

void SOP_VolumeFeatherParms::setDecay ( fpreal64  val)
inline

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

void SOP_VolumeFeatherParms::setDecaymode ( Decaymode  val)
inline

Definition at line 533 of file SOP_VolumeFeather.proto.h.

void SOP_VolumeFeatherParms::setDecayvoxel ( fpreal64  val)
inline

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

void SOP_VolumeFeatherParms::setDetect2d ( bool  val)
inline

Definition at line 603 of file SOP_VolumeFeather.proto.h.

void SOP_VolumeFeatherParms::setGroup ( const UT_StringHolder val)
inline

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

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

Reimplemented from OP_NodeParms.

Definition at line 274 of file SOP_VolumeFeather.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 276 of file SOP_VolumeFeather.proto.h.

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

void SOP_VolumeFeatherParms::setOutside ( bool  val)
inline

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

void SOP_VolumeFeatherParms::setUnitdist ( fpreal64  val)
inline

Definition at line 563 of file SOP_VolumeFeather.proto.h.

void SOP_VolumeFeatherParms::setUnitvoxel ( fpreal64  val)
inline

Definition at line 573 of file SOP_VolumeFeather.proto.h.

static int SOP_VolumeFeatherParms::version ( )
inlinestatic

Definition at line 46 of file SOP_VolumeFeather.proto.h.


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