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 35 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 94 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 135 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 181 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 311 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 69 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 318 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 476 of file SOP_PolyReduce-2.0.proto.h.

fpreal64 SOP_PolyReduce_2_0Parms::getBoundaryWeight ( ) const
inline

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

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

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

fpreal64 SOP_PolyReduce_2_0Parms::getEqualizeLengths ( ) const
inline

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

int64 SOP_PolyReduce_2_0Parms::getFinalCount ( ) const
inline

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

fpreal64 SOP_PolyReduce_2_0Parms::getFrontFacingFalloffDist ( ) const
inline

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

fpreal64 SOP_PolyReduce_2_0Parms::getFrontFacingWeight ( ) const
inline

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

const UT_StringHolder& SOP_PolyReduce_2_0Parms::getGroup ( ) const
inline

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

const UT_StringHolder& SOP_PolyReduce_2_0Parms::getHardFeatureEdges ( ) const
inline

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

const UT_StringHolder& SOP_PolyReduce_2_0Parms::getHardFeaturePoints ( ) const
inline

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

fpreal64 SOP_PolyReduce_2_0Parms::getMaxNormalDev ( ) const
inline

Definition at line 1297 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 631 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 645 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 730 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 451 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 453 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 455 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 457 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 459 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 461 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 463 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 465 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 467 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 469 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 471 of file SOP_PolyReduce-2.0.proto.h.

bool SOP_PolyReduce_2_0Parms::getOriginalPoints ( ) const
inline

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

const UT_StringHolder& SOP_PolyReduce_2_0Parms::getOutNormalProxy ( ) const
inline

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

fpreal64 SOP_PolyReduce_2_0Parms::getPercentage ( ) const
inline

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

bool SOP_PolyReduce_2_0Parms::getPreserveQuads ( ) const
inline

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

fpreal64 SOP_PolyReduce_2_0Parms::getQualityToleance ( ) const
inline

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

bool SOP_PolyReduce_2_0Parms::getReducePassedTarget ( ) const
inline

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

const UT_StringHolder& SOP_PolyReduce_2_0Parms::getRetainAttrib ( ) const
inline

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

fpreal64 SOP_PolyReduce_2_0Parms::getRetainWeight ( ) const
inline

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

const UT_StringHolder& SOP_PolyReduce_2_0Parms::getSeamAttribs ( ) const
inline

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

fpreal64 SOP_PolyReduce_2_0Parms::getSilhouetteFalloffDist ( ) const
inline

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

fpreal64 SOP_PolyReduce_2_0Parms::getSilhouetteWeight ( ) const
inline

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

const UT_StringHolder& SOP_PolyReduce_2_0Parms::getSoftFeatureEdges ( ) const
inline

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

fpreal64 SOP_PolyReduce_2_0Parms::getSoftFeatureEdgeWeight ( ) const
inline

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

const UT_StringHolder& SOP_PolyReduce_2_0Parms::getSoftFeaturePoints ( ) const
inline

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

fpreal64 SOP_PolyReduce_2_0Parms::getSoftFeaturePointWeight ( ) const
inline

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

Target SOP_PolyReduce_2_0Parms::getTarget ( ) const
inline

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

bool SOP_PolyReduce_2_0Parms::getUseFrontFacingFalloff ( ) const
inline

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

bool SOP_PolyReduce_2_0Parms::getUseOutNormalProxy ( ) const
inline

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

bool SOP_PolyReduce_2_0Parms::getUseRetainAttrib ( ) const
inline

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

bool SOP_PolyReduce_2_0Parms::getUseSilhouetteFalloff ( ) const
inline

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

fpreal64 SOP_PolyReduce_2_0Parms::getVAttribSeamWeight ( ) const
inline

Definition at line 1127 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 442 of file SOP_PolyReduce-2.0.proto.h.

bool SOP_PolyReduce_2_0Parms::load ( UT_IStream is)
inline

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

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

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

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

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

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

Definition at line 820 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 822 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 824 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 827 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 830 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 832 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 834 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 836 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 838 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 841 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 844 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 846 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 857 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

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

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

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

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

Definition at line 1329 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 1337 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 1350 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 1363 of file SOP_PolyReduce-2.0.proto.h.

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

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

Definition at line 173 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 137 of file SOP_PolyReduce-2.0.proto.h.

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

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

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

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

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

Definition at line 1269 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 1029 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 1159 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 1149 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 1339 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 1352 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 1365 of file SOP_PolyReduce-2.0.proto.h.

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

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

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

Definition at line 1089 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 1319 of file SOP_PolyReduce-2.0.proto.h.

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

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

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

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

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

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

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

Definition at line 1069 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 1219 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 1229 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 1139 of file SOP_PolyReduce-2.0.proto.h.

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

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

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

Definition at line 1239 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 1189 of file SOP_PolyReduce-2.0.proto.h.

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

Definition at line 1199 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 1169 of file SOP_PolyReduce-2.0.proto.h.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Definition at line 881 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 883 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 885 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 888 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 891 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 893 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 895 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 897 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 899 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 906 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setBoundaryWeight ( fpreal64  val)
inline

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

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

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

void SOP_PolyReduce_2_0Parms::setEqualizeLengths ( fpreal64  val)
inline

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

void SOP_PolyReduce_2_0Parms::setFinalCount ( int64  val)
inline

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

void SOP_PolyReduce_2_0Parms::setFrontFacingFalloffDist ( fpreal64  val)
inline

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

void SOP_PolyReduce_2_0Parms::setFrontFacingWeight ( fpreal64  val)
inline

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

void SOP_PolyReduce_2_0Parms::setGroup ( const UT_StringHolder val)
inline

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

void SOP_PolyReduce_2_0Parms::setHardFeatureEdges ( const UT_StringHolder val)
inline

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

void SOP_PolyReduce_2_0Parms::setHardFeaturePoints ( const UT_StringHolder val)
inline

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

void SOP_PolyReduce_2_0Parms::setMaxNormalDev ( fpreal64  val)
inline

Definition at line 1298 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 608 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 610 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 612 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 614 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 616 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 618 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 620 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 622 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 624 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 626 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 628 of file SOP_PolyReduce-2.0.proto.h.

void SOP_PolyReduce_2_0Parms::setOriginalPoints ( bool  val)
inline

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

void SOP_PolyReduce_2_0Parms::setOutNormalProxy ( const UT_StringHolder val)
inline

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

void SOP_PolyReduce_2_0Parms::setPercentage ( fpreal64  val)
inline

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

void SOP_PolyReduce_2_0Parms::setPreserveQuads ( bool  val)
inline

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

void SOP_PolyReduce_2_0Parms::setQualityToleance ( fpreal64  val)
inline

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

void SOP_PolyReduce_2_0Parms::setReducePassedTarget ( bool  val)
inline

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

void SOP_PolyReduce_2_0Parms::setRetainAttrib ( const UT_StringHolder val)
inline

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

void SOP_PolyReduce_2_0Parms::setRetainWeight ( fpreal64  val)
inline

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

void SOP_PolyReduce_2_0Parms::setSeamAttribs ( const UT_StringHolder val)
inline

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

void SOP_PolyReduce_2_0Parms::setSilhouetteFalloffDist ( fpreal64  val)
inline

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

void SOP_PolyReduce_2_0Parms::setSilhouetteWeight ( fpreal64  val)
inline

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

void SOP_PolyReduce_2_0Parms::setSoftFeatureEdges ( const UT_StringHolder val)
inline

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

void SOP_PolyReduce_2_0Parms::setSoftFeatureEdgeWeight ( fpreal64  val)
inline

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

void SOP_PolyReduce_2_0Parms::setSoftFeaturePoints ( const UT_StringHolder val)
inline

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

void SOP_PolyReduce_2_0Parms::setSoftFeaturePointWeight ( fpreal64  val)
inline

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

void SOP_PolyReduce_2_0Parms::setTarget ( Target  val)
inline

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

void SOP_PolyReduce_2_0Parms::setUseFrontFacingFalloff ( bool  val)
inline

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

void SOP_PolyReduce_2_0Parms::setUseOutNormalProxy ( bool  val)
inline

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

void SOP_PolyReduce_2_0Parms::setUseRetainAttrib ( bool  val)
inline

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

void SOP_PolyReduce_2_0Parms::setUseSilhouetteFalloff ( bool  val)
inline

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

void SOP_PolyReduce_2_0Parms::setVAttribSeamWeight ( fpreal64  val)
inline

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

static int SOP_PolyReduce_2_0Parms::version ( )
inlinestatic

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


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