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

#include <SOP_AttribInterpolate.proto.h>

+ Inheritance diagram for SOP_AttribInterpolateParms:

Public Types

using Totype = SOP_AttribInterpolateEnums::Totype
 
using Interpby = SOP_AttribInterpolateEnums::Interpby
 
using Computenumberstype = SOP_AttribInterpolateEnums::Computenumberstype
 
- 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_AttribInterpolateParms ()
 
 SOP_AttribInterpolateParms (const SOP_AttribInterpolateParms &)=default
 
SOP_AttribInterpolateParmsoperator= (const SOP_AttribInterpolateParms &)=default
 
 SOP_AttribInterpolateParms (SOP_AttribInterpolateParms &&) noexcept=default
 
SOP_AttribInterpolateParmsoperator= (SOP_AttribInterpolateParms &&) noexcept=default
 
 ~SOP_AttribInterpolateParms () override
 
bool operator== (const SOP_AttribInterpolateParms &src) const
 
bool operator!= (const SOP_AttribInterpolateParms &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)
 
Totype getTotype () const
 
void setTotype (Totype val)
 
Totype opTotype (const SOP_NodeVerb::CookParms &cookparms) const
 
Interpby getInterpby () const
 
void setInterpby (Interpby val)
 
Interpby opInterpby (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetNumberattrib () const
 
void setNumberattrib (const UT_StringHolder &val)
 
UT_StringHolder opNumberattrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetWeightsattrib () const
 
void setWeightsattrib (const UT_StringHolder &val)
 
UT_StringHolder opWeightsattrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPointattribs () const
 
void setPointattribs (const UT_StringHolder &val)
 
UT_StringHolder opPointattribs (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetVertattribs () const
 
void setVertattribs (const UT_StringHolder &val)
 
UT_StringHolder opVertattribs (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPrimattribs () const
 
void setPrimattribs (const UT_StringHolder &val)
 
UT_StringHolder opPrimattribs (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetDetailattribs () const
 
void setDetailattribs (const UT_StringHolder &val)
 
UT_StringHolder opDetailattribs (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getMatchgroups () const
 
void setMatchgroups (bool val)
 
bool opMatchgroups (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getComputeweights () const
 
void setComputeweights (bool val)
 
bool opComputeweights (const SOP_NodeVerb::CookParms &cookparms) const
 
Computenumberstype getComputenumberstype () const
 
void setComputenumberstype (Computenumberstype val)
 
Computenumberstype opComputenumberstype (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetComputednumbersattrib () const
 
void setComputednumbersattrib (const UT_StringHolder &val)
 
UT_StringHolder opComputednumbersattrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetComputedweightsattrib () const
 
void setComputedweightsattrib (const UT_StringHolder &val)
 
UT_StringHolder opComputedweightsattrib (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getPrescale () const
 
void setPrescale (fpreal64 val)
 
fpreal64 opPrescale (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getNormalize () const
 
void setNormalize (bool val)
 
bool opNormalize (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getThreshold () const
 
void setThreshold (fpreal64 val)
 
fpreal64 opThreshold (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getBlend () const
 
void setBlend (fpreal64 val)
 
fpreal64 opBlend (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetGroup () const
 
void setGroup (const UT_StringHolder &val)
 
UT_StringHolder opGroup (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 47 of file SOP_AttribInterpolate.proto.h.

Member Typedef Documentation

Constructor & Destructor Documentation

SOP_AttribInterpolateParms::SOP_AttribInterpolateParms ( )
inline

Definition at line 52 of file SOP_AttribInterpolate.proto.h.

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

Definition at line 80 of file SOP_AttribInterpolate.proto.h.

Member Function Documentation

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

Definition at line 115 of file SOP_AttribInterpolate.proto.h.

void SOP_AttribInterpolateParms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 181 of file SOP_AttribInterpolate.proto.h.

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

Definition at line 188 of file SOP_AttribInterpolate.proto.h.

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

Definition at line 289 of file SOP_AttribInterpolate.proto.h.

fpreal64 SOP_AttribInterpolateParms::getBlend ( ) const
inline

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

const UT_StringHolder& SOP_AttribInterpolateParms::getComputednumbersattrib ( ) const
inline

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

const UT_StringHolder& SOP_AttribInterpolateParms::getComputedweightsattrib ( ) const
inline

Definition at line 766 of file SOP_AttribInterpolate.proto.h.

Computenumberstype SOP_AttribInterpolateParms::getComputenumberstype ( ) const
inline

Definition at line 746 of file SOP_AttribInterpolate.proto.h.

bool SOP_AttribInterpolateParms::getComputeweights ( ) const
inline

Definition at line 736 of file SOP_AttribInterpolate.proto.h.

const UT_StringHolder& SOP_AttribInterpolateParms::getDetailattribs ( ) const
inline

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

const UT_StringHolder& SOP_AttribInterpolateParms::getGroup ( ) const
inline

Definition at line 816 of file SOP_AttribInterpolate.proto.h.

Interpby SOP_AttribInterpolateParms::getInterpby ( ) const
inline

Definition at line 656 of file SOP_AttribInterpolate.proto.h.

bool SOP_AttribInterpolateParms::getMatchgroups ( ) const
inline

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

exint SOP_AttribInterpolateParms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

ParmType SOP_AttribInterpolateParms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 438 of file SOP_AttribInterpolate.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 264 of file SOP_AttribInterpolate.proto.h.

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

Definition at line 268 of file SOP_AttribInterpolate.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 270 of file SOP_AttribInterpolate.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 272 of file SOP_AttribInterpolate.proto.h.

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

bool SOP_AttribInterpolateParms::getNormalize ( ) const
inline

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

const UT_StringHolder& SOP_AttribInterpolateParms::getNumberattrib ( ) const
inline

Definition at line 666 of file SOP_AttribInterpolate.proto.h.

const UT_StringHolder& SOP_AttribInterpolateParms::getPointattribs ( ) const
inline

Definition at line 686 of file SOP_AttribInterpolate.proto.h.

fpreal64 SOP_AttribInterpolateParms::getPrescale ( ) const
inline

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

const UT_StringHolder& SOP_AttribInterpolateParms::getPrimattribs ( ) const
inline

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

fpreal64 SOP_AttribInterpolateParms::getThreshold ( ) const
inline

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

Totype SOP_AttribInterpolateParms::getTotype ( ) const
inline

Definition at line 646 of file SOP_AttribInterpolate.proto.h.

const UT_StringHolder& SOP_AttribInterpolateParms::getVertattribs ( ) const
inline

Definition at line 696 of file SOP_AttribInterpolate.proto.h.

const UT_StringHolder& SOP_AttribInterpolateParms::getWeightsattrib ( ) const
inline

Definition at line 676 of file SOP_AttribInterpolate.proto.h.

bool SOP_AttribInterpolateParms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 255 of file SOP_AttribInterpolate.proto.h.

bool SOP_AttribInterpolateParms::load ( UT_IStream is)
inline

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

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

Definition at line 486 of file SOP_AttribInterpolate.proto.h.

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

Definition at line 488 of file SOP_AttribInterpolate.proto.h.

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

Definition at line 490 of file SOP_AttribInterpolate.proto.h.

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

Definition at line 492 of file SOP_AttribInterpolate.proto.h.

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

Definition at line 494 of file SOP_AttribInterpolate.proto.h.

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

Definition at line 497 of file SOP_AttribInterpolate.proto.h.

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

Definition at line 500 of file SOP_AttribInterpolate.proto.h.

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

Definition at line 502 of file SOP_AttribInterpolate.proto.h.

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

Definition at line 504 of file SOP_AttribInterpolate.proto.h.

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

Definition at line 506 of file SOP_AttribInterpolate.proto.h.

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

Definition at line 508 of file SOP_AttribInterpolate.proto.h.

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

Definition at line 511 of file SOP_AttribInterpolate.proto.h.

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

Definition at line 514 of file SOP_AttribInterpolate.proto.h.

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

Definition at line 516 of file SOP_AttribInterpolate.proto.h.

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

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

void SOP_AttribInterpolateParms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

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

fpreal64 SOP_AttribInterpolateParms::opBlend ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_AttribInterpolateParms::opComputednumbersattrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_AttribInterpolateParms::opComputedweightsattrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

Computenumberstype SOP_AttribInterpolateParms::opComputenumberstype ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_AttribInterpolateParms::opComputeweights ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_AttribInterpolateParms::opDetailattribs ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

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

Definition at line 82 of file SOP_AttribInterpolate.proto.h.

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

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

Interpby SOP_AttribInterpolateParms::opInterpby ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 658 of file SOP_AttribInterpolate.proto.h.

bool SOP_AttribInterpolateParms::opMatchgroups ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_AttribInterpolateParms::opNormalize ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_AttribInterpolateParms::opNumberattrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 668 of file SOP_AttribInterpolate.proto.h.

UT_StringHolder SOP_AttribInterpolateParms::opPointattribs ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

fpreal64 SOP_AttribInterpolateParms::opPrescale ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_AttribInterpolateParms::opPrimattribs ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

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

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

Totype SOP_AttribInterpolateParms::opTotype ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 648 of file SOP_AttribInterpolate.proto.h.

UT_StringHolder SOP_AttribInterpolateParms::opVertattribs ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_AttribInterpolateParms::opWeightsattrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 678 of file SOP_AttribInterpolate.proto.h.

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

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

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

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

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

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

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

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

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

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

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

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

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

Definition at line 558 of file SOP_AttribInterpolate.proto.h.

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

Definition at line 561 of file SOP_AttribInterpolate.proto.h.

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

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

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

Definition at line 565 of file SOP_AttribInterpolate.proto.h.

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

Definition at line 567 of file SOP_AttribInterpolate.proto.h.

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

Definition at line 569 of file SOP_AttribInterpolate.proto.h.

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

Definition at line 576 of file SOP_AttribInterpolate.proto.h.

void SOP_AttribInterpolateParms::setBlend ( fpreal64  val)
inline

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

void SOP_AttribInterpolateParms::setComputednumbersattrib ( const UT_StringHolder val)
inline

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

void SOP_AttribInterpolateParms::setComputedweightsattrib ( const UT_StringHolder val)
inline

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

void SOP_AttribInterpolateParms::setComputenumberstype ( Computenumberstype  val)
inline

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

void SOP_AttribInterpolateParms::setComputeweights ( bool  val)
inline

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

void SOP_AttribInterpolateParms::setDetailattribs ( const UT_StringHolder val)
inline

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

void SOP_AttribInterpolateParms::setGroup ( const UT_StringHolder val)
inline

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

void SOP_AttribInterpolateParms::setInterpby ( Interpby  val)
inline

Definition at line 657 of file SOP_AttribInterpolate.proto.h.

void SOP_AttribInterpolateParms::setMatchgroups ( bool  val)
inline

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

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

Reimplemented from OP_NodeParms.

Definition at line 356 of file SOP_AttribInterpolate.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 358 of file SOP_AttribInterpolate.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 360 of file SOP_AttribInterpolate.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 362 of file SOP_AttribInterpolate.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 364 of file SOP_AttribInterpolate.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 366 of file SOP_AttribInterpolate.proto.h.

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

Definition at line 370 of file SOP_AttribInterpolate.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 372 of file SOP_AttribInterpolate.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 374 of file SOP_AttribInterpolate.proto.h.

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

Reimplemented from OP_NodeParms.

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

void SOP_AttribInterpolateParms::setNormalize ( bool  val)
inline

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

void SOP_AttribInterpolateParms::setNumberattrib ( const UT_StringHolder val)
inline

Definition at line 667 of file SOP_AttribInterpolate.proto.h.

void SOP_AttribInterpolateParms::setPointattribs ( const UT_StringHolder val)
inline

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

void SOP_AttribInterpolateParms::setPrescale ( fpreal64  val)
inline

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

void SOP_AttribInterpolateParms::setPrimattribs ( const UT_StringHolder val)
inline

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

void SOP_AttribInterpolateParms::setThreshold ( fpreal64  val)
inline

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

void SOP_AttribInterpolateParms::setTotype ( Totype  val)
inline

Definition at line 647 of file SOP_AttribInterpolate.proto.h.

void SOP_AttribInterpolateParms::setVertattribs ( const UT_StringHolder val)
inline

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

void SOP_AttribInterpolateParms::setWeightsattrib ( const UT_StringHolder val)
inline

Definition at line 677 of file SOP_AttribInterpolate.proto.h.

static int SOP_AttribInterpolateParms::version ( )
inlinestatic

Definition at line 50 of file SOP_AttribInterpolate.proto.h.


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