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 107 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 215 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 265 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 328 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 507 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 141 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 192 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 514 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 714 of file SOP_Fuse-2.0.proto.h.

Algorithm SOP_Fuse_2_0Parms::getAlgorithm ( ) const
inline

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

bool SOP_Fuse_2_0Parms::getConsolidateSnappedPoints ( ) const
inline

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

bool SOP_Fuse_2_0Parms::getCreatesnappedattrib ( ) const
inline

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

bool SOP_Fuse_2_0Parms::getCreatesnappedgroup ( ) const
inline

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

bool SOP_Fuse_2_0Parms::getDelDegen ( ) const
inline

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

bool SOP_Fuse_2_0Parms::getDelDegenPoints ( ) const
inline

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

bool SOP_Fuse_2_0Parms::getDelUnusedPoints ( ) const
inline

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

UT_Vector3D SOP_Fuse_2_0Parms::getGridlines ( ) const
inline

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

UT_Vector3D SOP_Fuse_2_0Parms::getGridoffset ( ) const
inline

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

UT_Vector3I SOP_Fuse_2_0Parms::getGridpow2 ( ) const
inline

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

Gridround SOP_Fuse_2_0Parms::getGridround ( ) const
inline

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

UT_Vector3D SOP_Fuse_2_0Parms::getGridspacing ( ) const
inline

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

fpreal64 SOP_Fuse_2_0Parms::getGridtol ( ) const
inline

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

Gridtype SOP_Fuse_2_0Parms::getGridtype ( ) const
inline

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

bool SOP_Fuse_2_0Parms::getKeepConsolidatedPoints ( ) const
inline

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

const UT_StringHolder& SOP_Fuse_2_0Parms::getMatchattrib ( ) const
inline

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

fpreal64 SOP_Fuse_2_0Parms::getMatchTol ( ) const
inline

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

Matchtype SOP_Fuse_2_0Parms::getMatchtype ( ) const
inline

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

bool SOP_Fuse_2_0Parms::getModifyboth ( ) const
inline

Definition at line 1871 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 919 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 935 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 1048 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 689 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 691 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 693 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 695 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 697 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 699 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 701 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 703 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 705 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 707 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 709 of file SOP_Fuse-2.0.proto.h.

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

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

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

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

const UT_StringHolder& SOP_Fuse_2_0Parms::getPosAttrib ( ) const
inline

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

PositionSnapMethod SOP_Fuse_2_0Parms::getPositionSnapMethod ( ) const
inline

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

const UT_StringHolder& SOP_Fuse_2_0Parms::getPositionSnapWeightName ( ) const
inline

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

const UT_StringHolder& SOP_Fuse_2_0Parms::getQuerygroup ( ) const
inline

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

const UT_StringHolder& SOP_Fuse_2_0Parms::getRadiusattrib ( ) const
inline

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

bool SOP_Fuse_2_0Parms::getRecomputenml ( ) const
inline

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

const UT_StringHolder& SOP_Fuse_2_0Parms::getSnappedattribname ( ) const
inline

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

const UT_StringHolder& SOP_Fuse_2_0Parms::getSnappedgroupname ( ) const
inline

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

Snaptype SOP_Fuse_2_0Parms::getSnaptype ( ) const
inline

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

TargetClass SOP_Fuse_2_0Parms::getTargetClass ( ) const
inline

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

const UT_StringHolder& SOP_Fuse_2_0Parms::getTargetgroup ( ) const
inline

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

const UT_StringHolder& SOP_Fuse_2_0Parms::getTargetPtAttrib ( ) const
inline

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

fpreal64 SOP_Fuse_2_0Parms::getTol3d ( ) const
inline

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

bool SOP_Fuse_2_0Parms::getUseGridTol ( ) const
inline

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

bool SOP_Fuse_2_0Parms::getUsematchattrib ( ) const
inline

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

bool SOP_Fuse_2_0Parms::getUsePositionSnapMethod ( ) const
inline

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

bool SOP_Fuse_2_0Parms::getUseradiusattrib ( ) const
inline

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

bool SOP_Fuse_2_0Parms::getUsetargetgroup ( ) const
inline

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

bool SOP_Fuse_2_0Parms::getUseTol3D ( ) const
inline

Definition at line 1454 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 680 of file SOP_Fuse-2.0.proto.h.

bool SOP_Fuse_2_0Parms::load ( UT_IStream is)
inline

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

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

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

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

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

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

Definition at line 1166 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 1168 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 1170 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 1173 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 1176 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 1178 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 1180 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 1182 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 1184 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 1187 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 1190 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 1192 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 1203 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Definition at line 1706 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 312 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 267 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 1606 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 1626 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 1616 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1636 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 1596 of file SOP_Fuse-2.0.proto.h.

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

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

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

Definition at line 1586 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 1826 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 1839 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 1776 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 1789 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 1802 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1676 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 1556 of file SOP_Fuse-2.0.proto.h.

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

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

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

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

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

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

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

Definition at line 1816 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 1824 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 1837 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1766 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 1774 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 1787 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 1800 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 1426 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1506 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 1516 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 1416 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 1536 of file SOP_Fuse-2.0.proto.h.

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

Definition at line 1716 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 1756 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 1736 of file SOP_Fuse-2.0.proto.h.

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

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

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

Definition at line 1486 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 1863 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 1476 of file SOP_Fuse-2.0.proto.h.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Definition at line 1227 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 1229 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 1231 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 1234 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 1237 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 1239 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 1241 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 1243 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 1245 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 1252 of file SOP_Fuse-2.0.proto.h.

void SOP_Fuse_2_0Parms::setAlgorithm ( Algorithm  val)
inline

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

void SOP_Fuse_2_0Parms::setConsolidateSnappedPoints ( bool  val)
inline

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

void SOP_Fuse_2_0Parms::setCreatesnappedattrib ( bool  val)
inline

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

void SOP_Fuse_2_0Parms::setCreatesnappedgroup ( bool  val)
inline

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

void SOP_Fuse_2_0Parms::setDelDegen ( bool  val)
inline

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

void SOP_Fuse_2_0Parms::setDelDegenPoints ( bool  val)
inline

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

void SOP_Fuse_2_0Parms::setDelUnusedPoints ( bool  val)
inline

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

void SOP_Fuse_2_0Parms::setGridlines ( UT_Vector3D  val)
inline

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

void SOP_Fuse_2_0Parms::setGridoffset ( UT_Vector3D  val)
inline

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

void SOP_Fuse_2_0Parms::setGridpow2 ( UT_Vector3I  val)
inline

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

void SOP_Fuse_2_0Parms::setGridround ( Gridround  val)
inline

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

void SOP_Fuse_2_0Parms::setGridspacing ( UT_Vector3D  val)
inline

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

void SOP_Fuse_2_0Parms::setGridtol ( fpreal64  val)
inline

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

void SOP_Fuse_2_0Parms::setGridtype ( Gridtype  val)
inline

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

void SOP_Fuse_2_0Parms::setKeepConsolidatedPoints ( bool  val)
inline

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

void SOP_Fuse_2_0Parms::setMatchattrib ( const UT_StringHolder val)
inline

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

void SOP_Fuse_2_0Parms::setMatchTol ( fpreal64  val)
inline

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

void SOP_Fuse_2_0Parms::setMatchtype ( Matchtype  val)
inline

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

void SOP_Fuse_2_0Parms::setModifyboth ( bool  val)
inline

Definition at line 1872 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 896 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 898 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 900 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 902 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 904 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 906 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 908 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 910 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 912 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 914 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 916 of file SOP_Fuse-2.0.proto.h.

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

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

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

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

void SOP_Fuse_2_0Parms::setPosAttrib ( const UT_StringHolder val)
inline

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

void SOP_Fuse_2_0Parms::setPositionSnapMethod ( PositionSnapMethod  val)
inline

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

void SOP_Fuse_2_0Parms::setPositionSnapWeightName ( const UT_StringHolder val)
inline

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

void SOP_Fuse_2_0Parms::setQuerygroup ( const UT_StringHolder val)
inline

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

void SOP_Fuse_2_0Parms::setRadiusattrib ( const UT_StringHolder val)
inline

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

void SOP_Fuse_2_0Parms::setRecomputenml ( bool  val)
inline

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

void SOP_Fuse_2_0Parms::setSnappedattribname ( const UT_StringHolder val)
inline

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

void SOP_Fuse_2_0Parms::setSnappedgroupname ( const UT_StringHolder val)
inline

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

void SOP_Fuse_2_0Parms::setSnaptype ( Snaptype  val)
inline

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

void SOP_Fuse_2_0Parms::setTargetClass ( TargetClass  val)
inline

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

void SOP_Fuse_2_0Parms::setTargetgroup ( const UT_StringHolder val)
inline

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

void SOP_Fuse_2_0Parms::setTargetPtAttrib ( const UT_StringHolder val)
inline

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

void SOP_Fuse_2_0Parms::setTol3d ( fpreal64  val)
inline

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

void SOP_Fuse_2_0Parms::setUseGridTol ( bool  val)
inline

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

void SOP_Fuse_2_0Parms::setUsematchattrib ( bool  val)
inline

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

void SOP_Fuse_2_0Parms::setUsePositionSnapMethod ( bool  val)
inline

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

void SOP_Fuse_2_0Parms::setUseradiusattrib ( bool  val)
inline

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

void SOP_Fuse_2_0Parms::setUsetargetgroup ( bool  val)
inline

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

void SOP_Fuse_2_0Parms::setUseTol3D ( bool  val)
inline

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

static int SOP_Fuse_2_0Parms::version ( )
inlinestatic

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


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