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

#include <SOP_AttribTransfer.proto.h>

+ Inheritance diagram for SOP_AttribTransferParms:

Public Types

using Srcgrouptype = SOP_AttribTransferEnums::Srcgrouptype
 
using Dstgrouptype = SOP_AttribTransferEnums::Dstgrouptype
 
- 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_AttribTransferParms ()
 
 SOP_AttribTransferParms (const SOP_AttribTransferParms &)=default
 
SOP_AttribTransferParmsoperator= (const SOP_AttribTransferParms &)=default
 
 SOP_AttribTransferParms (SOP_AttribTransferParms &&) noexcept=default
 
SOP_AttribTransferParmsoperator= (SOP_AttribTransferParms &&) noexcept=default
 
 ~SOP_AttribTransferParms () override
 
bool operator== (const SOP_AttribTransferParms &src) const
 
bool operator!= (const SOP_AttribTransferParms &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_StringHoldergetSrcgroups () const
 
void setSrcgroups (const UT_StringHolder &val)
 
UT_StringHolder opSrcgroups (const SOP_NodeVerb::CookParms &cookparms) const
 
Srcgrouptype getSrcgrouptype () const
 
void setSrcgrouptype (Srcgrouptype val)
 
Srcgrouptype opSrcgrouptype (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetDstgroups () const
 
void setDstgroups (const UT_StringHolder &val)
 
UT_StringHolder opDstgroups (const SOP_NodeVerb::CookParms &cookparms) const
 
Dstgrouptype getDstgrouptype () const
 
void setDstgrouptype (Dstgrouptype val)
 
Dstgrouptype opDstgrouptype (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDetailattribs () const
 
void setDetailattribs (bool val)
 
bool opDetailattribs (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetDetailattriblist () const
 
void setDetailattriblist (const UT_StringHolder &val)
 
UT_StringHolder opDetailattriblist (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getPrimitiveattribs () const
 
void setPrimitiveattribs (bool val)
 
bool opPrimitiveattribs (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPrimattriblist () const
 
void setPrimattriblist (const UT_StringHolder &val)
 
UT_StringHolder opPrimattriblist (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getPointattribs () const
 
void setPointattribs (bool val)
 
bool opPointattribs (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPointattriblist () const
 
void setPointattriblist (const UT_StringHolder &val)
 
UT_StringHolder opPointattriblist (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getVertexattribs () const
 
void setVertexattribs (bool val)
 
bool opVertexattribs (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetVertexattriblist () const
 
void setVertexattriblist (const UT_StringHolder &val)
 
UT_StringHolder opVertexattriblist (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getCopyvariable () const
 
void setCopyvariable (bool val)
 
bool opCopyvariable (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getMatchpattrib () const
 
void setMatchpattrib (bool val)
 
bool opMatchpattrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetKernel () const
 
void setKernel (const UT_StringHolder &val)
 
UT_StringHolder opKernel (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getKernelradius () const
 
void setKernelradius (fpreal64 val)
 
fpreal64 opKernelradius (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getMaxsamplecount () const
 
void setMaxsamplecount (int64 val)
 
int64 opMaxsamplecount (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getThreshold () const
 
void setThreshold (bool val)
 
bool opThreshold (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getThresholddist () const
 
void setThresholddist (fpreal64 val)
 
fpreal64 opThresholddist (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getBlendwidth () const
 
void setBlendwidth (fpreal64 val)
 
fpreal64 opBlendwidth (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getUniformbias () const
 
void setUniformbias (fpreal64 val)
 
fpreal64 opUniformbias (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 38 of file SOP_AttribTransfer.proto.h.

Member Typedef Documentation

Constructor & Destructor Documentation

SOP_AttribTransferParms::SOP_AttribTransferParms ( )
inline

Definition at line 43 of file SOP_AttribTransfer.proto.h.

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

Definition at line 74 of file SOP_AttribTransfer.proto.h.

Member Function Documentation

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

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

void SOP_AttribTransferParms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

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

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

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

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

fpreal64 SOP_AttribTransferParms::getBlendwidth ( ) const
inline

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

bool SOP_AttribTransferParms::getCopyvariable ( ) const
inline

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

const UT_StringHolder& SOP_AttribTransferParms::getDetailattriblist ( ) const
inline

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

bool SOP_AttribTransferParms::getDetailattribs ( ) const
inline

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

const UT_StringHolder& SOP_AttribTransferParms::getDstgroups ( ) const
inline

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

Dstgrouptype SOP_AttribTransferParms::getDstgrouptype ( ) const
inline

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

const UT_StringHolder& SOP_AttribTransferParms::getKernel ( ) const
inline

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

fpreal64 SOP_AttribTransferParms::getKernelradius ( ) const
inline

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

bool SOP_AttribTransferParms::getMatchpattrib ( ) const
inline

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

int64 SOP_AttribTransferParms::getMaxsamplecount ( ) const
inline

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

exint SOP_AttribTransferParms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

ParmType SOP_AttribTransferParms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

const UT_StringHolder& SOP_AttribTransferParms::getPointattriblist ( ) const
inline

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

bool SOP_AttribTransferParms::getPointattribs ( ) const
inline

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

const UT_StringHolder& SOP_AttribTransferParms::getPrimattriblist ( ) const
inline

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

bool SOP_AttribTransferParms::getPrimitiveattribs ( ) const
inline

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

const UT_StringHolder& SOP_AttribTransferParms::getSrcgroups ( ) const
inline

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

Srcgrouptype SOP_AttribTransferParms::getSrcgrouptype ( ) const
inline

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

bool SOP_AttribTransferParms::getThreshold ( ) const
inline

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

fpreal64 SOP_AttribTransferParms::getThresholddist ( ) const
inline

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

fpreal64 SOP_AttribTransferParms::getUniformbias ( ) const
inline

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

const UT_StringHolder& SOP_AttribTransferParms::getVertexattriblist ( ) const
inline

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

bool SOP_AttribTransferParms::getVertexattribs ( ) const
inline

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

bool SOP_AttribTransferParms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

bool SOP_AttribTransferParms::load ( UT_IStream is)
inline

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

void SOP_AttribTransferParms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

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

fpreal64 SOP_AttribTransferParms::opBlendwidth ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_AttribTransferParms::opCopyvariable ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_AttribTransferParms::opDetailattriblist ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_AttribTransferParms::opDetailattribs ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_AttribTransferParms::opDstgroups ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

Dstgrouptype SOP_AttribTransferParms::opDstgrouptype ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

Definition at line 102 of file SOP_AttribTransfer.proto.h.

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

Definition at line 76 of file SOP_AttribTransfer.proto.h.

UT_StringHolder SOP_AttribTransferParms::opKernel ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

fpreal64 SOP_AttribTransferParms::opKernelradius ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_AttribTransferParms::opMatchpattrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

int64 SOP_AttribTransferParms::opMaxsamplecount ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_AttribTransferParms::opPointattriblist ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_AttribTransferParms::opPointattribs ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_AttribTransferParms::opPrimattriblist ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_AttribTransferParms::opPrimitiveattribs ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_AttribTransferParms::opSrcgroups ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

Srcgrouptype SOP_AttribTransferParms::opSrcgrouptype ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_AttribTransferParms::opThreshold ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

fpreal64 SOP_AttribTransferParms::opThresholddist ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

fpreal64 SOP_AttribTransferParms::opUniformbias ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_AttribTransferParms::opVertexattriblist ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_AttribTransferParms::opVertexattribs ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

void SOP_AttribTransferParms::setBlendwidth ( fpreal64  val)
inline

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

void SOP_AttribTransferParms::setCopyvariable ( bool  val)
inline

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

void SOP_AttribTransferParms::setDetailattriblist ( const UT_StringHolder val)
inline

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

void SOP_AttribTransferParms::setDetailattribs ( bool  val)
inline

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

void SOP_AttribTransferParms::setDstgroups ( const UT_StringHolder val)
inline

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

void SOP_AttribTransferParms::setDstgrouptype ( Dstgrouptype  val)
inline

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

void SOP_AttribTransferParms::setKernel ( const UT_StringHolder val)
inline

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

void SOP_AttribTransferParms::setKernelradius ( fpreal64  val)
inline

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

void SOP_AttribTransferParms::setMatchpattrib ( bool  val)
inline

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

void SOP_AttribTransferParms::setMaxsamplecount ( int64  val)
inline

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

void SOP_AttribTransferParms::setPointattriblist ( const UT_StringHolder val)
inline

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

void SOP_AttribTransferParms::setPointattribs ( bool  val)
inline

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

void SOP_AttribTransferParms::setPrimattriblist ( const UT_StringHolder val)
inline

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

void SOP_AttribTransferParms::setPrimitiveattribs ( bool  val)
inline

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

void SOP_AttribTransferParms::setSrcgroups ( const UT_StringHolder val)
inline

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

void SOP_AttribTransferParms::setSrcgrouptype ( Srcgrouptype  val)
inline

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

void SOP_AttribTransferParms::setThreshold ( bool  val)
inline

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

void SOP_AttribTransferParms::setThresholddist ( fpreal64  val)
inline

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

void SOP_AttribTransferParms::setUniformbias ( fpreal64  val)
inline

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

void SOP_AttribTransferParms::setVertexattriblist ( const UT_StringHolder val)
inline

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

void SOP_AttribTransferParms::setVertexattribs ( bool  val)
inline

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

static int SOP_AttribTransferParms::version ( )
inlinestatic

Definition at line 41 of file SOP_AttribTransfer.proto.h.


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