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

#include <SOP_GuideDeformCore.proto.h>

+ Inheritance diagram for SOP_GuideDeformCoreParms:

Public Types

using DeformMethod = SOP_GuideDeformCoreEnums::DeformMethod
 
using GsiMode = SOP_GuideDeformCoreEnums::GsiMode
 
- Public Types inherited from OP_NodeParms
enum  ParmType {
  PARM_INTEGER, PARM_FLOAT, PARM_VECTOR2, PARM_VECTOR3,
  PARM_VECTOR4, PARM_MATRIX2, PARM_MATRIX3, PARM_MATRIX4,
  PARM_STRING, PARM_RAMP, PARM_DATA, PARM_MULTIPARM,
  PARM_UNSUPPORTED
}
 

Public Member Functions

 SOP_GuideDeformCoreParms ()
 
 SOP_GuideDeformCoreParms (const SOP_GuideDeformCoreParms &)=default
 
SOP_GuideDeformCoreParmsoperator= (const SOP_GuideDeformCoreParms &)=default
 
 SOP_GuideDeformCoreParms (SOP_GuideDeformCoreParms &&) noexcept=default
 
SOP_GuideDeformCoreParmsoperator= (SOP_GuideDeformCoreParms &&) noexcept=default
 
 ~SOP_GuideDeformCoreParms () override
 
bool operator== (const SOP_GuideDeformCoreParms &src) const
 
bool operator!= (const SOP_GuideDeformCoreParms &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_StringHoldergetGroup () const
 
void setGroup (const UT_StringHolder &val)
 
UT_StringHolder opGroup (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDeformEnable () const
 
void setDeformEnable (bool val)
 
bool opDeformEnable (const SOP_NodeVerb::CookParms &cookparms) const
 
DeformMethod getDeformMethod () const
 
void setDeformMethod (DeformMethod val)
 
DeformMethod opDeformMethod (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getTreatskinassubd () const
 
void setTreatskinassubd (bool val)
 
bool opTreatskinassubd (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseOrientAttrib () const
 
void setUseOrientAttrib (bool val)
 
bool opUseOrientAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getOrientBlend () const
 
void setOrientBlend (fpreal64 val)
 
fpreal64 opOrientBlend (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getRecompile () const
 
void setRecompile (bool val)
 
bool opRecompile (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getLeaveOnGPU () const
 
void setLeaveOnGPU (bool val)
 
bool opLeaveOnGPU (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getLockRoots () const
 
void setLockRoots (bool val)
 
bool opLockRoots (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getPreserveShapeEnable () const
 
void setPreserveShapeEnable (bool val)
 
bool opPreserveShapeEnable (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getPreserveShapeIterations () const
 
void setPreserveShapeIterations (int64 val)
 
int64 opPreserveShapeIterations (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getStretchStiffness () const
 
void setStretchStiffness (fpreal64 val)
 
fpreal64 opStretchStiffness (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getBendStiffness () const
 
void setBendStiffness (fpreal64 val)
 
fpreal64 opBendStiffness (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getRefPosStrength () const
 
void setRefPosStrength (fpreal64 val)
 
fpreal64 opRefPosStrength (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getClumpStiffness () const
 
void setClumpStiffness (fpreal64 val)
 
fpreal64 opClumpStiffness (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getClumpDamping () const
 
void setClumpDamping (fpreal64 val)
 
fpreal64 opClumpDamping (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getClumpEnable () const
 
void setClumpEnable (bool val)
 
bool opClumpEnable (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getClumpMaxNeighbors () const
 
void setClumpMaxNeighbors (int64 val)
 
int64 opClumpMaxNeighbors (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getClumpMaxConstraints () const
 
void setClumpMaxConstraints (int64 val)
 
int64 opClumpMaxConstraints (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getGwDeleteCaptAttrs () const
 
void setGwDeleteCaptAttrs (bool val)
 
bool opGwDeleteCaptAttrs (const SOP_NodeVerb::CookParms &cookparms) const
 
GsiMode getGsiMode () const
 
void setGsiMode (GsiMode val)
 
GsiMode opGsiMode (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getGsiMaxCandidates () const
 
void setGsiMaxCandidates (int64 val)
 
int64 opGsiMaxCandidates (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getGsiSearchRadius () const
 
void setGsiSearchRadius (fpreal64 val)
 
fpreal64 opGsiSearchRadius (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getGsiNSamples () const
 
void setGsiNSamples (int64 val)
 
int64 opGsiNSamples (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getGsiMinGuides () const
 
void setGsiMinGuides (int64 val)
 
int64 opGsiMinGuides (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getGsiMaxGuides () const
 
void setGsiMaxGuides (int64 val)
 
int64 opGsiMaxGuides (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getGsiBlurWidth () const
 
void setGsiBlurWidth (fpreal64 val)
 
fpreal64 opGsiBlurWidth (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getGsiWeightThreshold () const
 
void setGsiWeightThreshold (fpreal64 val)
 
fpreal64 opGsiWeightThreshold (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getGsiLengthPenaltyScale () const
 
void setGsiLengthPenaltyScale (fpreal64 val)
 
fpreal64 opGsiLengthPenaltyScale (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getGsiDeleteCaptAttrs () const
 
void setGsiDeleteCaptAttrs (bool val)
 
bool opGsiDeleteCaptAttrs (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 UT_StringHolder baseGetSignature () const
 
virtual void baseSetSignature (const UT_StringHolder &sig)
 
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
 
- Protected Attributes inherited from OP_NodeParms
UT_StringHolder _myBaseSignature
 

Detailed Description

Definition at line 70 of file SOP_GuideDeformCore.proto.h.

Member Typedef Documentation

Constructor & Destructor Documentation

SOP_GuideDeformCoreParms::SOP_GuideDeformCoreParms ( )
inline

Definition at line 75 of file SOP_GuideDeformCore.proto.h.

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

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

Member Function Documentation

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

Definition at line 164 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

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

Definition at line 273 of file SOP_GuideDeformCore.proto.h.

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

Definition at line 410 of file SOP_GuideDeformCore.proto.h.

fpreal64 SOP_GuideDeformCoreParms::getBendStiffness ( ) const
inline

Definition at line 995 of file SOP_GuideDeformCore.proto.h.

fpreal64 SOP_GuideDeformCoreParms::getClumpDamping ( ) const
inline

Definition at line 1025 of file SOP_GuideDeformCore.proto.h.

bool SOP_GuideDeformCoreParms::getClumpEnable ( ) const
inline

Definition at line 1035 of file SOP_GuideDeformCore.proto.h.

int64 SOP_GuideDeformCoreParms::getClumpMaxConstraints ( ) const
inline

Definition at line 1055 of file SOP_GuideDeformCore.proto.h.

int64 SOP_GuideDeformCoreParms::getClumpMaxNeighbors ( ) const
inline

Definition at line 1045 of file SOP_GuideDeformCore.proto.h.

fpreal64 SOP_GuideDeformCoreParms::getClumpStiffness ( ) const
inline

Definition at line 1015 of file SOP_GuideDeformCore.proto.h.

bool SOP_GuideDeformCoreParms::getDeformEnable ( ) const
inline

Definition at line 885 of file SOP_GuideDeformCore.proto.h.

DeformMethod SOP_GuideDeformCoreParms::getDeformMethod ( ) const
inline

Definition at line 895 of file SOP_GuideDeformCore.proto.h.

const UT_StringHolder& SOP_GuideDeformCoreParms::getGroup ( ) const
inline

Definition at line 875 of file SOP_GuideDeformCore.proto.h.

fpreal64 SOP_GuideDeformCoreParms::getGsiBlurWidth ( ) const
inline

Definition at line 1135 of file SOP_GuideDeformCore.proto.h.

bool SOP_GuideDeformCoreParms::getGsiDeleteCaptAttrs ( ) const
inline

Definition at line 1165 of file SOP_GuideDeformCore.proto.h.

fpreal64 SOP_GuideDeformCoreParms::getGsiLengthPenaltyScale ( ) const
inline

Definition at line 1155 of file SOP_GuideDeformCore.proto.h.

int64 SOP_GuideDeformCoreParms::getGsiMaxCandidates ( ) const
inline

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

int64 SOP_GuideDeformCoreParms::getGsiMaxGuides ( ) const
inline

Definition at line 1125 of file SOP_GuideDeformCore.proto.h.

int64 SOP_GuideDeformCoreParms::getGsiMinGuides ( ) const
inline

Definition at line 1115 of file SOP_GuideDeformCore.proto.h.

GsiMode SOP_GuideDeformCoreParms::getGsiMode ( ) const
inline

Definition at line 1075 of file SOP_GuideDeformCore.proto.h.

int64 SOP_GuideDeformCoreParms::getGsiNSamples ( ) const
inline

Definition at line 1105 of file SOP_GuideDeformCore.proto.h.

fpreal64 SOP_GuideDeformCoreParms::getGsiSearchRadius ( ) const
inline

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

fpreal64 SOP_GuideDeformCoreParms::getGsiWeightThreshold ( ) const
inline

Definition at line 1145 of file SOP_GuideDeformCore.proto.h.

bool SOP_GuideDeformCoreParms::getGwDeleteCaptAttrs ( ) const
inline

Definition at line 1065 of file SOP_GuideDeformCore.proto.h.

bool SOP_GuideDeformCoreParms::getLeaveOnGPU ( ) const
inline

Definition at line 945 of file SOP_GuideDeformCore.proto.h.

bool SOP_GuideDeformCoreParms::getLockRoots ( ) const
inline

Definition at line 955 of file SOP_GuideDeformCore.proto.h.

exint SOP_GuideDeformCoreParms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 536 of file SOP_GuideDeformCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 548 of file SOP_GuideDeformCore.proto.h.

ParmType SOP_GuideDeformCoreParms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 619 of file SOP_GuideDeformCore.proto.h.

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

Definition at line 403 of file SOP_GuideDeformCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 405 of file SOP_GuideDeformCore.proto.h.

fpreal64 SOP_GuideDeformCoreParms::getOrientBlend ( ) const
inline

Definition at line 925 of file SOP_GuideDeformCore.proto.h.

bool SOP_GuideDeformCoreParms::getPreserveShapeEnable ( ) const
inline

Definition at line 965 of file SOP_GuideDeformCore.proto.h.

int64 SOP_GuideDeformCoreParms::getPreserveShapeIterations ( ) const
inline

Definition at line 975 of file SOP_GuideDeformCore.proto.h.

bool SOP_GuideDeformCoreParms::getRecompile ( ) const
inline

Definition at line 935 of file SOP_GuideDeformCore.proto.h.

fpreal64 SOP_GuideDeformCoreParms::getRefPosStrength ( ) const
inline

Definition at line 1005 of file SOP_GuideDeformCore.proto.h.

fpreal64 SOP_GuideDeformCoreParms::getStretchStiffness ( ) const
inline

Definition at line 985 of file SOP_GuideDeformCore.proto.h.

bool SOP_GuideDeformCoreParms::getTreatskinassubd ( ) const
inline

Definition at line 905 of file SOP_GuideDeformCore.proto.h.

bool SOP_GuideDeformCoreParms::getUseOrientAttrib ( ) const
inline

Definition at line 915 of file SOP_GuideDeformCore.proto.h.

bool SOP_GuideDeformCoreParms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

bool SOP_GuideDeformCoreParms::load ( UT_IStream is)
inline

Definition at line 832 of file SOP_GuideDeformCore.proto.h.

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

Definition at line 691 of file SOP_GuideDeformCore.proto.h.

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

Definition at line 693 of file SOP_GuideDeformCore.proto.h.

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

Definition at line 695 of file SOP_GuideDeformCore.proto.h.

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

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

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

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

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

Definition at line 702 of file SOP_GuideDeformCore.proto.h.

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

Definition at line 705 of file SOP_GuideDeformCore.proto.h.

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

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

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

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

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

Definition at line 711 of file SOP_GuideDeformCore.proto.h.

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

Definition at line 713 of file SOP_GuideDeformCore.proto.h.

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

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

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

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

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

Definition at line 721 of file SOP_GuideDeformCore.proto.h.

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

Definition at line 732 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

Definition at line 260 of file SOP_GuideDeformCore.proto.h.

fpreal64 SOP_GuideDeformCoreParms::opBendStiffness ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 997 of file SOP_GuideDeformCore.proto.h.

fpreal64 SOP_GuideDeformCoreParms::opClumpDamping ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_GuideDeformCoreParms::opClumpEnable ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1037 of file SOP_GuideDeformCore.proto.h.

int64 SOP_GuideDeformCoreParms::opClumpMaxConstraints ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

int64 SOP_GuideDeformCoreParms::opClumpMaxNeighbors ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1047 of file SOP_GuideDeformCore.proto.h.

fpreal64 SOP_GuideDeformCoreParms::opClumpStiffness ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1017 of file SOP_GuideDeformCore.proto.h.

bool SOP_GuideDeformCoreParms::opDeformEnable ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

DeformMethod SOP_GuideDeformCoreParms::opDeformMethod ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 897 of file SOP_GuideDeformCore.proto.h.

Definition at line 155 of file SOP_GuideDeformCore.proto.h.

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

Definition at line 117 of file SOP_GuideDeformCore.proto.h.

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

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

fpreal64 SOP_GuideDeformCoreParms::opGsiBlurWidth ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1137 of file SOP_GuideDeformCore.proto.h.

bool SOP_GuideDeformCoreParms::opGsiDeleteCaptAttrs ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1167 of file SOP_GuideDeformCore.proto.h.

fpreal64 SOP_GuideDeformCoreParms::opGsiLengthPenaltyScale ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1157 of file SOP_GuideDeformCore.proto.h.

int64 SOP_GuideDeformCoreParms::opGsiMaxCandidates ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1087 of file SOP_GuideDeformCore.proto.h.

int64 SOP_GuideDeformCoreParms::opGsiMaxGuides ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1127 of file SOP_GuideDeformCore.proto.h.

int64 SOP_GuideDeformCoreParms::opGsiMinGuides ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1117 of file SOP_GuideDeformCore.proto.h.

GsiMode SOP_GuideDeformCoreParms::opGsiMode ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

int64 SOP_GuideDeformCoreParms::opGsiNSamples ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1107 of file SOP_GuideDeformCore.proto.h.

fpreal64 SOP_GuideDeformCoreParms::opGsiSearchRadius ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

fpreal64 SOP_GuideDeformCoreParms::opGsiWeightThreshold ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1147 of file SOP_GuideDeformCore.proto.h.

bool SOP_GuideDeformCoreParms::opGwDeleteCaptAttrs ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1067 of file SOP_GuideDeformCore.proto.h.

bool SOP_GuideDeformCoreParms::opLeaveOnGPU ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 947 of file SOP_GuideDeformCore.proto.h.

bool SOP_GuideDeformCoreParms::opLockRoots ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 957 of file SOP_GuideDeformCore.proto.h.

fpreal64 SOP_GuideDeformCoreParms::opOrientBlend ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 927 of file SOP_GuideDeformCore.proto.h.

bool SOP_GuideDeformCoreParms::opPreserveShapeEnable ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 967 of file SOP_GuideDeformCore.proto.h.

int64 SOP_GuideDeformCoreParms::opPreserveShapeIterations ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 977 of file SOP_GuideDeformCore.proto.h.

bool SOP_GuideDeformCoreParms::opRecompile ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 937 of file SOP_GuideDeformCore.proto.h.

fpreal64 SOP_GuideDeformCoreParms::opRefPosStrength ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1007 of file SOP_GuideDeformCore.proto.h.

fpreal64 SOP_GuideDeformCoreParms::opStretchStiffness ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 987 of file SOP_GuideDeformCore.proto.h.

bool SOP_GuideDeformCoreParms::opTreatskinassubd ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 907 of file SOP_GuideDeformCore.proto.h.

bool SOP_GuideDeformCoreParms::opUseOrientAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 917 of file SOP_GuideDeformCore.proto.h.

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

Definition at line 795 of file SOP_GuideDeformCore.proto.h.

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

Definition at line 752 of file SOP_GuideDeformCore.proto.h.

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

Definition at line 754 of file SOP_GuideDeformCore.proto.h.

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

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

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

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

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

Definition at line 760 of file SOP_GuideDeformCore.proto.h.

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

Definition at line 763 of file SOP_GuideDeformCore.proto.h.

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

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

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

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

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

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

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

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

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

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

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

Definition at line 781 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::setBendStiffness ( fpreal64  val)
inline

Definition at line 996 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::setClumpDamping ( fpreal64  val)
inline

Definition at line 1026 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::setClumpEnable ( bool  val)
inline

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

void SOP_GuideDeformCoreParms::setClumpMaxConstraints ( int64  val)
inline

Definition at line 1056 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::setClumpMaxNeighbors ( int64  val)
inline

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

void SOP_GuideDeformCoreParms::setClumpStiffness ( fpreal64  val)
inline

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

void SOP_GuideDeformCoreParms::setDeformEnable ( bool  val)
inline

Definition at line 886 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::setDeformMethod ( DeformMethod  val)
inline

Definition at line 896 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::setGroup ( const UT_StringHolder val)
inline

Definition at line 876 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::setGsiBlurWidth ( fpreal64  val)
inline

Definition at line 1136 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::setGsiDeleteCaptAttrs ( bool  val)
inline

Definition at line 1166 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::setGsiLengthPenaltyScale ( fpreal64  val)
inline

Definition at line 1156 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::setGsiMaxCandidates ( int64  val)
inline

Definition at line 1086 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::setGsiMaxGuides ( int64  val)
inline

Definition at line 1126 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::setGsiMinGuides ( int64  val)
inline

Definition at line 1116 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::setGsiMode ( GsiMode  val)
inline

Definition at line 1076 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::setGsiNSamples ( int64  val)
inline

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

void SOP_GuideDeformCoreParms::setGsiSearchRadius ( fpreal64  val)
inline

Definition at line 1096 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::setGsiWeightThreshold ( fpreal64  val)
inline

Definition at line 1146 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::setGwDeleteCaptAttrs ( bool  val)
inline

Definition at line 1066 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::setLeaveOnGPU ( bool  val)
inline

Definition at line 946 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::setLockRoots ( bool  val)
inline

Definition at line 956 of file SOP_GuideDeformCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 513 of file SOP_GuideDeformCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 515 of file SOP_GuideDeformCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 517 of file SOP_GuideDeformCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 519 of file SOP_GuideDeformCore.proto.h.

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

Definition at line 531 of file SOP_GuideDeformCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 533 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::setOrientBlend ( fpreal64  val)
inline

Definition at line 926 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::setPreserveShapeEnable ( bool  val)
inline

Definition at line 966 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::setPreserveShapeIterations ( int64  val)
inline

Definition at line 976 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::setRecompile ( bool  val)
inline

Definition at line 936 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::setRefPosStrength ( fpreal64  val)
inline

Definition at line 1006 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::setStretchStiffness ( fpreal64  val)
inline

Definition at line 986 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::setTreatskinassubd ( bool  val)
inline

Definition at line 906 of file SOP_GuideDeformCore.proto.h.

void SOP_GuideDeformCoreParms::setUseOrientAttrib ( bool  val)
inline

Definition at line 916 of file SOP_GuideDeformCore.proto.h.

static int SOP_GuideDeformCoreParms::version ( )
inlinestatic

Definition at line 73 of file SOP_GuideDeformCore.proto.h.


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