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

#include <SOP_PolyReduce-2.0.proto.h>

+ Inheritance diagram for SOP_PolyReduce_2_0Parms:

Classes

struct  Controlattribs
 

Public Types

using Target = SOP_PolyReduce_2_0Enums::Target
 
- 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< Controlattribs > &list) const
 
 SOP_PolyReduce_2_0Parms ()
 
 SOP_PolyReduce_2_0Parms (const SOP_PolyReduce_2_0Parms &)=default
 
SOP_PolyReduce_2_0Parmsoperator= (const SOP_PolyReduce_2_0Parms &)=default
 
 SOP_PolyReduce_2_0Parms (SOP_PolyReduce_2_0Parms &&) noexcept=default
 
SOP_PolyReduce_2_0Parmsoperator= (SOP_PolyReduce_2_0Parms &&) noexcept=default
 
 ~SOP_PolyReduce_2_0Parms () override
 
bool operator== (const SOP_PolyReduce_2_0Parms &src) const
 
bool operator!= (const SOP_PolyReduce_2_0Parms &src) const
 
void buildFromOp (const OP_GraphProxy *graph, exint nodeidx, fpreal time, DEP_MicroNode *depnode)
 
void loadFromOpSubclass (const LoadParms &loadparms) override
 
void copyFrom (const OP_NodeParms *src) override
 
template<typename T >
void doGetParmValue (TempIndex idx, TempIndex instance, T &value) const
 
bool isParmColorRamp (exint idx) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, exint &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, fpreal &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Vector2D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Vector3D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Vector4D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Matrix2D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Matrix3D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Matrix4D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_StringHolder &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_SharedPtr< UT_Ramp > &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, PRM_DataItemHandle &value) const override
 
template<typename T >
void doSetParmValue (TempIndex idx, TempIndex instance, const T &value)
 
void setNestParmValue (TempIndex idx, TempIndex instance, const exint &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const fpreal &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Vector2D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Vector3D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Vector4D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Matrix2D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Matrix3D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Matrix4D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_StringHolder &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_SharedPtr< UT_Ramp > &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const PRM_DataItemHandle &value) override
 
exint getNestNumParms (TempIndex idx) const override
 
const char * getNestParmName (TempIndex fieldnum) const override
 
ParmType getNestParmType (TempIndex fieldnum) const override
 
void save (std::ostream &os) const
 
bool load (UT_IStream &is)
 
const UT_StringHoldergetGroup () const
 
void setGroup (const UT_StringHolder &val)
 
UT_StringHolder opGroup (const SOP_NodeVerb::CookParms &cookparms) const
 
Target getTarget () const
 
void setTarget (Target val)
 
Target opTarget (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getPercentage () const
 
void setPercentage (fpreal64 val)
 
fpreal64 opPercentage (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getFinalCount () const
 
void setFinalCount (int64 val)
 
int64 opFinalCount (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getReducePassedTarget () const
 
void setReducePassedTarget (bool val)
 
bool opReducePassedTarget (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getQualityToleance () const
 
void setQualityToleance (fpreal64 val)
 
fpreal64 opQualityToleance (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getOriginalPoints () const
 
void setOriginalPoints (bool val)
 
bool opOriginalPoints (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getPreserveQuads () const
 
void setPreserveQuads (bool val)
 
bool opPreserveQuads (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getEqualizeLengths () const
 
void setEqualizeLengths (fpreal64 val)
 
fpreal64 opEqualizeLengths (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getBoundaryWeight () const
 
void setBoundaryWeight (fpreal64 val)
 
fpreal64 opBoundaryWeight (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getVAttribSeamWeight () const
 
void setVAttribSeamWeight (fpreal64 val)
 
fpreal64 opVAttribSeamWeight (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetSeamAttribs () const
 
void setSeamAttribs (const UT_StringHolder &val)
 
UT_StringHolder opSeamAttribs (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetHardFeaturePoints () const
 
void setHardFeaturePoints (const UT_StringHolder &val)
 
UT_StringHolder opHardFeaturePoints (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetHardFeatureEdges () const
 
void setHardFeatureEdges (const UT_StringHolder &val)
 
UT_StringHolder opHardFeatureEdges (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetSoftFeaturePoints () const
 
void setSoftFeaturePoints (const UT_StringHolder &val)
 
UT_StringHolder opSoftFeaturePoints (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getSoftFeaturePointWeight () const
 
void setSoftFeaturePointWeight (fpreal64 val)
 
fpreal64 opSoftFeaturePointWeight (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetSoftFeatureEdges () const
 
void setSoftFeatureEdges (const UT_StringHolder &val)
 
UT_StringHolder opSoftFeatureEdges (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getSoftFeatureEdgeWeight () const
 
void setSoftFeatureEdgeWeight (fpreal64 val)
 
fpreal64 opSoftFeatureEdgeWeight (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseRetainAttrib () const
 
void setUseRetainAttrib (bool val)
 
bool opUseRetainAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetRetainAttrib () const
 
void setRetainAttrib (const UT_StringHolder &val)
 
UT_StringHolder opRetainAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getRetainWeight () const
 
void setRetainWeight (fpreal64 val)
 
fpreal64 opRetainWeight (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getSilhouetteWeight () const
 
void setSilhouetteWeight (fpreal64 val)
 
fpreal64 opSilhouetteWeight (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseSilhouetteFalloff () const
 
void setUseSilhouetteFalloff (bool val)
 
bool opUseSilhouetteFalloff (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getSilhouetteFalloffDist () const
 
void setSilhouetteFalloffDist (fpreal64 val)
 
fpreal64 opSilhouetteFalloffDist (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getFrontFacingWeight () const
 
void setFrontFacingWeight (fpreal64 val)
 
fpreal64 opFrontFacingWeight (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseFrontFacingFalloff () const
 
void setUseFrontFacingFalloff (bool val)
 
bool opUseFrontFacingFalloff (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getFrontFacingFalloffDist () const
 
void setFrontFacingFalloffDist (fpreal64 val)
 
fpreal64 opFrontFacingFalloffDist (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getMaxNormalDev () const
 
void setMaxNormalDev (fpreal64 val)
 
fpreal64 opMaxNormalDev (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseOutNormalProxy () const
 
void setUseOutNormalProxy (bool val)
 
bool opUseOutNormalProxy (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetOutNormalProxy () const
 
void setOutNormalProxy (const UT_StringHolder &val)
 
UT_StringHolder opOutNormalProxy (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_Array< Controlattribs > & getControlattribs () const
 
void setControlattribs (const UT_Array< Controlattribs > &val)
 
exint opControlattribs (const SOP_NodeVerb::CookParms &cookparms) const
 
bool opControlattribs_attribenabled (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
bool opinstControlattribs_attribenabled (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
UT_StringHolder opControlattribs_attribname (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
UT_StringHolder opinstControlattribs_attribname (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
fpreal64 opControlattribs_attribweight (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
fpreal64 opinstControlattribs_attribweight (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) 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_PolyReduce-2.0.proto.h.

Member Typedef Documentation

Constructor & Destructor Documentation

SOP_PolyReduce_2_0Parms::SOP_PolyReduce_2_0Parms ( )
inline

Definition at line 108 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 149 of file SOP_PolyReduce-2.0.proto.h.

Member Function Documentation

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

Definition at line 195 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 325 of file SOP_PolyReduce-2.0.proto.h.

UT_StringHolder SOP_PolyReduce_2_0Parms::createString ( const UT_Array< Controlattribs > &  list) const
inline

Definition at line 83 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 332 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 490 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::getBoundaryWeight ( ) const
inline

Definition at line 1131 of file SOP_PolyReduce-2.0.proto.h.

const UT_Array<Controlattribs>& SOP_PolyReduce_2_0Parms::getControlattribs ( ) const
inline

Definition at line 1341 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::getEqualizeLengths ( ) const
inline

Definition at line 1121 of file SOP_PolyReduce-2.0.proto.h.

int64 SOP_PolyReduce_2_0Parms::getFinalCount ( ) const
inline

Definition at line 1071 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::getFrontFacingFalloffDist ( ) const
inline

Definition at line 1301 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::getFrontFacingWeight ( ) const
inline

Definition at line 1281 of file SOP_PolyReduce-2.0.proto.h.

const UT_StringHolder& SOP_PolyReduce_2_0Parms::getGroup ( ) const
inline

Definition at line 1041 of file SOP_PolyReduce-2.0.proto.h.

const UT_StringHolder& SOP_PolyReduce_2_0Parms::getHardFeatureEdges ( ) const
inline

Definition at line 1171 of file SOP_PolyReduce-2.0.proto.h.

const UT_StringHolder& SOP_PolyReduce_2_0Parms::getHardFeaturePoints ( ) const
inline

Definition at line 1161 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::getMaxNormalDev ( ) const
inline

Definition at line 1311 of file SOP_PolyReduce-2.0.proto.h.

exint SOP_PolyReduce_2_0Parms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 645 of file SOP_PolyReduce-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 659 of file SOP_PolyReduce-2.0.proto.h.

ParmType SOP_PolyReduce_2_0Parms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 744 of file SOP_PolyReduce-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 465 of file SOP_PolyReduce-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 467 of file SOP_PolyReduce-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 469 of file SOP_PolyReduce-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 471 of file SOP_PolyReduce-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 473 of file SOP_PolyReduce-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 475 of file SOP_PolyReduce-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 477 of file SOP_PolyReduce-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 479 of file SOP_PolyReduce-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 481 of file SOP_PolyReduce-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 483 of file SOP_PolyReduce-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 485 of file SOP_PolyReduce-2.0.proto.h.

bool SOP_PolyReduce_2_0Parms::getOriginalPoints ( ) const
inline

Definition at line 1101 of file SOP_PolyReduce-2.0.proto.h.

const UT_StringHolder& SOP_PolyReduce_2_0Parms::getOutNormalProxy ( ) const
inline

Definition at line 1331 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::getPercentage ( ) const
inline

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

bool SOP_PolyReduce_2_0Parms::getPreserveQuads ( ) const
inline

Definition at line 1111 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::getQualityToleance ( ) const
inline

Definition at line 1091 of file SOP_PolyReduce-2.0.proto.h.

bool SOP_PolyReduce_2_0Parms::getReducePassedTarget ( ) const
inline

Definition at line 1081 of file SOP_PolyReduce-2.0.proto.h.

const UT_StringHolder& SOP_PolyReduce_2_0Parms::getRetainAttrib ( ) const
inline

Definition at line 1231 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::getRetainWeight ( ) const
inline

Definition at line 1241 of file SOP_PolyReduce-2.0.proto.h.

const UT_StringHolder& SOP_PolyReduce_2_0Parms::getSeamAttribs ( ) const
inline

Definition at line 1151 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::getSilhouetteFalloffDist ( ) const
inline

Definition at line 1271 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::getSilhouetteWeight ( ) const
inline

Definition at line 1251 of file SOP_PolyReduce-2.0.proto.h.

const UT_StringHolder& SOP_PolyReduce_2_0Parms::getSoftFeatureEdges ( ) const
inline

Definition at line 1201 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::getSoftFeatureEdgeWeight ( ) const
inline

Definition at line 1211 of file SOP_PolyReduce-2.0.proto.h.

const UT_StringHolder& SOP_PolyReduce_2_0Parms::getSoftFeaturePoints ( ) const
inline

Definition at line 1181 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::getSoftFeaturePointWeight ( ) const
inline

Definition at line 1191 of file SOP_PolyReduce-2.0.proto.h.

Target SOP_PolyReduce_2_0Parms::getTarget ( ) const
inline

Definition at line 1051 of file SOP_PolyReduce-2.0.proto.h.

bool SOP_PolyReduce_2_0Parms::getUseFrontFacingFalloff ( ) const
inline

Definition at line 1291 of file SOP_PolyReduce-2.0.proto.h.

bool SOP_PolyReduce_2_0Parms::getUseOutNormalProxy ( ) const
inline

Definition at line 1321 of file SOP_PolyReduce-2.0.proto.h.

bool SOP_PolyReduce_2_0Parms::getUseRetainAttrib ( ) const
inline

Definition at line 1221 of file SOP_PolyReduce-2.0.proto.h.

bool SOP_PolyReduce_2_0Parms::getUseSilhouetteFalloff ( ) const
inline

Definition at line 1261 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::getVAttribSeamWeight ( ) const
inline

Definition at line 1141 of file SOP_PolyReduce-2.0.proto.h.

bool SOP_PolyReduce_2_0Parms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 456 of file SOP_PolyReduce-2.0.proto.h.

bool SOP_PolyReduce_2_0Parms::load ( UT_IStream is)
inline

Definition at line 984 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 830 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 832 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 834 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 836 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 838 of file SOP_PolyReduce-2.0.proto.h.

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

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

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

Definition at line 844 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 846 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 848 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 850 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 852 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 855 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 858 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 860 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 871 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

Definition at line 319 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::opBoundaryWeight ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1133 of file SOP_PolyReduce-2.0.proto.h.

exint SOP_PolyReduce_2_0Parms::opControlattribs ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1343 of file SOP_PolyReduce-2.0.proto.h.

bool SOP_PolyReduce_2_0Parms::opControlattribs_attribenabled ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1351 of file SOP_PolyReduce-2.0.proto.h.

UT_StringHolder SOP_PolyReduce_2_0Parms::opControlattribs_attribname ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1364 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::opControlattribs_attribweight ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1377 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::opEqualizeLengths ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1123 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 187 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 151 of file SOP_PolyReduce-2.0.proto.h.

int64 SOP_PolyReduce_2_0Parms::opFinalCount ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1073 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::opFrontFacingFalloffDist ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1303 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::opFrontFacingWeight ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1283 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 1043 of file SOP_PolyReduce-2.0.proto.h.

UT_StringHolder SOP_PolyReduce_2_0Parms::opHardFeatureEdges ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1173 of file SOP_PolyReduce-2.0.proto.h.

UT_StringHolder SOP_PolyReduce_2_0Parms::opHardFeaturePoints ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1163 of file SOP_PolyReduce-2.0.proto.h.

bool SOP_PolyReduce_2_0Parms::opinstControlattribs_attribenabled ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1353 of file SOP_PolyReduce-2.0.proto.h.

UT_StringHolder SOP_PolyReduce_2_0Parms::opinstControlattribs_attribname ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1366 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::opinstControlattribs_attribweight ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

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

fpreal64 SOP_PolyReduce_2_0Parms::opMaxNormalDev ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1313 of file SOP_PolyReduce-2.0.proto.h.

bool SOP_PolyReduce_2_0Parms::opOriginalPoints ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1103 of file SOP_PolyReduce-2.0.proto.h.

UT_StringHolder SOP_PolyReduce_2_0Parms::opOutNormalProxy ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1333 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::opPercentage ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1063 of file SOP_PolyReduce-2.0.proto.h.

bool SOP_PolyReduce_2_0Parms::opPreserveQuads ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1113 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::opQualityToleance ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1093 of file SOP_PolyReduce-2.0.proto.h.

bool SOP_PolyReduce_2_0Parms::opReducePassedTarget ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1083 of file SOP_PolyReduce-2.0.proto.h.

UT_StringHolder SOP_PolyReduce_2_0Parms::opRetainAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1233 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::opRetainWeight ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1243 of file SOP_PolyReduce-2.0.proto.h.

UT_StringHolder SOP_PolyReduce_2_0Parms::opSeamAttribs ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1153 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::opSilhouetteFalloffDist ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1273 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::opSilhouetteWeight ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1253 of file SOP_PolyReduce-2.0.proto.h.

UT_StringHolder SOP_PolyReduce_2_0Parms::opSoftFeatureEdges ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1203 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::opSoftFeatureEdgeWeight ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1213 of file SOP_PolyReduce-2.0.proto.h.

UT_StringHolder SOP_PolyReduce_2_0Parms::opSoftFeaturePoints ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1183 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::opSoftFeaturePointWeight ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1193 of file SOP_PolyReduce-2.0.proto.h.

Target SOP_PolyReduce_2_0Parms::opTarget ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1053 of file SOP_PolyReduce-2.0.proto.h.

bool SOP_PolyReduce_2_0Parms::opUseFrontFacingFalloff ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1293 of file SOP_PolyReduce-2.0.proto.h.

bool SOP_PolyReduce_2_0Parms::opUseOutNormalProxy ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1323 of file SOP_PolyReduce-2.0.proto.h.

bool SOP_PolyReduce_2_0Parms::opUseRetainAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_PolyReduce_2_0Parms::opUseSilhouetteFalloff ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1263 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::opVAttribSeamWeight ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1143 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 934 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 891 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 893 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 895 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 897 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 899 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 902 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 905 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 907 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 909 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 911 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 913 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 920 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setBoundaryWeight ( fpreal64  val)
inline

Definition at line 1132 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setControlattribs ( const UT_Array< Controlattribs > &  val)
inline

Definition at line 1342 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setEqualizeLengths ( fpreal64  val)
inline

Definition at line 1122 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setFinalCount ( int64  val)
inline

Definition at line 1072 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setFrontFacingFalloffDist ( fpreal64  val)
inline

Definition at line 1302 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setFrontFacingWeight ( fpreal64  val)
inline

Definition at line 1282 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setGroup ( const UT_StringHolder val)
inline

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

void SOP_PolyReduce_2_0Parms::setHardFeatureEdges ( const UT_StringHolder val)
inline

Definition at line 1172 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setHardFeaturePoints ( const UT_StringHolder val)
inline

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

void SOP_PolyReduce_2_0Parms::setMaxNormalDev ( fpreal64  val)
inline

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

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

Reimplemented from OP_NodeParms.

Definition at line 622 of file SOP_PolyReduce-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 624 of file SOP_PolyReduce-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 626 of file SOP_PolyReduce-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 628 of file SOP_PolyReduce-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 630 of file SOP_PolyReduce-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 632 of file SOP_PolyReduce-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 634 of file SOP_PolyReduce-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 636 of file SOP_PolyReduce-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 638 of file SOP_PolyReduce-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 640 of file SOP_PolyReduce-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 642 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setOriginalPoints ( bool  val)
inline

Definition at line 1102 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setOutNormalProxy ( const UT_StringHolder val)
inline

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

void SOP_PolyReduce_2_0Parms::setPercentage ( fpreal64  val)
inline

Definition at line 1062 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setPreserveQuads ( bool  val)
inline

Definition at line 1112 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setQualityToleance ( fpreal64  val)
inline

Definition at line 1092 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setReducePassedTarget ( bool  val)
inline

Definition at line 1082 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setRetainAttrib ( const UT_StringHolder val)
inline

Definition at line 1232 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setRetainWeight ( fpreal64  val)
inline

Definition at line 1242 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setSeamAttribs ( const UT_StringHolder val)
inline

Definition at line 1152 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setSilhouetteFalloffDist ( fpreal64  val)
inline

Definition at line 1272 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setSilhouetteWeight ( fpreal64  val)
inline

Definition at line 1252 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setSoftFeatureEdges ( const UT_StringHolder val)
inline

Definition at line 1202 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setSoftFeatureEdgeWeight ( fpreal64  val)
inline

Definition at line 1212 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setSoftFeaturePoints ( const UT_StringHolder val)
inline

Definition at line 1182 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setSoftFeaturePointWeight ( fpreal64  val)
inline

Definition at line 1192 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setTarget ( Target  val)
inline

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

void SOP_PolyReduce_2_0Parms::setUseFrontFacingFalloff ( bool  val)
inline

Definition at line 1292 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setUseOutNormalProxy ( bool  val)
inline

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

void SOP_PolyReduce_2_0Parms::setUseRetainAttrib ( bool  val)
inline

Definition at line 1222 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setUseSilhouetteFalloff ( bool  val)
inline

Definition at line 1262 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setVAttribSeamWeight ( fpreal64  val)
inline

Definition at line 1142 of file SOP_PolyReduce-2.0.proto.h.

static int SOP_PolyReduce_2_0Parms::version ( )
inlinestatic

Definition at line 52 of file SOP_PolyReduce-2.0.proto.h.


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