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

#include <SOP_QuadRemesh.proto.h>

+ Inheritance diagram for SOP_QuadRemeshParms:

Public Types

using Output = SOP_QuadRemeshEnums::Output
 
using ResolutionMode = SOP_QuadRemeshEnums::ResolutionMode
 
using ResolutionSource = SOP_QuadRemeshEnums::ResolutionSource
 
using XDirection = SOP_QuadRemeshEnums::XDirection
 
using YDirection = SOP_QuadRemeshEnums::YDirection
 
using ZDirection = SOP_QuadRemeshEnums::ZDirection
 
using Field = SOP_QuadRemeshEnums::Field
 
using BoundaryMode = SOP_QuadRemeshEnums::BoundaryMode
 
using GuideMode = SOP_QuadRemeshEnums::GuideMode
 
- 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_QuadRemeshParms ()
 
 SOP_QuadRemeshParms (const SOP_QuadRemeshParms &)=default
 
SOP_QuadRemeshParmsoperator= (const SOP_QuadRemeshParms &)=default
 
 SOP_QuadRemeshParms (SOP_QuadRemeshParms &&) noexcept=default
 
SOP_QuadRemeshParmsoperator= (SOP_QuadRemeshParms &&) noexcept=default
 
 ~SOP_QuadRemeshParms () override
 
bool operator== (const SOP_QuadRemeshParms &src) const
 
bool operator!= (const SOP_QuadRemeshParms &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 getDecimation () const
 
void setDecimation (bool val)
 
bool opDecimation (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getDecimationLevel () const
 
void setDecimationLevel (int64 val)
 
int64 opDecimationLevel (const SOP_NodeVerb::CookParms &cookparms) const
 
Output getOutput () const
 
void setOutput (Output val)
 
Output opOutput (const SOP_NodeVerb::CookParms &cookparms) const
 
ResolutionMode getResolutionMode () const
 
void setResolutionMode (ResolutionMode val)
 
ResolutionMode opResolutionMode (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getTargetQuadCount () const
 
void setTargetQuadCount (int64 val)
 
int64 opTargetQuadCount (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getTargetQuadArea () const
 
void setTargetQuadArea (fpreal64 val)
 
fpreal64 opTargetQuadArea (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getTargetTolerance () const
 
void setTargetTolerance (fpreal64 val)
 
fpreal64 opTargetTolerance (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getResolutionScale () const
 
void setResolutionScale (int64 val)
 
int64 opResolutionScale (const SOP_NodeVerb::CookParms &cookparms) const
 
ResolutionSource getResolutionSource () const
 
void setResolutionSource (ResolutionSource val)
 
ResolutionSource opResolutionSource (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getTriangleArea () const
 
void setTriangleArea (fpreal64 val)
 
fpreal64 opTriangleArea (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getSymmetryCenter () const
 
void setSymmetryCenter (UT_Vector3D val)
 
UT_Vector3D opSymmetryCenter (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getXAxis () const
 
void setXAxis (bool val)
 
bool opXAxis (const SOP_NodeVerb::CookParms &cookparms) const
 
XDirection getXDirection () const
 
void setXDirection (XDirection val)
 
XDirection opXDirection (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getYAxis () const
 
void setYAxis (bool val)
 
bool opYAxis (const SOP_NodeVerb::CookParms &cookparms) const
 
YDirection getYDirection () const
 
void setYDirection (YDirection val)
 
YDirection opYDirection (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getZAxis () const
 
void setZAxis (bool val)
 
bool opZAxis (const SOP_NodeVerb::CookParms &cookparms) const
 
ZDirection getZDirection () const
 
void setZDirection (ZDirection val)
 
ZDirection opZDirection (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getMirrorOutput () const
 
void setMirrorOutput (bool val)
 
bool opMirrorOutput (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getEnableConsolidateSeam () const
 
void setEnableConsolidateSeam (bool val)
 
bool opEnableConsolidateSeam (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getConsolidateSeam () const
 
void setConsolidateSeam (fpreal64 val)
 
fpreal64 opConsolidateSeam (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getFeatureBoundaries () const
 
void setFeatureBoundaries (bool val)
 
bool opFeatureBoundaries (const SOP_NodeVerb::CookParms &cookparms) const
 
Field getField () const
 
void setField (Field val)
 
Field opField (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getGlobalWeight () const
 
void setGlobalWeight (fpreal64 val)
 
fpreal64 opGlobalWeight (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetGlobalMask () const
 
void setGlobalMask (const UT_StringHolder &val)
 
UT_StringHolder opGlobalMask (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getSymmetryAlignment () const
 
void setSymmetryAlignment (fpreal64 val)
 
fpreal64 opSymmetryAlignment (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getCurvature () const
 
void setCurvature (bool val)
 
bool opCurvature (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getLocalCurvatureWeight () const
 
void setLocalCurvatureWeight (fpreal64 val)
 
fpreal64 opLocalCurvatureWeight (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetCurvatureMaskAttrib () const
 
void setCurvatureMaskAttrib (const UT_StringHolder &val)
 
UT_StringHolder opCurvatureMaskAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getCurvatureRotation () const
 
void setCurvatureRotation (fpreal64 val)
 
fpreal64 opCurvatureRotation (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getBoundary () const
 
void setBoundary (bool val)
 
bool opBoundary (const SOP_NodeVerb::CookParms &cookparms) const
 
BoundaryMode getBoundaryMode () const
 
void setBoundaryMode (BoundaryMode val)
 
BoundaryMode opBoundaryMode (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getLocalBoundaryWeight () const
 
void setLocalBoundaryWeight (fpreal64 val)
 
fpreal64 opLocalBoundaryWeight (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetBoundaryMaskAttrib () const
 
void setBoundaryMaskAttrib (const UT_StringHolder &val)
 
UT_StringHolder opBoundaryMaskAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getBoundaryRotation () const
 
void setBoundaryRotation (fpreal64 val)
 
fpreal64 opBoundaryRotation (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getGuide () const
 
void setGuide (bool val)
 
bool opGuide (const SOP_NodeVerb::CookParms &cookparms) const
 
GuideMode getGuideMode () const
 
void setGuideMode (GuideMode val)
 
GuideMode opGuideMode (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getLocalGuideWeight () const
 
void setLocalGuideWeight (fpreal64 val)
 
fpreal64 opLocalGuideWeight (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetGuideMaskAttrib () const
 
void setGuideMaskAttrib (const UT_StringHolder &val)
 
UT_StringHolder opGuideMaskAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetGuideAttrib () const
 
void setGuideAttrib (const UT_StringHolder &val)
 
UT_StringHolder opGuideAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
- Public Member Functions inherited from SOP_NodeParms
 SOP_NodeParms ()
 
bool applyGeometryOverride (GU_ConstDetailHandle gdh)
 
bool applyGeometryOverrideFromNode (SOP_Node *node, OP_Context &context, SOP_NodeCache *cache)
 
- Public Member Functions inherited from OP_NodeParms
 OP_NodeParms ()
 
virtual ~OP_NodeParms ()
 
void loadFromOp (const LoadParms &loadparms)
 
bool applyOptionsOverride (const UT_Options *options)
 
virtual exint getNumParms () const
 
virtual const char * getParmName (exint idx) const
 
virtual ParmType getParmType (exint idx) const
 
virtual void getParmValue (exint idx, exint &value) const
 
virtual void getParmValue (exint idx, fpreal &value) const
 
virtual void getParmValue (exint idx, UT_Vector2D &value) const
 
virtual void getParmValue (exint idx, UT_Vector3D &value) const
 
virtual void getParmValue (exint idx, UT_Vector4D &value) const
 
virtual void getParmValue (exint idx, UT_Matrix2D &value) const
 
virtual void getParmValue (exint idx, UT_Matrix3D &value) const
 
virtual void getParmValue (exint idx, UT_Matrix4D &value) const
 
virtual void getParmValue (exint idx, UT_StringHolder &value) const
 
virtual void getParmValue (exint idx, UT_SharedPtr< UT_Ramp > &value) const
 
virtual void getParmValue (exint idx, PRM_DataItemHandle &value) const
 
virtual void setParmValue (exint idx, const exint &value)
 
virtual void setParmValue (exint idx, const fpreal &value)
 
virtual void setParmValue (exint idx, const UT_Vector2D &value)
 
virtual void setParmValue (exint idx, const UT_Vector3D &value)
 
virtual void setParmValue (exint idx, const UT_Vector4D &value)
 
virtual void setParmValue (exint idx, const UT_Matrix2D &value)
 
virtual void setParmValue (exint idx, const UT_Matrix3D &value)
 
virtual void setParmValue (exint idx, const UT_Matrix4D &value)
 
virtual void setParmValue (exint idx, const UT_StringHolder &value)
 
virtual void setParmValue (exint idx, const UT_SharedPtr< UT_Ramp > &value)
 
virtual void setParmValue (exint idx, const PRM_DataItemHandle &value)
 
virtual int64 getMemoryUsage (bool inclusive) const
 
template<>
void coerceValue (exint &result, const exint &src) const
 
template<>
void coerceValue (bool &result, const exint &src) const
 
template<>
void coerceValue (exint &result, const bool &src) const
 
template<>
void coerceValue (bool &result, const bool &src) const
 
template<>
void coerceValue (fpreal &result, const fpreal &src) const
 
template<>
void coerceValue (UT_Vector2D &result, const UT_Vector2D &src) const
 
template<>
void coerceValue (UT_Vector3D &result, const UT_Vector3D &src) const
 
template<>
void coerceValue (UT_Vector4D &result, const UT_Vector4D &src) const
 
template<>
void coerceValue (UT_Matrix2D &result, const UT_Matrix2D &src) const
 
template<>
void coerceValue (UT_Matrix3D &result, const UT_Matrix3D &src) const
 
template<>
void coerceValue (UT_Matrix4D &result, const UT_Matrix4D &src) const
 
template<>
void coerceValue (UT_StringHolder &result, const UT_StringHolder &src) const
 
template<>
void coerceValue (UT_SharedPtr< UT_Ramp > &result, const UT_SharedPtr< UT_Ramp > &src) const
 
template<>
void coerceValue (PRM_DataItemHandle &result, const PRM_DataItemHandle &src) const
 
template<>
void coerceValue (UT_Vector2I &result, const UT_Vector2D &src) const
 
template<>
void coerceValue (UT_Vector2D &result, const UT_Vector2I &src) const
 
template<>
void coerceValue (UT_Vector3I &result, const UT_Vector3D &src) const
 
template<>
void coerceValue (UT_Vector3D &result, const UT_Vector3I &src) const
 
template<>
void coerceValue (UT_Vector4I &result, const UT_Vector4D &src) const
 
template<>
void coerceValue (UT_Vector4D &result, const UT_Vector4I &src) const
 
template<>
exint clampMinValue (fpreal clamp, const exint &src) const
 
template<>
bool clampMinValue (fpreal clamp, const bool &src) const
 
template<>
fpreal clampMinValue (fpreal clamp, const fpreal &src) const
 
template<>
UT_Vector2D clampMinValue (fpreal clamp, const UT_Vector2D &src) const
 
template<>
UT_Vector3D clampMinValue (fpreal clamp, const UT_Vector3D &src) const
 
template<>
UT_Vector4D clampMinValue (fpreal clamp, const UT_Vector4D &src) const
 
template<>
UT_Matrix2D clampMinValue (fpreal clamp, const UT_Matrix2D &src) const
 
template<>
UT_Matrix3D clampMinValue (fpreal clamp, const UT_Matrix3D &src) const
 
template<>
UT_Matrix4D clampMinValue (fpreal clamp, const UT_Matrix4D &src) const
 
template<>
UT_Vector2I clampMinValue (fpreal clamp, const UT_Vector2I &src) const
 
template<>
UT_Vector3I clampMinValue (fpreal clamp, const UT_Vector3I &src) const
 
template<>
UT_Vector4I clampMinValue (fpreal clamp, const UT_Vector4I &src) const
 
template<>
UT_SharedPtr< UT_RampclampMinValue (fpreal clamp, const UT_SharedPtr< UT_Ramp > &src) const
 
template<>
exint clampMaxValue (fpreal clamp, const exint &src) const
 
template<>
bool clampMaxValue (fpreal clamp, const bool &src) const
 
template<>
fpreal clampMaxValue (fpreal clamp, const fpreal &src) const
 
template<>
UT_Vector2D clampMaxValue (fpreal clamp, const UT_Vector2D &src) const
 
template<>
UT_Vector3D clampMaxValue (fpreal clamp, const UT_Vector3D &src) const
 
template<>
UT_Vector4D clampMaxValue (fpreal clamp, const UT_Vector4D &src) const
 
template<>
UT_Matrix2D clampMaxValue (fpreal clamp, const UT_Matrix2D &src) const
 
template<>
UT_Matrix3D clampMaxValue (fpreal clamp, const UT_Matrix3D &src) const
 
template<>
UT_Matrix4D clampMaxValue (fpreal clamp, const UT_Matrix4D &src) const
 
template<>
UT_Vector2I clampMaxValue (fpreal clamp, const UT_Vector2I &src) const
 
template<>
UT_Vector3I clampMaxValue (fpreal clamp, const UT_Vector3I &src) const
 
template<>
UT_Vector4I clampMaxValue (fpreal clamp, const UT_Vector4I &src) const
 

Static Public Member Functions

static int version ()
 
static void loadData (UT_IStream &is, int64 &v)
 
static void loadData (UT_IStream &is, bool &v)
 
static void loadData (UT_IStream &is, fpreal64 &v)
 
static void loadData (UT_IStream &is, UT_Vector2D &v)
 
static void loadData (UT_IStream &is, UT_Vector3D &v)
 
static void loadData (UT_IStream &is, UT_Vector4D &v)
 
static void loadData (UT_IStream &is, UT_Matrix2D &v)
 
static void loadData (UT_IStream &is, UT_Matrix3D &v)
 
static void loadData (UT_IStream &is, UT_Matrix4D &v)
 
static void loadData (UT_IStream &is, UT_Vector2I &v)
 
static void loadData (UT_IStream &is, UT_Vector3I &v)
 
static void loadData (UT_IStream &is, UT_Vector4I &v)
 
static void loadData (UT_IStream &is, UT_StringHolder &v)
 
static void loadData (UT_IStream &is, UT_SharedPtr< UT_Ramp > &v)
 
static void loadData (UT_IStream &is, PRM_DataItemHandle &v)
 
static void saveData (std::ostream &os, int64 v)
 
static void saveData (std::ostream &os, bool v)
 
static void saveData (std::ostream &os, fpreal64 v)
 
static void saveData (std::ostream &os, UT_Vector2D v)
 
static void saveData (std::ostream &os, UT_Vector3D v)
 
static void saveData (std::ostream &os, UT_Vector4D v)
 
static void saveData (std::ostream &os, UT_Matrix2D v)
 
static void saveData (std::ostream &os, UT_Matrix3D v)
 
static void saveData (std::ostream &os, UT_Matrix4D v)
 
static void saveData (std::ostream &os, UT_StringHolder s)
 
static void saveData (std::ostream &os, UT_SharedPtr< UT_Ramp > s)
 
static void saveData (std::ostream &os, PRM_DataItemHandle s)
 
- Static Public Member Functions inherited from SOP_NodeParms
static bool nodeHasGeometryOverride (SOP_Node *node, OP_Context &context)
 

Additional Inherited Members

- Protected Member Functions inherited from OP_NodeParms
 OP_NodeParms (const OP_NodeParms &)=default
 
OP_NodeParmsoperator= (const OP_NodeParms &)=default
 
template<typename T , typename S >
void coerceValue (T &result, const S &src) const
 
template<typename T >
T clampMinValue (fpreal minvalue, const T &src) const
 
template<typename T >
T clampMaxValue (fpreal maxvalue, const T &src) const
 

Detailed Description

Definition at line 187 of file SOP_QuadRemesh.proto.h.

Member Typedef Documentation

Constructor & Destructor Documentation

SOP_QuadRemeshParms::SOP_QuadRemeshParms ( )
inline

Definition at line 192 of file SOP_QuadRemesh.proto.h.

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

Definition at line 242 of file SOP_QuadRemesh.proto.h.

Member Function Documentation

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

Definition at line 305 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 437 of file SOP_QuadRemesh.proto.h.

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

Definition at line 444 of file SOP_QuadRemesh.proto.h.

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

Definition at line 611 of file SOP_QuadRemesh.proto.h.

bool SOP_QuadRemeshParms::getBoundary ( ) const
inline

Definition at line 1466 of file SOP_QuadRemesh.proto.h.

const UT_StringHolder& SOP_QuadRemeshParms::getBoundaryMaskAttrib ( ) const
inline

Definition at line 1496 of file SOP_QuadRemesh.proto.h.

BoundaryMode SOP_QuadRemeshParms::getBoundaryMode ( ) const
inline

Definition at line 1476 of file SOP_QuadRemesh.proto.h.

fpreal64 SOP_QuadRemeshParms::getBoundaryRotation ( ) const
inline

Definition at line 1506 of file SOP_QuadRemesh.proto.h.

fpreal64 SOP_QuadRemeshParms::getConsolidateSeam ( ) const
inline

Definition at line 1366 of file SOP_QuadRemesh.proto.h.

bool SOP_QuadRemeshParms::getCurvature ( ) const
inline

Definition at line 1426 of file SOP_QuadRemesh.proto.h.

const UT_StringHolder& SOP_QuadRemeshParms::getCurvatureMaskAttrib ( ) const
inline

Definition at line 1446 of file SOP_QuadRemesh.proto.h.

fpreal64 SOP_QuadRemeshParms::getCurvatureRotation ( ) const
inline

Definition at line 1456 of file SOP_QuadRemesh.proto.h.

bool SOP_QuadRemeshParms::getDecimation ( ) const
inline

Definition at line 1176 of file SOP_QuadRemesh.proto.h.

int64 SOP_QuadRemeshParms::getDecimationLevel ( ) const
inline

Definition at line 1186 of file SOP_QuadRemesh.proto.h.

bool SOP_QuadRemeshParms::getEnableConsolidateSeam ( ) const
inline

Definition at line 1356 of file SOP_QuadRemesh.proto.h.

bool SOP_QuadRemeshParms::getFeatureBoundaries ( ) const
inline

Definition at line 1376 of file SOP_QuadRemesh.proto.h.

Field SOP_QuadRemeshParms::getField ( ) const
inline

Definition at line 1386 of file SOP_QuadRemesh.proto.h.

const UT_StringHolder& SOP_QuadRemeshParms::getGlobalMask ( ) const
inline

Definition at line 1406 of file SOP_QuadRemesh.proto.h.

fpreal64 SOP_QuadRemeshParms::getGlobalWeight ( ) const
inline

Definition at line 1396 of file SOP_QuadRemesh.proto.h.

const UT_StringHolder& SOP_QuadRemeshParms::getGroup ( ) const
inline

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

bool SOP_QuadRemeshParms::getGuide ( ) const
inline

Definition at line 1516 of file SOP_QuadRemesh.proto.h.

const UT_StringHolder& SOP_QuadRemeshParms::getGuideAttrib ( ) const
inline

Definition at line 1556 of file SOP_QuadRemesh.proto.h.

const UT_StringHolder& SOP_QuadRemeshParms::getGuideMaskAttrib ( ) const
inline

Definition at line 1546 of file SOP_QuadRemesh.proto.h.

GuideMode SOP_QuadRemeshParms::getGuideMode ( ) const
inline

Definition at line 1526 of file SOP_QuadRemesh.proto.h.

fpreal64 SOP_QuadRemeshParms::getLocalBoundaryWeight ( ) const
inline

Definition at line 1486 of file SOP_QuadRemesh.proto.h.

fpreal64 SOP_QuadRemeshParms::getLocalCurvatureWeight ( ) const
inline

Definition at line 1436 of file SOP_QuadRemesh.proto.h.

fpreal64 SOP_QuadRemeshParms::getLocalGuideWeight ( ) const
inline

Definition at line 1536 of file SOP_QuadRemesh.proto.h.

bool SOP_QuadRemeshParms::getMirrorOutput ( ) const
inline

Definition at line 1346 of file SOP_QuadRemesh.proto.h.

exint SOP_QuadRemeshParms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 767 of file SOP_QuadRemesh.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 779 of file SOP_QuadRemesh.proto.h.

ParmType SOP_QuadRemeshParms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 870 of file SOP_QuadRemesh.proto.h.

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

Definition at line 596 of file SOP_QuadRemesh.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 598 of file SOP_QuadRemesh.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 600 of file SOP_QuadRemesh.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 602 of file SOP_QuadRemesh.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 604 of file SOP_QuadRemesh.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 606 of file SOP_QuadRemesh.proto.h.

Output SOP_QuadRemeshParms::getOutput ( ) const
inline

Definition at line 1196 of file SOP_QuadRemesh.proto.h.

ResolutionMode SOP_QuadRemeshParms::getResolutionMode ( ) const
inline

Definition at line 1206 of file SOP_QuadRemesh.proto.h.

int64 SOP_QuadRemeshParms::getResolutionScale ( ) const
inline

Definition at line 1246 of file SOP_QuadRemesh.proto.h.

ResolutionSource SOP_QuadRemeshParms::getResolutionSource ( ) const
inline

Definition at line 1256 of file SOP_QuadRemesh.proto.h.

fpreal64 SOP_QuadRemeshParms::getSymmetryAlignment ( ) const
inline

Definition at line 1416 of file SOP_QuadRemesh.proto.h.

UT_Vector3D SOP_QuadRemeshParms::getSymmetryCenter ( ) const
inline

Definition at line 1276 of file SOP_QuadRemesh.proto.h.

fpreal64 SOP_QuadRemeshParms::getTargetQuadArea ( ) const
inline

Definition at line 1226 of file SOP_QuadRemesh.proto.h.

int64 SOP_QuadRemeshParms::getTargetQuadCount ( ) const
inline

Definition at line 1216 of file SOP_QuadRemesh.proto.h.

fpreal64 SOP_QuadRemeshParms::getTargetTolerance ( ) const
inline

Definition at line 1236 of file SOP_QuadRemesh.proto.h.

fpreal64 SOP_QuadRemeshParms::getTriangleArea ( ) const
inline

Definition at line 1266 of file SOP_QuadRemesh.proto.h.

bool SOP_QuadRemeshParms::getXAxis ( ) const
inline

Definition at line 1286 of file SOP_QuadRemesh.proto.h.

XDirection SOP_QuadRemeshParms::getXDirection ( ) const
inline

Definition at line 1296 of file SOP_QuadRemesh.proto.h.

bool SOP_QuadRemeshParms::getYAxis ( ) const
inline

Definition at line 1306 of file SOP_QuadRemesh.proto.h.

YDirection SOP_QuadRemeshParms::getYDirection ( ) const
inline

Definition at line 1316 of file SOP_QuadRemesh.proto.h.

bool SOP_QuadRemeshParms::getZAxis ( ) const
inline

Definition at line 1326 of file SOP_QuadRemesh.proto.h.

ZDirection SOP_QuadRemeshParms::getZDirection ( ) const
inline

Definition at line 1336 of file SOP_QuadRemesh.proto.h.

bool SOP_QuadRemeshParms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 577 of file SOP_QuadRemesh.proto.h.

bool SOP_QuadRemeshParms::load ( UT_IStream is)
inline

Definition at line 1113 of file SOP_QuadRemesh.proto.h.

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

Definition at line 962 of file SOP_QuadRemesh.proto.h.

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

Definition at line 964 of file SOP_QuadRemesh.proto.h.

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

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

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

Definition at line 968 of file SOP_QuadRemesh.proto.h.

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

Definition at line 970 of file SOP_QuadRemesh.proto.h.

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

Definition at line 973 of file SOP_QuadRemesh.proto.h.

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

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

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

Definition at line 978 of file SOP_QuadRemesh.proto.h.

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

Definition at line 980 of file SOP_QuadRemesh.proto.h.

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

Definition at line 982 of file SOP_QuadRemesh.proto.h.

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

Definition at line 984 of file SOP_QuadRemesh.proto.h.

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

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

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

Definition at line 990 of file SOP_QuadRemesh.proto.h.

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

Definition at line 992 of file SOP_QuadRemesh.proto.h.

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

Definition at line 1003 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

Definition at line 431 of file SOP_QuadRemesh.proto.h.

bool SOP_QuadRemeshParms::opBoundary ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1468 of file SOP_QuadRemesh.proto.h.

UT_StringHolder SOP_QuadRemeshParms::opBoundaryMaskAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1498 of file SOP_QuadRemesh.proto.h.

BoundaryMode SOP_QuadRemeshParms::opBoundaryMode ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1478 of file SOP_QuadRemesh.proto.h.

fpreal64 SOP_QuadRemeshParms::opBoundaryRotation ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1508 of file SOP_QuadRemesh.proto.h.

fpreal64 SOP_QuadRemeshParms::opConsolidateSeam ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1368 of file SOP_QuadRemesh.proto.h.

bool SOP_QuadRemeshParms::opCurvature ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1428 of file SOP_QuadRemesh.proto.h.

UT_StringHolder SOP_QuadRemeshParms::opCurvatureMaskAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1448 of file SOP_QuadRemesh.proto.h.

fpreal64 SOP_QuadRemeshParms::opCurvatureRotation ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1458 of file SOP_QuadRemesh.proto.h.

bool SOP_QuadRemeshParms::opDecimation ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1178 of file SOP_QuadRemesh.proto.h.

int64 SOP_QuadRemeshParms::opDecimationLevel ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1188 of file SOP_QuadRemesh.proto.h.

bool SOP_QuadRemeshParms::opEnableConsolidateSeam ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1358 of file SOP_QuadRemesh.proto.h.

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

Definition at line 289 of file SOP_QuadRemesh.proto.h.

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

Definition at line 244 of file SOP_QuadRemesh.proto.h.

bool SOP_QuadRemeshParms::opFeatureBoundaries ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1378 of file SOP_QuadRemesh.proto.h.

Field SOP_QuadRemeshParms::opField ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1388 of file SOP_QuadRemesh.proto.h.

UT_StringHolder SOP_QuadRemeshParms::opGlobalMask ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1408 of file SOP_QuadRemesh.proto.h.

fpreal64 SOP_QuadRemeshParms::opGlobalWeight ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1398 of file SOP_QuadRemesh.proto.h.

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

Definition at line 1168 of file SOP_QuadRemesh.proto.h.

bool SOP_QuadRemeshParms::opGuide ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1518 of file SOP_QuadRemesh.proto.h.

UT_StringHolder SOP_QuadRemeshParms::opGuideAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1558 of file SOP_QuadRemesh.proto.h.

UT_StringHolder SOP_QuadRemeshParms::opGuideMaskAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1548 of file SOP_QuadRemesh.proto.h.

GuideMode SOP_QuadRemeshParms::opGuideMode ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1528 of file SOP_QuadRemesh.proto.h.

fpreal64 SOP_QuadRemeshParms::opLocalBoundaryWeight ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1488 of file SOP_QuadRemesh.proto.h.

fpreal64 SOP_QuadRemeshParms::opLocalCurvatureWeight ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1438 of file SOP_QuadRemesh.proto.h.

fpreal64 SOP_QuadRemeshParms::opLocalGuideWeight ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1538 of file SOP_QuadRemesh.proto.h.

bool SOP_QuadRemeshParms::opMirrorOutput ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1348 of file SOP_QuadRemesh.proto.h.

Output SOP_QuadRemeshParms::opOutput ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1198 of file SOP_QuadRemesh.proto.h.

ResolutionMode SOP_QuadRemeshParms::opResolutionMode ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1208 of file SOP_QuadRemesh.proto.h.

int64 SOP_QuadRemeshParms::opResolutionScale ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1248 of file SOP_QuadRemesh.proto.h.

ResolutionSource SOP_QuadRemeshParms::opResolutionSource ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1258 of file SOP_QuadRemesh.proto.h.

fpreal64 SOP_QuadRemeshParms::opSymmetryAlignment ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1418 of file SOP_QuadRemesh.proto.h.

UT_Vector3D SOP_QuadRemeshParms::opSymmetryCenter ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1278 of file SOP_QuadRemesh.proto.h.

fpreal64 SOP_QuadRemeshParms::opTargetQuadArea ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1228 of file SOP_QuadRemesh.proto.h.

int64 SOP_QuadRemeshParms::opTargetQuadCount ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1218 of file SOP_QuadRemesh.proto.h.

fpreal64 SOP_QuadRemeshParms::opTargetTolerance ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1238 of file SOP_QuadRemesh.proto.h.

fpreal64 SOP_QuadRemeshParms::opTriangleArea ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1268 of file SOP_QuadRemesh.proto.h.

bool SOP_QuadRemeshParms::opXAxis ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1288 of file SOP_QuadRemesh.proto.h.

XDirection SOP_QuadRemeshParms::opXDirection ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1298 of file SOP_QuadRemesh.proto.h.

bool SOP_QuadRemeshParms::opYAxis ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1308 of file SOP_QuadRemesh.proto.h.

YDirection SOP_QuadRemeshParms::opYDirection ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1318 of file SOP_QuadRemesh.proto.h.

bool SOP_QuadRemeshParms::opZAxis ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1328 of file SOP_QuadRemesh.proto.h.

ZDirection SOP_QuadRemeshParms::opZDirection ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1338 of file SOP_QuadRemesh.proto.h.

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

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

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

Definition at line 1023 of file SOP_QuadRemesh.proto.h.

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

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

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

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

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

Definition at line 1029 of file SOP_QuadRemesh.proto.h.

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

Definition at line 1031 of file SOP_QuadRemesh.proto.h.

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

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

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

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

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

Definition at line 1039 of file SOP_QuadRemesh.proto.h.

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

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

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

Definition at line 1043 of file SOP_QuadRemesh.proto.h.

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

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

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

Definition at line 1052 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setBoundary ( bool  val)
inline

Definition at line 1467 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setBoundaryMaskAttrib ( const UT_StringHolder val)
inline

Definition at line 1497 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setBoundaryMode ( BoundaryMode  val)
inline

Definition at line 1477 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setBoundaryRotation ( fpreal64  val)
inline

Definition at line 1507 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setConsolidateSeam ( fpreal64  val)
inline

Definition at line 1367 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setCurvature ( bool  val)
inline

Definition at line 1427 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setCurvatureMaskAttrib ( const UT_StringHolder val)
inline

Definition at line 1447 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setCurvatureRotation ( fpreal64  val)
inline

Definition at line 1457 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setDecimation ( bool  val)
inline

Definition at line 1177 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setDecimationLevel ( int64  val)
inline

Definition at line 1187 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setEnableConsolidateSeam ( bool  val)
inline

Definition at line 1357 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setFeatureBoundaries ( bool  val)
inline

Definition at line 1377 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setField ( Field  val)
inline

Definition at line 1387 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setGlobalMask ( const UT_StringHolder val)
inline

Definition at line 1407 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setGlobalWeight ( fpreal64  val)
inline

Definition at line 1397 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setGroup ( const UT_StringHolder val)
inline

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

void SOP_QuadRemeshParms::setGuide ( bool  val)
inline

Definition at line 1517 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setGuideAttrib ( const UT_StringHolder val)
inline

Definition at line 1557 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setGuideMaskAttrib ( const UT_StringHolder val)
inline

Definition at line 1547 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setGuideMode ( GuideMode  val)
inline

Definition at line 1527 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setLocalBoundaryWeight ( fpreal64  val)
inline

Definition at line 1487 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setLocalCurvatureWeight ( fpreal64  val)
inline

Definition at line 1437 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setLocalGuideWeight ( fpreal64  val)
inline

Definition at line 1537 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setMirrorOutput ( bool  val)
inline

Definition at line 1347 of file SOP_QuadRemesh.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 744 of file SOP_QuadRemesh.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 746 of file SOP_QuadRemesh.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 748 of file SOP_QuadRemesh.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 750 of file SOP_QuadRemesh.proto.h.

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

Definition at line 762 of file SOP_QuadRemesh.proto.h.

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

Reimplemented from OP_NodeParms.

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

void SOP_QuadRemeshParms::setOutput ( Output  val)
inline

Definition at line 1197 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setResolutionMode ( ResolutionMode  val)
inline

Definition at line 1207 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setResolutionScale ( int64  val)
inline

Definition at line 1247 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setResolutionSource ( ResolutionSource  val)
inline

Definition at line 1257 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setSymmetryAlignment ( fpreal64  val)
inline

Definition at line 1417 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setSymmetryCenter ( UT_Vector3D  val)
inline

Definition at line 1277 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setTargetQuadArea ( fpreal64  val)
inline

Definition at line 1227 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setTargetQuadCount ( int64  val)
inline

Definition at line 1217 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setTargetTolerance ( fpreal64  val)
inline

Definition at line 1237 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setTriangleArea ( fpreal64  val)
inline

Definition at line 1267 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setXAxis ( bool  val)
inline

Definition at line 1287 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setXDirection ( XDirection  val)
inline

Definition at line 1297 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setYAxis ( bool  val)
inline

Definition at line 1307 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setYDirection ( YDirection  val)
inline

Definition at line 1317 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setZAxis ( bool  val)
inline

Definition at line 1327 of file SOP_QuadRemesh.proto.h.

void SOP_QuadRemeshParms::setZDirection ( ZDirection  val)
inline

Definition at line 1337 of file SOP_QuadRemesh.proto.h.

static int SOP_QuadRemeshParms::version ( )
inlinestatic

Definition at line 190 of file SOP_QuadRemesh.proto.h.


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