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

#include <SOP_Tetrahedralize-2.0.proto.h>

+ Inheritance diagram for SOP_Tetrahedralize_2_0Parms:

Public Types

using Batch = SOP_Tetrahedralize_2_0Enums::Batch
 
using Mode = SOP_Tetrahedralize_2_0Enums::Mode
 
using Output = SOP_Tetrahedralize_2_0Enums::Output
 
using Failures = SOP_Tetrahedralize_2_0Enums::Failures
 
- 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_Tetrahedralize_2_0Parms ()
 
 SOP_Tetrahedralize_2_0Parms (const SOP_Tetrahedralize_2_0Parms &)=default
 
SOP_Tetrahedralize_2_0Parmsoperator= (const SOP_Tetrahedralize_2_0Parms &)=default
 
 SOP_Tetrahedralize_2_0Parms (SOP_Tetrahedralize_2_0Parms &&) noexcept=default
 
SOP_Tetrahedralize_2_0Parmsoperator= (SOP_Tetrahedralize_2_0Parms &&) noexcept=default
 
 ~SOP_Tetrahedralize_2_0Parms () override
 
bool operator== (const SOP_Tetrahedralize_2_0Parms &src) const
 
bool operator!= (const SOP_Tetrahedralize_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
 
Batch getBatch () const
 
void setBatch (Batch val)
 
Batch opBatch (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPieceAttrib () const
 
void setPieceAttrib (const UT_StringHolder &val)
 
UT_StringHolder opPieceAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getRemove () const
 
void setRemove (bool val)
 
bool opRemove (const SOP_NodeVerb::CookParms &cookparms) const
 
Mode getMode () const
 
void setMode (Mode val)
 
Mode opMode (const SOP_NodeVerb::CookParms &cookparms) const
 
Output getOutput () const
 
void setOutput (Output val)
 
Output opOutput (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getKeepPrims () const
 
void setKeepPrims (bool val)
 
bool opKeepPrims (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getNoBoundMod () const
 
void setNoBoundMod (bool val)
 
bool opNoBoundMod (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getOneFacePerTet () const
 
void setOneFacePerTet (bool val)
 
bool opOneFacePerTet (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getPropNormal () const
 
void setPropNormal (bool val)
 
bool opPropNormal (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getInternAttrib () const
 
void setInternAttrib (bool val)
 
bool opInternAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseQuality () const
 
void setUseQuality (bool val)
 
bool opUseQuality (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getRadEdgeTol () const
 
void setRadEdgeTol (fpreal64 val)
 
fpreal64 opRadEdgeTol (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getMinDihedralAngle () const
 
void setMinDihedralAngle (fpreal64 val)
 
fpreal64 opMinDihedralAngle (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseTargetSizeAttrib () const
 
void setUseTargetSizeAttrib (bool val)
 
bool opUseTargetSizeAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetTargetSizeAttrib () const
 
void setTargetSizeAttrib (const UT_StringHolder &val)
 
UT_StringHolder opTargetSizeAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseUniformMaxSize () const
 
void setUseUniformMaxSize (bool val)
 
bool opUseUniformMaxSize (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getUniformMaxSize () const
 
void setUniformMaxSize (fpreal64 val)
 
fpreal64 opUniformMaxSize (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseMaxSizeAttrib () const
 
void setUseMaxSizeAttrib (bool val)
 
bool opUseMaxSizeAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetMaxSizeAttrib () const
 
void setMaxSizeAttrib (const UT_StringHolder &val)
 
UT_StringHolder opMaxSizeAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseMaxIter () const
 
void setUseMaxIter (bool val)
 
bool opUseMaxIter (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getMaxIter () const
 
void setMaxIter (int64 val)
 
int64 opMaxIter (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseMaxSteiner () const
 
void setUseMaxSteiner (bool val)
 
bool opUseMaxSteiner (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getMaxSteiner () const
 
void setMaxSteiner (int64 val)
 
int64 opMaxSteiner (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getOptIterations () const
 
void setOptIterations (int64 val)
 
int64 opOptIterations (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getOptEdgeFace () const
 
void setOptEdgeFace (bool val)
 
bool opOptEdgeFace (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getOptVtxSmooth () const
 
void setOptVtxSmooth (bool val)
 
bool opOptVtxSmooth (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getOptVtxMod () const
 
void setOptVtxMod (bool val)
 
bool opOptVtxMod (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseIsectColor () const
 
void setUseIsectColor (bool val)
 
bool opUseIsectColor (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getIsectPolyClr () const
 
void setIsectPolyClr (UT_Vector3D val)
 
UT_Vector3D opIsectPolyClr (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseIsectGrp () const
 
void setUseIsectGrp (bool val)
 
bool opUseIsectGrp (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetIsectPolyGrp () const
 
void setIsectPolyGrp (const UT_StringHolder &val)
 
UT_StringHolder opIsectPolyGrp (const SOP_NodeVerb::CookParms &cookparms) const
 
Failures getFailures () const
 
void setFailures (Failures val)
 
Failures opFailures (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getRandomSeed () const
 
void setRandomSeed (int64 val)
 
int64 opRandomSeed (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getPrecisionTol () const
 
void setPrecisionTol (fpreal64 val)
 
fpreal64 opPrecisionTol (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getDihedralAngleTol () const
 
void setDihedralAngleTol (fpreal64 val)
 
fpreal64 opDihedralAngleTol (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getMaxAttempts () const
 
void setMaxAttempts (int64 val)
 
int64 opMaxAttempts (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseInvalidColor () const
 
void setUseInvalidColor (bool val)
 
bool opUseInvalidColor (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getInvalidPrimClr () const
 
void setInvalidPrimClr (UT_Vector3D val)
 
UT_Vector3D opInvalidPrimClr (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseInvalidGrp () const
 
void setUseInvalidGrp (bool val)
 
bool opUseInvalidGrp (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetInvalidPrimGrp () const
 
void setInvalidPrimGrp (const UT_StringHolder &val)
 
UT_StringHolder opInvalidPrimGrp (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 54 of file SOP_Tetrahedralize-2.0.proto.h.

Member Typedef Documentation

Constructor & Destructor Documentation

SOP_Tetrahedralize_2_0Parms::SOP_Tetrahedralize_2_0Parms ( )
inline

Definition at line 59 of file SOP_Tetrahedralize-2.0.proto.h.

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

Definition at line 110 of file SOP_Tetrahedralize-2.0.proto.h.

Member Function Documentation

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

Definition at line 169 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 304 of file SOP_Tetrahedralize-2.0.proto.h.

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

Definition at line 311 of file SOP_Tetrahedralize-2.0.proto.h.

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

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

Batch SOP_Tetrahedralize_2_0Parms::getBatch ( ) const
inline

Definition at line 1055 of file SOP_Tetrahedralize-2.0.proto.h.

fpreal64 SOP_Tetrahedralize_2_0Parms::getDihedralAngleTol ( ) const
inline

Definition at line 1395 of file SOP_Tetrahedralize-2.0.proto.h.

Failures SOP_Tetrahedralize_2_0Parms::getFailures ( ) const
inline

Definition at line 1365 of file SOP_Tetrahedralize-2.0.proto.h.

const UT_StringHolder& SOP_Tetrahedralize_2_0Parms::getGroup ( ) const
inline

Definition at line 1045 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::getInternAttrib ( ) const
inline

Definition at line 1145 of file SOP_Tetrahedralize-2.0.proto.h.

UT_Vector3D SOP_Tetrahedralize_2_0Parms::getInvalidPrimClr ( ) const
inline

Definition at line 1425 of file SOP_Tetrahedralize-2.0.proto.h.

const UT_StringHolder& SOP_Tetrahedralize_2_0Parms::getInvalidPrimGrp ( ) const
inline

Definition at line 1445 of file SOP_Tetrahedralize-2.0.proto.h.

UT_Vector3D SOP_Tetrahedralize_2_0Parms::getIsectPolyClr ( ) const
inline

Definition at line 1335 of file SOP_Tetrahedralize-2.0.proto.h.

const UT_StringHolder& SOP_Tetrahedralize_2_0Parms::getIsectPolyGrp ( ) const
inline

Definition at line 1355 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::getKeepPrims ( ) const
inline

Definition at line 1105 of file SOP_Tetrahedralize-2.0.proto.h.

int64 SOP_Tetrahedralize_2_0Parms::getMaxAttempts ( ) const
inline

Definition at line 1405 of file SOP_Tetrahedralize-2.0.proto.h.

int64 SOP_Tetrahedralize_2_0Parms::getMaxIter ( ) const
inline

Definition at line 1255 of file SOP_Tetrahedralize-2.0.proto.h.

const UT_StringHolder& SOP_Tetrahedralize_2_0Parms::getMaxSizeAttrib ( ) const
inline

Definition at line 1235 of file SOP_Tetrahedralize-2.0.proto.h.

int64 SOP_Tetrahedralize_2_0Parms::getMaxSteiner ( ) const
inline

Definition at line 1275 of file SOP_Tetrahedralize-2.0.proto.h.

fpreal64 SOP_Tetrahedralize_2_0Parms::getMinDihedralAngle ( ) const
inline

Definition at line 1175 of file SOP_Tetrahedralize-2.0.proto.h.

Mode SOP_Tetrahedralize_2_0Parms::getMode ( ) const
inline

Definition at line 1085 of file SOP_Tetrahedralize-2.0.proto.h.

exint SOP_Tetrahedralize_2_0Parms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

Definition at line 652 of file SOP_Tetrahedralize-2.0.proto.h.

ParmType SOP_Tetrahedralize_2_0Parms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 745 of file SOP_Tetrahedralize-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

Definition at line 458 of file SOP_Tetrahedralize-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 460 of file SOP_Tetrahedralize-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 462 of file SOP_Tetrahedralize-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 464 of file SOP_Tetrahedralize-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 466 of file SOP_Tetrahedralize-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 468 of file SOP_Tetrahedralize-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 470 of file SOP_Tetrahedralize-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 472 of file SOP_Tetrahedralize-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 474 of file SOP_Tetrahedralize-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 476 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::getNoBoundMod ( ) const
inline

Definition at line 1115 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::getOneFacePerTet ( ) const
inline

Definition at line 1125 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::getOptEdgeFace ( ) const
inline

Definition at line 1295 of file SOP_Tetrahedralize-2.0.proto.h.

int64 SOP_Tetrahedralize_2_0Parms::getOptIterations ( ) const
inline

Definition at line 1285 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::getOptVtxMod ( ) const
inline

Definition at line 1315 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::getOptVtxSmooth ( ) const
inline

Definition at line 1305 of file SOP_Tetrahedralize-2.0.proto.h.

Output SOP_Tetrahedralize_2_0Parms::getOutput ( ) const
inline

Definition at line 1095 of file SOP_Tetrahedralize-2.0.proto.h.

const UT_StringHolder& SOP_Tetrahedralize_2_0Parms::getPieceAttrib ( ) const
inline

Definition at line 1065 of file SOP_Tetrahedralize-2.0.proto.h.

fpreal64 SOP_Tetrahedralize_2_0Parms::getPrecisionTol ( ) const
inline

Definition at line 1385 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::getPropNormal ( ) const
inline

Definition at line 1135 of file SOP_Tetrahedralize-2.0.proto.h.

fpreal64 SOP_Tetrahedralize_2_0Parms::getRadEdgeTol ( ) const
inline

Definition at line 1165 of file SOP_Tetrahedralize-2.0.proto.h.

int64 SOP_Tetrahedralize_2_0Parms::getRandomSeed ( ) const
inline

Definition at line 1375 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::getRemove ( ) const
inline

Definition at line 1075 of file SOP_Tetrahedralize-2.0.proto.h.

const UT_StringHolder& SOP_Tetrahedralize_2_0Parms::getTargetSizeAttrib ( ) const
inline

Definition at line 1195 of file SOP_Tetrahedralize-2.0.proto.h.

fpreal64 SOP_Tetrahedralize_2_0Parms::getUniformMaxSize ( ) const
inline

Definition at line 1215 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::getUseInvalidColor ( ) const
inline

Definition at line 1415 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::getUseInvalidGrp ( ) const
inline

Definition at line 1435 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::getUseIsectColor ( ) const
inline

Definition at line 1325 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::getUseIsectGrp ( ) const
inline

Definition at line 1345 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::getUseMaxIter ( ) const
inline

Definition at line 1245 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::getUseMaxSizeAttrib ( ) const
inline

Definition at line 1225 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::getUseMaxSteiner ( ) const
inline

Definition at line 1265 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::getUseQuality ( ) const
inline

Definition at line 1155 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::getUseTargetSizeAttrib ( ) const
inline

Definition at line 1185 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::getUseUniformMaxSize ( ) const
inline

Definition at line 1205 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 447 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::load ( UT_IStream is)
inline

Definition at line 991 of file SOP_Tetrahedralize-2.0.proto.h.

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

Definition at line 839 of file SOP_Tetrahedralize-2.0.proto.h.

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

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

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

Definition at line 843 of file SOP_Tetrahedralize-2.0.proto.h.

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

Definition at line 845 of file SOP_Tetrahedralize-2.0.proto.h.

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

Definition at line 847 of file SOP_Tetrahedralize-2.0.proto.h.

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

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

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

Definition at line 853 of file SOP_Tetrahedralize-2.0.proto.h.

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

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

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

Definition at line 857 of file SOP_Tetrahedralize-2.0.proto.h.

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

Definition at line 859 of file SOP_Tetrahedralize-2.0.proto.h.

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

Definition at line 861 of file SOP_Tetrahedralize-2.0.proto.h.

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

Definition at line 864 of file SOP_Tetrahedralize-2.0.proto.h.

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

Definition at line 867 of file SOP_Tetrahedralize-2.0.proto.h.

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

Definition at line 869 of file SOP_Tetrahedralize-2.0.proto.h.

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

Definition at line 880 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

Definition at line 298 of file SOP_Tetrahedralize-2.0.proto.h.

Batch SOP_Tetrahedralize_2_0Parms::opBatch ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

fpreal64 SOP_Tetrahedralize_2_0Parms::opDihedralAngleTol ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1397 of file SOP_Tetrahedralize-2.0.proto.h.

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

Definition at line 112 of file SOP_Tetrahedralize-2.0.proto.h.

Failures SOP_Tetrahedralize_2_0Parms::opFailures ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1367 of file SOP_Tetrahedralize-2.0.proto.h.

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

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

bool SOP_Tetrahedralize_2_0Parms::opInternAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_Vector3D SOP_Tetrahedralize_2_0Parms::opInvalidPrimClr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1427 of file SOP_Tetrahedralize-2.0.proto.h.

UT_StringHolder SOP_Tetrahedralize_2_0Parms::opInvalidPrimGrp ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1447 of file SOP_Tetrahedralize-2.0.proto.h.

UT_Vector3D SOP_Tetrahedralize_2_0Parms::opIsectPolyClr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1337 of file SOP_Tetrahedralize-2.0.proto.h.

UT_StringHolder SOP_Tetrahedralize_2_0Parms::opIsectPolyGrp ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1357 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::opKeepPrims ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

int64 SOP_Tetrahedralize_2_0Parms::opMaxAttempts ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1407 of file SOP_Tetrahedralize-2.0.proto.h.

int64 SOP_Tetrahedralize_2_0Parms::opMaxIter ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_Tetrahedralize_2_0Parms::opMaxSizeAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

int64 SOP_Tetrahedralize_2_0Parms::opMaxSteiner ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

fpreal64 SOP_Tetrahedralize_2_0Parms::opMinDihedralAngle ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

Mode SOP_Tetrahedralize_2_0Parms::opMode ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::opNoBoundMod ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::opOneFacePerTet ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1127 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::opOptEdgeFace ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1297 of file SOP_Tetrahedralize-2.0.proto.h.

int64 SOP_Tetrahedralize_2_0Parms::opOptIterations ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::opOptVtxMod ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::opOptVtxSmooth ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

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

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

UT_StringHolder SOP_Tetrahedralize_2_0Parms::opPieceAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

fpreal64 SOP_Tetrahedralize_2_0Parms::opPrecisionTol ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1387 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::opPropNormal ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

fpreal64 SOP_Tetrahedralize_2_0Parms::opRadEdgeTol ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

int64 SOP_Tetrahedralize_2_0Parms::opRandomSeed ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::opRemove ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_Tetrahedralize_2_0Parms::opTargetSizeAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

fpreal64 SOP_Tetrahedralize_2_0Parms::opUniformMaxSize ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::opUseInvalidColor ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1417 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::opUseInvalidGrp ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1437 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::opUseIsectColor ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::opUseIsectGrp ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1347 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::opUseMaxIter ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::opUseMaxSizeAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::opUseMaxSteiner ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::opUseQuality ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::opUseTargetSizeAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::opUseUniformMaxSize ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

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

Definition at line 943 of file SOP_Tetrahedralize-2.0.proto.h.

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

Definition at line 900 of file SOP_Tetrahedralize-2.0.proto.h.

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

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

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

Definition at line 904 of file SOP_Tetrahedralize-2.0.proto.h.

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

Definition at line 906 of file SOP_Tetrahedralize-2.0.proto.h.

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

Definition at line 908 of file SOP_Tetrahedralize-2.0.proto.h.

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

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

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

Definition at line 914 of file SOP_Tetrahedralize-2.0.proto.h.

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

Definition at line 916 of file SOP_Tetrahedralize-2.0.proto.h.

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

Definition at line 918 of file SOP_Tetrahedralize-2.0.proto.h.

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

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

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

Definition at line 922 of file SOP_Tetrahedralize-2.0.proto.h.

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

Definition at line 929 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setBatch ( Batch  val)
inline

Definition at line 1056 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setDihedralAngleTol ( fpreal64  val)
inline

Definition at line 1396 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setFailures ( Failures  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setGroup ( const UT_StringHolder val)
inline

Definition at line 1046 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setInternAttrib ( bool  val)
inline

Definition at line 1146 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setInvalidPrimClr ( UT_Vector3D  val)
inline

Definition at line 1426 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setInvalidPrimGrp ( const UT_StringHolder val)
inline

Definition at line 1446 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setIsectPolyClr ( UT_Vector3D  val)
inline

Definition at line 1336 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setIsectPolyGrp ( const UT_StringHolder val)
inline

Definition at line 1356 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setKeepPrims ( bool  val)
inline

Definition at line 1106 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setMaxAttempts ( int64  val)
inline

Definition at line 1406 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setMaxIter ( int64  val)
inline

Definition at line 1256 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setMaxSizeAttrib ( const UT_StringHolder val)
inline

Definition at line 1236 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setMaxSteiner ( int64  val)
inline

Definition at line 1276 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setMinDihedralAngle ( fpreal64  val)
inline

Definition at line 1176 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setMode ( Mode  val)
inline

Definition at line 1086 of file SOP_Tetrahedralize-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 617 of file SOP_Tetrahedralize-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 619 of file SOP_Tetrahedralize-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 621 of file SOP_Tetrahedralize-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 623 of file SOP_Tetrahedralize-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 625 of file SOP_Tetrahedralize-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 627 of file SOP_Tetrahedralize-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 629 of file SOP_Tetrahedralize-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 631 of file SOP_Tetrahedralize-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 633 of file SOP_Tetrahedralize-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 635 of file SOP_Tetrahedralize-2.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 637 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setNoBoundMod ( bool  val)
inline

Definition at line 1116 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setOneFacePerTet ( bool  val)
inline

Definition at line 1126 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setOptEdgeFace ( bool  val)
inline

Definition at line 1296 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setOptIterations ( int64  val)
inline

Definition at line 1286 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setOptVtxMod ( bool  val)
inline

Definition at line 1316 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setOptVtxSmooth ( bool  val)
inline

Definition at line 1306 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setOutput ( Output  val)
inline

Definition at line 1096 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setPieceAttrib ( const UT_StringHolder val)
inline

Definition at line 1066 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setPrecisionTol ( fpreal64  val)
inline

Definition at line 1386 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setPropNormal ( bool  val)
inline

Definition at line 1136 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setRadEdgeTol ( fpreal64  val)
inline

Definition at line 1166 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setRandomSeed ( int64  val)
inline

Definition at line 1376 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setRemove ( bool  val)
inline

Definition at line 1076 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setTargetSizeAttrib ( const UT_StringHolder val)
inline

Definition at line 1196 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setUniformMaxSize ( fpreal64  val)
inline

Definition at line 1216 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setUseInvalidColor ( bool  val)
inline

Definition at line 1416 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setUseInvalidGrp ( bool  val)
inline

Definition at line 1436 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setUseIsectColor ( bool  val)
inline

Definition at line 1326 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setUseIsectGrp ( bool  val)
inline

Definition at line 1346 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setUseMaxIter ( bool  val)
inline

Definition at line 1246 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setUseMaxSizeAttrib ( bool  val)
inline

Definition at line 1226 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setUseMaxSteiner ( bool  val)
inline

Definition at line 1266 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setUseQuality ( bool  val)
inline

Definition at line 1156 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setUseTargetSizeAttrib ( bool  val)
inline

Definition at line 1186 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setUseUniformMaxSize ( bool  val)
inline

Definition at line 1206 of file SOP_Tetrahedralize-2.0.proto.h.

static int SOP_Tetrahedralize_2_0Parms::version ( )
inlinestatic

Definition at line 57 of file SOP_Tetrahedralize-2.0.proto.h.


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