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

#include <SOP_Fuse-2.0.proto.h>

+ Inheritance diagram for SOP_Fuse_2_0Parms:

Classes

struct  Numgroups
 
struct  Numpointattribs
 

Public Types

using Snaptype = SOP_Fuse_2_0Enums::Snaptype
 
using Algorithm = SOP_Fuse_2_0Enums::Algorithm
 
using TargetClass = SOP_Fuse_2_0Enums::TargetClass
 
using PositionSnapMethod = SOP_Fuse_2_0Enums::PositionSnapMethod
 
using Matchtype = SOP_Fuse_2_0Enums::Matchtype
 
using Gridtype = SOP_Fuse_2_0Enums::Gridtype
 
using Gridround = SOP_Fuse_2_0Enums::Gridround
 
using Attribsnapmethod = SOP_Fuse_2_0Enums::Attribsnapmethod
 
using Grouppropagation = SOP_Fuse_2_0Enums::Grouppropagation
 
- Public Types inherited from OP_NodeParms
enum  ParmType {
  PARM_INTEGER, PARM_FLOAT, PARM_VECTOR2, PARM_VECTOR3,
  PARM_VECTOR4, PARM_MATRIX2, PARM_MATRIX3, PARM_MATRIX4,
  PARM_STRING, PARM_RAMP, PARM_DATA, PARM_MULTIPARM,
  PARM_UNSUPPORTED
}
 

Public Member Functions

UT_StringHolder createString (const UT_Array< Numpointattribs > &list) const
 
UT_StringHolder createString (const UT_Array< Numgroups > &list) const
 
 SOP_Fuse_2_0Parms ()
 
 SOP_Fuse_2_0Parms (const SOP_Fuse_2_0Parms &)=default
 
SOP_Fuse_2_0Parmsoperator= (const SOP_Fuse_2_0Parms &)=default
 
 SOP_Fuse_2_0Parms (SOP_Fuse_2_0Parms &&) noexcept=default
 
SOP_Fuse_2_0Parmsoperator= (SOP_Fuse_2_0Parms &&) noexcept=default
 
 ~SOP_Fuse_2_0Parms () override
 
bool operator== (const SOP_Fuse_2_0Parms &src) const
 
bool operator!= (const SOP_Fuse_2_0Parms &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_StringHoldergetQuerygroup () const
 
void setQuerygroup (const UT_StringHolder &val)
 
UT_StringHolder opQuerygroup (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPosAttrib () const
 
void setPosAttrib (const UT_StringHolder &val)
 
UT_StringHolder opPosAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
Snaptype getSnaptype () const
 
void setSnaptype (Snaptype val)
 
Snaptype opSnaptype (const SOP_NodeVerb::CookParms &cookparms) const
 
Algorithm getAlgorithm () const
 
void setAlgorithm (Algorithm val)
 
Algorithm opAlgorithm (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseTol3D () const
 
void setUseTol3D (bool val)
 
bool opUseTol3D (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getTol3d () const
 
void setTol3d (fpreal64 val)
 
fpreal64 opTol3d (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetTargetPtAttrib () const
 
void setTargetPtAttrib (const UT_StringHolder &val)
 
UT_StringHolder opTargetPtAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
TargetClass getTargetClass () const
 
void setTargetClass (TargetClass val)
 
TargetClass opTargetClass (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUsePositionSnapMethod () const
 
void setUsePositionSnapMethod (bool val)
 
bool opUsePositionSnapMethod (const SOP_NodeVerb::CookParms &cookparms) const
 
PositionSnapMethod getPositionSnapMethod () const
 
void setPositionSnapMethod (PositionSnapMethod val)
 
PositionSnapMethod opPositionSnapMethod (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPositionSnapWeightName () const
 
void setPositionSnapWeightName (const UT_StringHolder &val)
 
UT_StringHolder opPositionSnapWeightName (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseradiusattrib () const
 
void setUseradiusattrib (bool val)
 
bool opUseradiusattrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetRadiusattrib () const
 
void setRadiusattrib (const UT_StringHolder &val)
 
UT_StringHolder opRadiusattrib (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUsematchattrib () const
 
void setUsematchattrib (bool val)
 
bool opUsematchattrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetMatchattrib () const
 
void setMatchattrib (const UT_StringHolder &val)
 
UT_StringHolder opMatchattrib (const SOP_NodeVerb::CookParms &cookparms) const
 
Matchtype getMatchtype () const
 
void setMatchtype (Matchtype val)
 
Matchtype opMatchtype (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getMatchTol () const
 
void setMatchTol (fpreal64 val)
 
fpreal64 opMatchTol (const SOP_NodeVerb::CookParms &cookparms) const
 
Gridtype getGridtype () const
 
void setGridtype (Gridtype val)
 
Gridtype opGridtype (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getGridspacing () const
 
void setGridspacing (UT_Vector3D val)
 
UT_Vector3D opGridspacing (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getGridlines () const
 
void setGridlines (UT_Vector3D val)
 
UT_Vector3D opGridlines (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3I getGridpow2 () const
 
void setGridpow2 (UT_Vector3I val)
 
UT_Vector3I opGridpow2 (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getGridoffset () const
 
void setGridoffset (UT_Vector3D val)
 
UT_Vector3D opGridoffset (const SOP_NodeVerb::CookParms &cookparms) const
 
Gridround getGridround () const
 
void setGridround (Gridround val)
 
Gridround opGridround (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseGridTol () const
 
void setUseGridTol (bool val)
 
bool opUseGridTol (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getGridtol () const
 
void setGridtol (fpreal64 val)
 
fpreal64 opGridtol (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getConsolidateSnappedPoints () const
 
void setConsolidateSnappedPoints (bool val)
 
bool opConsolidateSnappedPoints (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getKeepConsolidatedPoints () const
 
void setKeepConsolidatedPoints (bool val)
 
bool opKeepConsolidatedPoints (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDelDegen () const
 
void setDelDegen (bool val)
 
bool opDelDegen (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDelDegenPoints () const
 
void setDelDegenPoints (bool val)
 
bool opDelDegenPoints (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDelUnusedPoints () const
 
void setDelUnusedPoints (bool val)
 
bool opDelUnusedPoints (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getRecomputenml () const
 
void setRecomputenml (bool val)
 
bool opRecomputenml (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getCreatesnappedgroup () const
 
void setCreatesnappedgroup (bool val)
 
bool opCreatesnappedgroup (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetSnappedgroupname () const
 
void setSnappedgroupname (const UT_StringHolder &val)
 
UT_StringHolder opSnappedgroupname (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getCreatesnappedattrib () const
 
void setCreatesnappedattrib (bool val)
 
bool opCreatesnappedattrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetSnappedattribname () const
 
void setSnappedattribname (const UT_StringHolder &val)
 
UT_StringHolder opSnappedattribname (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_Array< Numpointattribs > & getNumpointattribs () const
 
void setNumpointattribs (const UT_Array< Numpointattribs > &val)
 
exint opNumpointattribs (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 opNumpointattribs_attribsnapmethod (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
int64 opinstNumpointattribs_attribsnapmethod (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
UT_StringHolder opNumpointattribs_pointattribnames (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
UT_StringHolder opinstNumpointattribs_pointattribnames (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
UT_StringHolder opNumpointattribs_pointattribweightname (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
UT_StringHolder opinstNumpointattribs_pointattribweightname (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
const UT_Array< Numgroups > & getNumgroups () const
 
void setNumgroups (const UT_Array< Numgroups > &val)
 
exint opNumgroups (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 opNumgroups_grouppropagation (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
int64 opinstNumgroups_grouppropagation (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
UT_StringHolder opNumgroups_pointgroupnames (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
UT_StringHolder opinstNumgroups_pointgroupnames (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
bool getUsetargetgroup () const
 
void setUsetargetgroup (bool val)
 
bool opUsetargetgroup (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetTargetgroup () const
 
void setTargetgroup (const UT_StringHolder &val)
 
UT_StringHolder opTargetgroup (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getModifyboth () const
 
void setModifyboth (bool val)
 
bool opModifyboth (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 249 of file SOP_Fuse-2.0.proto.h.

Member Typedef Documentation

Constructor & Destructor Documentation

SOP_Fuse_2_0Parms::SOP_Fuse_2_0Parms ( )
inline

Definition at line 357 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 407 of file SOP_Fuse-2.0.proto.h.

Member Function Documentation

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

Definition at line 470 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 649 of file SOP_Fuse-2.0.proto.h.

UT_StringHolder SOP_Fuse_2_0Parms::createString ( const UT_Array< Numpointattribs > &  list) const
inline

Definition at line 283 of file SOP_Fuse-2.0.proto.h.

UT_StringHolder SOP_Fuse_2_0Parms::createString ( const UT_Array< Numgroups > &  list) const
inline

Definition at line 334 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 656 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 856 of file SOP_Fuse-2.0.proto.h.

Algorithm SOP_Fuse_2_0Parms::getAlgorithm ( ) const
inline

Definition at line 1586 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::getConsolidateSnappedPoints ( ) const
inline

Definition at line 1806 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::getCreatesnappedattrib ( ) const
inline

Definition at line 1886 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::getCreatesnappedgroup ( ) const
inline

Definition at line 1866 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::getDelDegen ( ) const
inline

Definition at line 1826 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::getDelDegenPoints ( ) const
inline

Definition at line 1836 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::getDelUnusedPoints ( ) const
inline

Definition at line 1846 of file SOP_Fuse-2.0.proto.h.

UT_Vector3D SOP_Fuse_2_0Parms::getGridlines ( ) const
inline

Definition at line 1746 of file SOP_Fuse-2.0.proto.h.

UT_Vector3D SOP_Fuse_2_0Parms::getGridoffset ( ) const
inline

Definition at line 1766 of file SOP_Fuse-2.0.proto.h.

UT_Vector3I SOP_Fuse_2_0Parms::getGridpow2 ( ) const
inline

Definition at line 1756 of file SOP_Fuse-2.0.proto.h.

Gridround SOP_Fuse_2_0Parms::getGridround ( ) const
inline

Definition at line 1776 of file SOP_Fuse-2.0.proto.h.

UT_Vector3D SOP_Fuse_2_0Parms::getGridspacing ( ) const
inline

Definition at line 1736 of file SOP_Fuse-2.0.proto.h.

fpreal64 SOP_Fuse_2_0Parms::getGridtol ( ) const
inline

Definition at line 1796 of file SOP_Fuse-2.0.proto.h.

Gridtype SOP_Fuse_2_0Parms::getGridtype ( ) const
inline

Definition at line 1726 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::getKeepConsolidatedPoints ( ) const
inline

Definition at line 1816 of file SOP_Fuse-2.0.proto.h.

const UT_StringHolder& SOP_Fuse_2_0Parms::getMatchattrib ( ) const
inline

Definition at line 1696 of file SOP_Fuse-2.0.proto.h.

fpreal64 SOP_Fuse_2_0Parms::getMatchTol ( ) const
inline

Definition at line 1716 of file SOP_Fuse-2.0.proto.h.

Matchtype SOP_Fuse_2_0Parms::getMatchtype ( ) const
inline

Definition at line 1706 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::getModifyboth ( ) const
inline

Definition at line 2013 of file SOP_Fuse-2.0.proto.h.

exint SOP_Fuse_2_0Parms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1061 of file SOP_Fuse-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1077 of file SOP_Fuse-2.0.proto.h.

ParmType SOP_Fuse_2_0Parms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1190 of file SOP_Fuse-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 831 of file SOP_Fuse-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 833 of file SOP_Fuse-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 835 of file SOP_Fuse-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 837 of file SOP_Fuse-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 839 of file SOP_Fuse-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 841 of file SOP_Fuse-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 843 of file SOP_Fuse-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 845 of file SOP_Fuse-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 847 of file SOP_Fuse-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 849 of file SOP_Fuse-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 851 of file SOP_Fuse-2.0.proto.h.

const UT_Array<Numgroups>& SOP_Fuse_2_0Parms::getNumgroups ( ) const
inline

Definition at line 1956 of file SOP_Fuse-2.0.proto.h.

const UT_Array<Numpointattribs>& SOP_Fuse_2_0Parms::getNumpointattribs ( ) const
inline

Definition at line 1906 of file SOP_Fuse-2.0.proto.h.

const UT_StringHolder& SOP_Fuse_2_0Parms::getPosAttrib ( ) const
inline

Definition at line 1566 of file SOP_Fuse-2.0.proto.h.

PositionSnapMethod SOP_Fuse_2_0Parms::getPositionSnapMethod ( ) const
inline

Definition at line 1646 of file SOP_Fuse-2.0.proto.h.

const UT_StringHolder& SOP_Fuse_2_0Parms::getPositionSnapWeightName ( ) const
inline

Definition at line 1656 of file SOP_Fuse-2.0.proto.h.

const UT_StringHolder& SOP_Fuse_2_0Parms::getQuerygroup ( ) const
inline

Definition at line 1556 of file SOP_Fuse-2.0.proto.h.

const UT_StringHolder& SOP_Fuse_2_0Parms::getRadiusattrib ( ) const
inline

Definition at line 1676 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::getRecomputenml ( ) const
inline

Definition at line 1856 of file SOP_Fuse-2.0.proto.h.

const UT_StringHolder& SOP_Fuse_2_0Parms::getSnappedattribname ( ) const
inline

Definition at line 1896 of file SOP_Fuse-2.0.proto.h.

const UT_StringHolder& SOP_Fuse_2_0Parms::getSnappedgroupname ( ) const
inline

Definition at line 1876 of file SOP_Fuse-2.0.proto.h.

Snaptype SOP_Fuse_2_0Parms::getSnaptype ( ) const
inline

Definition at line 1576 of file SOP_Fuse-2.0.proto.h.

TargetClass SOP_Fuse_2_0Parms::getTargetClass ( ) const
inline

Definition at line 1626 of file SOP_Fuse-2.0.proto.h.

const UT_StringHolder& SOP_Fuse_2_0Parms::getTargetgroup ( ) const
inline

Definition at line 2003 of file SOP_Fuse-2.0.proto.h.

const UT_StringHolder& SOP_Fuse_2_0Parms::getTargetPtAttrib ( ) const
inline

Definition at line 1616 of file SOP_Fuse-2.0.proto.h.

fpreal64 SOP_Fuse_2_0Parms::getTol3d ( ) const
inline

Definition at line 1606 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::getUseGridTol ( ) const
inline

Definition at line 1786 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::getUsematchattrib ( ) const
inline

Definition at line 1686 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::getUsePositionSnapMethod ( ) const
inline

Definition at line 1636 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::getUseradiusattrib ( ) const
inline

Definition at line 1666 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::getUsetargetgroup ( ) const
inline

Definition at line 1993 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::getUseTol3D ( ) const
inline

Definition at line 1596 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 822 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::load ( UT_IStream is)
inline

Definition at line 1478 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1304 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1306 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1308 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1310 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1312 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1315 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1318 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1320 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1322 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1324 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1326 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1329 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1332 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1334 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1345 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

Definition at line 643 of file SOP_Fuse-2.0.proto.h.

Algorithm SOP_Fuse_2_0Parms::opAlgorithm ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1588 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::opConsolidateSnappedPoints ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1808 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::opCreatesnappedattrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1888 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::opCreatesnappedgroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1868 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::opDelDegen ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1828 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::opDelDegenPoints ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1838 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::opDelUnusedPoints ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1848 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 454 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 409 of file SOP_Fuse-2.0.proto.h.

UT_Vector3D SOP_Fuse_2_0Parms::opGridlines ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1748 of file SOP_Fuse-2.0.proto.h.

UT_Vector3D SOP_Fuse_2_0Parms::opGridoffset ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1768 of file SOP_Fuse-2.0.proto.h.

UT_Vector3I SOP_Fuse_2_0Parms::opGridpow2 ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1758 of file SOP_Fuse-2.0.proto.h.

Gridround SOP_Fuse_2_0Parms::opGridround ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1778 of file SOP_Fuse-2.0.proto.h.

UT_Vector3D SOP_Fuse_2_0Parms::opGridspacing ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1738 of file SOP_Fuse-2.0.proto.h.

fpreal64 SOP_Fuse_2_0Parms::opGridtol ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1798 of file SOP_Fuse-2.0.proto.h.

Gridtype SOP_Fuse_2_0Parms::opGridtype ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1728 of file SOP_Fuse-2.0.proto.h.

int64 SOP_Fuse_2_0Parms::opinstNumgroups_grouppropagation ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1968 of file SOP_Fuse-2.0.proto.h.

UT_StringHolder SOP_Fuse_2_0Parms::opinstNumgroups_pointgroupnames ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1981 of file SOP_Fuse-2.0.proto.h.

int64 SOP_Fuse_2_0Parms::opinstNumpointattribs_attribsnapmethod ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1918 of file SOP_Fuse-2.0.proto.h.

UT_StringHolder SOP_Fuse_2_0Parms::opinstNumpointattribs_pointattribnames ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1931 of file SOP_Fuse-2.0.proto.h.

UT_StringHolder SOP_Fuse_2_0Parms::opinstNumpointattribs_pointattribweightname ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1944 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::opKeepConsolidatedPoints ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1818 of file SOP_Fuse-2.0.proto.h.

UT_StringHolder SOP_Fuse_2_0Parms::opMatchattrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1698 of file SOP_Fuse-2.0.proto.h.

fpreal64 SOP_Fuse_2_0Parms::opMatchTol ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1718 of file SOP_Fuse-2.0.proto.h.

Matchtype SOP_Fuse_2_0Parms::opMatchtype ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1708 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::opModifyboth ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2015 of file SOP_Fuse-2.0.proto.h.

exint SOP_Fuse_2_0Parms::opNumgroups ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1958 of file SOP_Fuse-2.0.proto.h.

int64 SOP_Fuse_2_0Parms::opNumgroups_grouppropagation ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1966 of file SOP_Fuse-2.0.proto.h.

UT_StringHolder SOP_Fuse_2_0Parms::opNumgroups_pointgroupnames ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1979 of file SOP_Fuse-2.0.proto.h.

exint SOP_Fuse_2_0Parms::opNumpointattribs ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1908 of file SOP_Fuse-2.0.proto.h.

int64 SOP_Fuse_2_0Parms::opNumpointattribs_attribsnapmethod ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1916 of file SOP_Fuse-2.0.proto.h.

UT_StringHolder SOP_Fuse_2_0Parms::opNumpointattribs_pointattribnames ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1929 of file SOP_Fuse-2.0.proto.h.

UT_StringHolder SOP_Fuse_2_0Parms::opNumpointattribs_pointattribweightname ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1942 of file SOP_Fuse-2.0.proto.h.

UT_StringHolder SOP_Fuse_2_0Parms::opPosAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1568 of file SOP_Fuse-2.0.proto.h.

PositionSnapMethod SOP_Fuse_2_0Parms::opPositionSnapMethod ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1648 of file SOP_Fuse-2.0.proto.h.

UT_StringHolder SOP_Fuse_2_0Parms::opPositionSnapWeightName ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1658 of file SOP_Fuse-2.0.proto.h.

UT_StringHolder SOP_Fuse_2_0Parms::opQuerygroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1558 of file SOP_Fuse-2.0.proto.h.

UT_StringHolder SOP_Fuse_2_0Parms::opRadiusattrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1678 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::opRecomputenml ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1858 of file SOP_Fuse-2.0.proto.h.

UT_StringHolder SOP_Fuse_2_0Parms::opSnappedattribname ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1898 of file SOP_Fuse-2.0.proto.h.

UT_StringHolder SOP_Fuse_2_0Parms::opSnappedgroupname ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1878 of file SOP_Fuse-2.0.proto.h.

Snaptype SOP_Fuse_2_0Parms::opSnaptype ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1578 of file SOP_Fuse-2.0.proto.h.

TargetClass SOP_Fuse_2_0Parms::opTargetClass ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1628 of file SOP_Fuse-2.0.proto.h.

UT_StringHolder SOP_Fuse_2_0Parms::opTargetgroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2005 of file SOP_Fuse-2.0.proto.h.

UT_StringHolder SOP_Fuse_2_0Parms::opTargetPtAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1618 of file SOP_Fuse-2.0.proto.h.

fpreal64 SOP_Fuse_2_0Parms::opTol3d ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1608 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::opUseGridTol ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1788 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::opUsematchattrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1688 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::opUsePositionSnapMethod ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1638 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::opUseradiusattrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1668 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::opUsetargetgroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1995 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::opUseTol3D ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1598 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1408 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1365 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1367 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1369 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1371 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1373 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1376 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1379 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1381 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1383 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1385 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1387 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1394 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setAlgorithm ( Algorithm  val)
inline

Definition at line 1587 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setConsolidateSnappedPoints ( bool  val)
inline

Definition at line 1807 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setCreatesnappedattrib ( bool  val)
inline

Definition at line 1887 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setCreatesnappedgroup ( bool  val)
inline

Definition at line 1867 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setDelDegen ( bool  val)
inline

Definition at line 1827 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setDelDegenPoints ( bool  val)
inline

Definition at line 1837 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setDelUnusedPoints ( bool  val)
inline

Definition at line 1847 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setGridlines ( UT_Vector3D  val)
inline

Definition at line 1747 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setGridoffset ( UT_Vector3D  val)
inline

Definition at line 1767 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setGridpow2 ( UT_Vector3I  val)
inline

Definition at line 1757 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setGridround ( Gridround  val)
inline

Definition at line 1777 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setGridspacing ( UT_Vector3D  val)
inline

Definition at line 1737 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setGridtol ( fpreal64  val)
inline

Definition at line 1797 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setGridtype ( Gridtype  val)
inline

Definition at line 1727 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setKeepConsolidatedPoints ( bool  val)
inline

Definition at line 1817 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setMatchattrib ( const UT_StringHolder val)
inline

Definition at line 1697 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setMatchTol ( fpreal64  val)
inline

Definition at line 1717 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setMatchtype ( Matchtype  val)
inline

Definition at line 1707 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setModifyboth ( bool  val)
inline

Definition at line 2014 of file SOP_Fuse-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1038 of file SOP_Fuse-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1040 of file SOP_Fuse-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1042 of file SOP_Fuse-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1044 of file SOP_Fuse-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1046 of file SOP_Fuse-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1048 of file SOP_Fuse-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1050 of file SOP_Fuse-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1052 of file SOP_Fuse-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1054 of file SOP_Fuse-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1056 of file SOP_Fuse-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1058 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setNumgroups ( const UT_Array< Numgroups > &  val)
inline

Definition at line 1957 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setNumpointattribs ( const UT_Array< Numpointattribs > &  val)
inline

Definition at line 1907 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setPosAttrib ( const UT_StringHolder val)
inline

Definition at line 1567 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setPositionSnapMethod ( PositionSnapMethod  val)
inline

Definition at line 1647 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setPositionSnapWeightName ( const UT_StringHolder val)
inline

Definition at line 1657 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setQuerygroup ( const UT_StringHolder val)
inline

Definition at line 1557 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setRadiusattrib ( const UT_StringHolder val)
inline

Definition at line 1677 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setRecomputenml ( bool  val)
inline

Definition at line 1857 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setSnappedattribname ( const UT_StringHolder val)
inline

Definition at line 1897 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setSnappedgroupname ( const UT_StringHolder val)
inline

Definition at line 1877 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setSnaptype ( Snaptype  val)
inline

Definition at line 1577 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setTargetClass ( TargetClass  val)
inline

Definition at line 1627 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setTargetgroup ( const UT_StringHolder val)
inline

Definition at line 2004 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setTargetPtAttrib ( const UT_StringHolder val)
inline

Definition at line 1617 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setTol3d ( fpreal64  val)
inline

Definition at line 1607 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setUseGridTol ( bool  val)
inline

Definition at line 1787 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setUsematchattrib ( bool  val)
inline

Definition at line 1687 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setUsePositionSnapMethod ( bool  val)
inline

Definition at line 1637 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setUseradiusattrib ( bool  val)
inline

Definition at line 1667 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setUsetargetgroup ( bool  val)
inline

Definition at line 1994 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setUseTol3D ( bool  val)
inline

Definition at line 1597 of file SOP_Fuse-2.0.proto.h.

static int SOP_Fuse_2_0Parms::version ( )
inlinestatic

Definition at line 252 of file SOP_Fuse-2.0.proto.h.


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