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

#include <SOP_TopoTransfer.proto.h>

+ Inheritance diagram for SOP_TopoTransferParms:

Classes

struct  Numlandmarkgroups
 

Public Types

using ConstraintSelection = SOP_TopoTransferEnums::ConstraintSelection
 
using MaskMode = SOP_TopoTransferEnums::MaskMode
 
using SolverType = SOP_TopoTransferEnums::SolverType
 
using Debug_menu = SOP_TopoTransferEnums::Debug_menu
 
- 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< Numlandmarkgroups > &list) const
 
 SOP_TopoTransferParms ()
 
 SOP_TopoTransferParms (const SOP_TopoTransferParms &)=default
 
SOP_TopoTransferParmsoperator= (const SOP_TopoTransferParms &)=default
 
 SOP_TopoTransferParms (SOP_TopoTransferParms &&) noexcept=default
 
SOP_TopoTransferParmsoperator= (SOP_TopoTransferParms &&) noexcept=default
 
 ~SOP_TopoTransferParms () override
 
bool operator== (const SOP_TopoTransferParms &src) const
 
bool operator!= (const SOP_TopoTransferParms &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)
 
bool getEnableSolve () const
 
void setEnableSolve (bool val)
 
bool opEnableSolve (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getEnableGeometryConstraints () const
 
void setEnableGeometryConstraints (bool val)
 
bool opEnableGeometryConstraints (const SOP_NodeVerb::CookParms &cookparms) const
 
ConstraintSelection getConstraintSelection () const
 
void setConstraintSelection (ConstraintSelection val)
 
ConstraintSelection opConstraintSelection (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetConstraintSource () const
 
void setConstraintSource (const UT_StringHolder &val)
 
UT_StringHolder opConstraintSource (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getIterations () const
 
void setIterations (int64 val)
 
int64 opIterations (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getReducedLevels () const
 
void setReducedLevels (int64 val)
 
int64 opReducedLevels (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector2D getReductionPercentage () const
 
void setReductionPercentage (UT_Vector2D val)
 
UT_Vector2D opReductionPercentage (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getReductionPercentageSingle () const
 
void setReductionPercentageSingle (fpreal64 val)
 
fpreal64 opReductionPercentageSingle (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getInitialReductionPercentage () const
 
void setInitialReductionPercentage (fpreal64 val)
 
fpreal64 opInitialReductionPercentage (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector2D getRigidWeights () const
 
void setRigidWeights (UT_Vector2D val)
 
UT_Vector2D opRigidWeights (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector2D getLandmarkWeights () const
 
void setLandmarkWeights (UT_Vector2D val)
 
UT_Vector2D opLandmarkWeights (const SOP_NodeVerb::CookParms &cookparms) const
 
MaskMode getMaskMode () const
 
void setMaskMode (MaskMode val)
 
MaskMode opMaskMode (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getMaskTolerance () const
 
void setMaskTolerance (fpreal64 val)
 
fpreal64 opMaskTolerance (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetRigidprimitives () const
 
void setRigidprimitives (const UT_StringHolder &val)
 
UT_StringHolder opRigidprimitives (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getDistTolerance () const
 
void setDistTolerance (fpreal64 val)
 
fpreal64 opDistTolerance (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getNormTolerance () const
 
void setNormTolerance (fpreal64 val)
 
fpreal64 opNormTolerance (const SOP_NodeVerb::CookParms &cookparms) const
 
SolverType getSolverType () const
 
void setSolverType (SolverType val)
 
SolverType opSolverType (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getSolverIterations () const
 
void setSolverIterations (int64 val)
 
int64 opSolverIterations (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector2D getGradientTolerance () const
 
void setGradientTolerance (UT_Vector2D val)
 
UT_Vector2D opGradientTolerance (const SOP_NodeVerb::CookParms &cookparms) const
 
Debug_menu getDebug_menu () const
 
void setDebug_menu (Debug_menu val)
 
Debug_menu opDebug_menu (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getDebug_coarse_lvl () const
 
void setDebug_coarse_lvl (int64 val)
 
int64 opDebug_coarse_lvl (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getDebug_coarse_iteration () const
 
void setDebug_coarse_iteration (int64 val)
 
int64 opDebug_coarse_iteration (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getDebug_dense_lvl () const
 
void setDebug_dense_lvl (int64 val)
 
int64 opDebug_dense_lvl (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getDebug_dense_iteration () const
 
void setDebug_dense_iteration (int64 val)
 
int64 opDebug_dense_iteration (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDebug_hessian_scaling () const
 
void setDebug_hessian_scaling (bool val)
 
bool opDebug_hessian_scaling (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDebug_use_marquadt () const
 
void setDebug_use_marquadt (bool val)
 
bool opDebug_use_marquadt (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getParameter_tolerance () const
 
void setParameter_tolerance (fpreal64 val)
 
fpreal64 opParameter_tolerance (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUse_tau () const
 
void setUse_tau (bool val)
 
bool opUse_tau (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getTau () const
 
void setTau (fpreal64 val)
 
fpreal64 opTau (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getInitial_damping () const
 
void setInitial_damping (fpreal64 val)
 
fpreal64 opInitial_damping (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDebug_save_meshes () const
 
void setDebug_save_meshes (bool val)
 
bool opDebug_save_meshes (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseLandmarkLables () const
 
void setUseLandmarkLables (bool val)
 
bool opUseLandmarkLables (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetLandmarkAttribute () const
 
void setLandmarkAttribute (const UT_StringHolder &val)
 
UT_StringHolder opLandmarkAttribute (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getEnableLandmarks () const
 
void setEnableLandmarks (bool val)
 
bool opEnableLandmarks (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_Array
< Numlandmarkgroups > & 
getNumlandmarkgroups () const
 
void setNumlandmarkgroups (const UT_Array< Numlandmarkgroups > &val)
 
exint opNumlandmarkgroups (const SOP_NodeVerb::CookParms &cookparms) const
 
bool opNumlandmarkgroups_enablegroup (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
bool opinstNumlandmarkgroups_enablegroup (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
UT_Vector3D opNumlandmarkgroups_pballcolor (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
UT_Vector3D opinstNumlandmarkgroups_pballcolor (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
UT_StringHolder opNumlandmarkgroups_pname (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
UT_StringHolder opinstNumlandmarkgroups_pname (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
bool opNumlandmarkgroups_usesourcepos (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
bool opinstNumlandmarkgroups_usesourcepos (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
UT_StringHolder opNumlandmarkgroups_sourcepos (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
UT_StringHolder opinstNumlandmarkgroups_sourcepos (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
bool opNumlandmarkgroups_usetargetpos (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
bool opinstNumlandmarkgroups_usetargetpos (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
UT_StringHolder opNumlandmarkgroups_targetpos (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
UT_StringHolder opinstNumlandmarkgroups_targetpos (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
UT_StringHolder opNumlandmarkgroups_psourcegroup (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
UT_StringHolder opinstNumlandmarkgroups_psourcegroup (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
UT_StringHolder opNumlandmarkgroups_ptargetgroup (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
UT_StringHolder opinstNumlandmarkgroups_ptargetgroup (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
const UT_StringHoldergetRigidMask () const
 
void setRigidMask (const UT_StringHolder &val)
 
UT_StringHolder opRigidMask (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 49 of file SOP_TopoTransfer.proto.h.

Member Typedef Documentation

Constructor & Destructor Documentation

SOP_TopoTransferParms::SOP_TopoTransferParms ( )
inline

Definition at line 138 of file SOP_TopoTransfer.proto.h.

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

Definition at line 184 of file SOP_TopoTransfer.proto.h.

Member Function Documentation

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

Definition at line 238 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

UT_StringHolder SOP_TopoTransferParms::createString ( const UT_Array< Numlandmarkgroups > &  list) const
inline

Definition at line 101 of file SOP_TopoTransfer.proto.h.

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

Definition at line 408 of file SOP_TopoTransfer.proto.h.

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

Definition at line 599 of file SOP_TopoTransfer.proto.h.

ConstraintSelection SOP_TopoTransferParms::getConstraintSelection ( ) const
inline

Definition at line 1269 of file SOP_TopoTransfer.proto.h.

const UT_StringHolder& SOP_TopoTransferParms::getConstraintSource ( ) const
inline

Definition at line 1279 of file SOP_TopoTransfer.proto.h.

int64 SOP_TopoTransferParms::getDebug_coarse_iteration ( ) const
inline

Definition at line 1459 of file SOP_TopoTransfer.proto.h.

int64 SOP_TopoTransferParms::getDebug_coarse_lvl ( ) const
inline

Definition at line 1449 of file SOP_TopoTransfer.proto.h.

int64 SOP_TopoTransferParms::getDebug_dense_iteration ( ) const
inline

Definition at line 1479 of file SOP_TopoTransfer.proto.h.

int64 SOP_TopoTransferParms::getDebug_dense_lvl ( ) const
inline

Definition at line 1469 of file SOP_TopoTransfer.proto.h.

bool SOP_TopoTransferParms::getDebug_hessian_scaling ( ) const
inline

Definition at line 1489 of file SOP_TopoTransfer.proto.h.

Debug_menu SOP_TopoTransferParms::getDebug_menu ( ) const
inline

Definition at line 1439 of file SOP_TopoTransfer.proto.h.

bool SOP_TopoTransferParms::getDebug_save_meshes ( ) const
inline

Definition at line 1549 of file SOP_TopoTransfer.proto.h.

bool SOP_TopoTransferParms::getDebug_use_marquadt ( ) const
inline

Definition at line 1499 of file SOP_TopoTransfer.proto.h.

fpreal64 SOP_TopoTransferParms::getDistTolerance ( ) const
inline

Definition at line 1389 of file SOP_TopoTransfer.proto.h.

bool SOP_TopoTransferParms::getEnableGeometryConstraints ( ) const
inline

Definition at line 1259 of file SOP_TopoTransfer.proto.h.

bool SOP_TopoTransferParms::getEnableLandmarks ( ) const
inline

Definition at line 1579 of file SOP_TopoTransfer.proto.h.

bool SOP_TopoTransferParms::getEnableSolve ( ) const
inline

Definition at line 1249 of file SOP_TopoTransfer.proto.h.

UT_Vector2D SOP_TopoTransferParms::getGradientTolerance ( ) const
inline

Definition at line 1429 of file SOP_TopoTransfer.proto.h.

fpreal64 SOP_TopoTransferParms::getInitial_damping ( ) const
inline

Definition at line 1539 of file SOP_TopoTransfer.proto.h.

fpreal64 SOP_TopoTransferParms::getInitialReductionPercentage ( ) const
inline

Definition at line 1329 of file SOP_TopoTransfer.proto.h.

int64 SOP_TopoTransferParms::getIterations ( ) const
inline

Definition at line 1289 of file SOP_TopoTransfer.proto.h.

const UT_StringHolder& SOP_TopoTransferParms::getLandmarkAttribute ( ) const
inline

Definition at line 1569 of file SOP_TopoTransfer.proto.h.

UT_Vector2D SOP_TopoTransferParms::getLandmarkWeights ( ) const
inline

Definition at line 1349 of file SOP_TopoTransfer.proto.h.

MaskMode SOP_TopoTransferParms::getMaskMode ( ) const
inline

Definition at line 1359 of file SOP_TopoTransfer.proto.h.

fpreal64 SOP_TopoTransferParms::getMaskTolerance ( ) const
inline

Definition at line 1369 of file SOP_TopoTransfer.proto.h.

exint SOP_TopoTransferParms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

Definition at line 801 of file SOP_TopoTransfer.proto.h.

ParmType SOP_TopoTransferParms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 908 of file SOP_TopoTransfer.proto.h.

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

Definition at line 578 of file SOP_TopoTransfer.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 580 of file SOP_TopoTransfer.proto.h.

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

fpreal64 SOP_TopoTransferParms::getNormTolerance ( ) const
inline

Definition at line 1399 of file SOP_TopoTransfer.proto.h.

const UT_Array<Numlandmarkgroups>& SOP_TopoTransferParms::getNumlandmarkgroups ( ) const
inline

Definition at line 1589 of file SOP_TopoTransfer.proto.h.

fpreal64 SOP_TopoTransferParms::getParameter_tolerance ( ) const
inline

Definition at line 1509 of file SOP_TopoTransfer.proto.h.

int64 SOP_TopoTransferParms::getReducedLevels ( ) const
inline

Definition at line 1299 of file SOP_TopoTransfer.proto.h.

UT_Vector2D SOP_TopoTransferParms::getReductionPercentage ( ) const
inline

Definition at line 1309 of file SOP_TopoTransfer.proto.h.

fpreal64 SOP_TopoTransferParms::getReductionPercentageSingle ( ) const
inline

Definition at line 1319 of file SOP_TopoTransfer.proto.h.

const UT_StringHolder& SOP_TopoTransferParms::getRigidMask ( ) const
inline

Definition at line 1717 of file SOP_TopoTransfer.proto.h.

const UT_StringHolder& SOP_TopoTransferParms::getRigidprimitives ( ) const
inline

Definition at line 1379 of file SOP_TopoTransfer.proto.h.

UT_Vector2D SOP_TopoTransferParms::getRigidWeights ( ) const
inline

Definition at line 1339 of file SOP_TopoTransfer.proto.h.

int64 SOP_TopoTransferParms::getSolverIterations ( ) const
inline

Definition at line 1419 of file SOP_TopoTransfer.proto.h.

SolverType SOP_TopoTransferParms::getSolverType ( ) const
inline

Definition at line 1409 of file SOP_TopoTransfer.proto.h.

fpreal64 SOP_TopoTransferParms::getTau ( ) const
inline

Definition at line 1529 of file SOP_TopoTransfer.proto.h.

bool SOP_TopoTransferParms::getUse_tau ( ) const
inline

Definition at line 1519 of file SOP_TopoTransfer.proto.h.

bool SOP_TopoTransferParms::getUseLandmarkLables ( ) const
inline

Definition at line 1559 of file SOP_TopoTransfer.proto.h.

bool SOP_TopoTransferParms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

bool SOP_TopoTransferParms::load ( UT_IStream is)
inline

Definition at line 1181 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1016 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1018 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1020 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1022 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1024 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1027 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1030 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1032 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1034 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1036 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1038 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1041 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1044 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1046 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1057 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

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

ConstraintSelection SOP_TopoTransferParms::opConstraintSelection ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1271 of file SOP_TopoTransfer.proto.h.

UT_StringHolder SOP_TopoTransferParms::opConstraintSource ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1281 of file SOP_TopoTransfer.proto.h.

int64 SOP_TopoTransferParms::opDebug_coarse_iteration ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1461 of file SOP_TopoTransfer.proto.h.

int64 SOP_TopoTransferParms::opDebug_coarse_lvl ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1451 of file SOP_TopoTransfer.proto.h.

int64 SOP_TopoTransferParms::opDebug_dense_iteration ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1481 of file SOP_TopoTransfer.proto.h.

int64 SOP_TopoTransferParms::opDebug_dense_lvl ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1471 of file SOP_TopoTransfer.proto.h.

bool SOP_TopoTransferParms::opDebug_hessian_scaling ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1491 of file SOP_TopoTransfer.proto.h.

Debug_menu SOP_TopoTransferParms::opDebug_menu ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1441 of file SOP_TopoTransfer.proto.h.

bool SOP_TopoTransferParms::opDebug_save_meshes ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1551 of file SOP_TopoTransfer.proto.h.

bool SOP_TopoTransferParms::opDebug_use_marquadt ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1501 of file SOP_TopoTransfer.proto.h.

fpreal64 SOP_TopoTransferParms::opDistTolerance ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1391 of file SOP_TopoTransfer.proto.h.

bool SOP_TopoTransferParms::opEnableGeometryConstraints ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1261 of file SOP_TopoTransfer.proto.h.

bool SOP_TopoTransferParms::opEnableLandmarks ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1581 of file SOP_TopoTransfer.proto.h.

bool SOP_TopoTransferParms::opEnableSolve ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1251 of file SOP_TopoTransfer.proto.h.

Definition at line 227 of file SOP_TopoTransfer.proto.h.

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

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

UT_Vector2D SOP_TopoTransferParms::opGradientTolerance ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1431 of file SOP_TopoTransfer.proto.h.

fpreal64 SOP_TopoTransferParms::opInitial_damping ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1541 of file SOP_TopoTransfer.proto.h.

fpreal64 SOP_TopoTransferParms::opInitialReductionPercentage ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1331 of file SOP_TopoTransfer.proto.h.

bool SOP_TopoTransferParms::opinstNumlandmarkgroups_enablegroup ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1601 of file SOP_TopoTransfer.proto.h.

UT_Vector3D SOP_TopoTransferParms::opinstNumlandmarkgroups_pballcolor ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1614 of file SOP_TopoTransfer.proto.h.

UT_StringHolder SOP_TopoTransferParms::opinstNumlandmarkgroups_pname ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1627 of file SOP_TopoTransfer.proto.h.

UT_StringHolder SOP_TopoTransferParms::opinstNumlandmarkgroups_psourcegroup ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1692 of file SOP_TopoTransfer.proto.h.

UT_StringHolder SOP_TopoTransferParms::opinstNumlandmarkgroups_ptargetgroup ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1705 of file SOP_TopoTransfer.proto.h.

UT_StringHolder SOP_TopoTransferParms::opinstNumlandmarkgroups_sourcepos ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1653 of file SOP_TopoTransfer.proto.h.

UT_StringHolder SOP_TopoTransferParms::opinstNumlandmarkgroups_targetpos ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1679 of file SOP_TopoTransfer.proto.h.

bool SOP_TopoTransferParms::opinstNumlandmarkgroups_usesourcepos ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1640 of file SOP_TopoTransfer.proto.h.

bool SOP_TopoTransferParms::opinstNumlandmarkgroups_usetargetpos ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1666 of file SOP_TopoTransfer.proto.h.

int64 SOP_TopoTransferParms::opIterations ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1291 of file SOP_TopoTransfer.proto.h.

UT_StringHolder SOP_TopoTransferParms::opLandmarkAttribute ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1571 of file SOP_TopoTransfer.proto.h.

UT_Vector2D SOP_TopoTransferParms::opLandmarkWeights ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1351 of file SOP_TopoTransfer.proto.h.

MaskMode SOP_TopoTransferParms::opMaskMode ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1361 of file SOP_TopoTransfer.proto.h.

fpreal64 SOP_TopoTransferParms::opMaskTolerance ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1371 of file SOP_TopoTransfer.proto.h.

fpreal64 SOP_TopoTransferParms::opNormTolerance ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1401 of file SOP_TopoTransfer.proto.h.

exint SOP_TopoTransferParms::opNumlandmarkgroups ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1591 of file SOP_TopoTransfer.proto.h.

bool SOP_TopoTransferParms::opNumlandmarkgroups_enablegroup ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1599 of file SOP_TopoTransfer.proto.h.

UT_Vector3D SOP_TopoTransferParms::opNumlandmarkgroups_pballcolor ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1612 of file SOP_TopoTransfer.proto.h.

UT_StringHolder SOP_TopoTransferParms::opNumlandmarkgroups_pname ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1625 of file SOP_TopoTransfer.proto.h.

UT_StringHolder SOP_TopoTransferParms::opNumlandmarkgroups_psourcegroup ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1690 of file SOP_TopoTransfer.proto.h.

UT_StringHolder SOP_TopoTransferParms::opNumlandmarkgroups_ptargetgroup ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1703 of file SOP_TopoTransfer.proto.h.

UT_StringHolder SOP_TopoTransferParms::opNumlandmarkgroups_sourcepos ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1651 of file SOP_TopoTransfer.proto.h.

UT_StringHolder SOP_TopoTransferParms::opNumlandmarkgroups_targetpos ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1677 of file SOP_TopoTransfer.proto.h.

bool SOP_TopoTransferParms::opNumlandmarkgroups_usesourcepos ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1638 of file SOP_TopoTransfer.proto.h.

bool SOP_TopoTransferParms::opNumlandmarkgroups_usetargetpos ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1664 of file SOP_TopoTransfer.proto.h.

fpreal64 SOP_TopoTransferParms::opParameter_tolerance ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1511 of file SOP_TopoTransfer.proto.h.

int64 SOP_TopoTransferParms::opReducedLevels ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1301 of file SOP_TopoTransfer.proto.h.

UT_Vector2D SOP_TopoTransferParms::opReductionPercentage ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1311 of file SOP_TopoTransfer.proto.h.

fpreal64 SOP_TopoTransferParms::opReductionPercentageSingle ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1321 of file SOP_TopoTransfer.proto.h.

UT_StringHolder SOP_TopoTransferParms::opRigidMask ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1719 of file SOP_TopoTransfer.proto.h.

UT_StringHolder SOP_TopoTransferParms::opRigidprimitives ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1381 of file SOP_TopoTransfer.proto.h.

UT_Vector2D SOP_TopoTransferParms::opRigidWeights ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1341 of file SOP_TopoTransfer.proto.h.

int64 SOP_TopoTransferParms::opSolverIterations ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1421 of file SOP_TopoTransfer.proto.h.

SolverType SOP_TopoTransferParms::opSolverType ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1411 of file SOP_TopoTransfer.proto.h.

fpreal64 SOP_TopoTransferParms::opTau ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1531 of file SOP_TopoTransfer.proto.h.

bool SOP_TopoTransferParms::opUse_tau ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1521 of file SOP_TopoTransfer.proto.h.

bool SOP_TopoTransferParms::opUseLandmarkLables ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1561 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1120 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1077 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1079 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1081 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1083 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1085 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1088 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1091 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1093 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1095 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1097 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1099 of file SOP_TopoTransfer.proto.h.

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

Definition at line 1106 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setConstraintSelection ( ConstraintSelection  val)
inline

Definition at line 1270 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setConstraintSource ( const UT_StringHolder val)
inline

Definition at line 1280 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setDebug_coarse_iteration ( int64  val)
inline

Definition at line 1460 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setDebug_coarse_lvl ( int64  val)
inline

Definition at line 1450 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setDebug_dense_iteration ( int64  val)
inline

Definition at line 1480 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setDebug_dense_lvl ( int64  val)
inline

Definition at line 1470 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setDebug_hessian_scaling ( bool  val)
inline

Definition at line 1490 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setDebug_menu ( Debug_menu  val)
inline

Definition at line 1440 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setDebug_save_meshes ( bool  val)
inline

Definition at line 1550 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setDebug_use_marquadt ( bool  val)
inline

Definition at line 1500 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setDistTolerance ( fpreal64  val)
inline

Definition at line 1390 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setEnableGeometryConstraints ( bool  val)
inline

Definition at line 1260 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setEnableLandmarks ( bool  val)
inline

Definition at line 1580 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setEnableSolve ( bool  val)
inline

Definition at line 1250 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setGradientTolerance ( UT_Vector2D  val)
inline

Definition at line 1430 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setInitial_damping ( fpreal64  val)
inline

Definition at line 1540 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setInitialReductionPercentage ( fpreal64  val)
inline

Definition at line 1330 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setIterations ( int64  val)
inline

Definition at line 1290 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setLandmarkAttribute ( const UT_StringHolder val)
inline

Definition at line 1570 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setLandmarkWeights ( UT_Vector2D  val)
inline

Definition at line 1350 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setMaskMode ( MaskMode  val)
inline

Definition at line 1360 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setMaskTolerance ( fpreal64  val)
inline

Definition at line 1370 of file SOP_TopoTransfer.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 764 of file SOP_TopoTransfer.proto.h.

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

Definition at line 770 of file SOP_TopoTransfer.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 772 of file SOP_TopoTransfer.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 774 of file SOP_TopoTransfer.proto.h.

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

Definition at line 780 of file SOP_TopoTransfer.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 782 of file SOP_TopoTransfer.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 784 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setNormTolerance ( fpreal64  val)
inline

Definition at line 1400 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setNumlandmarkgroups ( const UT_Array< Numlandmarkgroups > &  val)
inline

Definition at line 1590 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setParameter_tolerance ( fpreal64  val)
inline

Definition at line 1510 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setReducedLevels ( int64  val)
inline

Definition at line 1300 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setReductionPercentage ( UT_Vector2D  val)
inline

Definition at line 1310 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setReductionPercentageSingle ( fpreal64  val)
inline

Definition at line 1320 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setRigidMask ( const UT_StringHolder val)
inline

Definition at line 1718 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setRigidprimitives ( const UT_StringHolder val)
inline

Definition at line 1380 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setRigidWeights ( UT_Vector2D  val)
inline

Definition at line 1340 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setSolverIterations ( int64  val)
inline

Definition at line 1420 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setSolverType ( SolverType  val)
inline

Definition at line 1410 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setTau ( fpreal64  val)
inline

Definition at line 1530 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setUse_tau ( bool  val)
inline

Definition at line 1520 of file SOP_TopoTransfer.proto.h.

void SOP_TopoTransferParms::setUseLandmarkLables ( bool  val)
inline

Definition at line 1560 of file SOP_TopoTransfer.proto.h.

static int SOP_TopoTransferParms::version ( )
inlinestatic

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


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