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 UT_StringHolder baseGetSignature () const
 
virtual void baseSetSignature (const UT_StringHolder &sig)
 
virtual int64 getMemoryUsage (bool inclusive) const
 
template<>
void coerceValue (exint &result, const exint &src) const
 
template<>
void coerceValue (bool &result, const exint &src) const
 
template<>
void coerceValue (exint &result, const bool &src) const
 
template<>
void coerceValue (bool &result, const bool &src) const
 
template<>
void coerceValue (fpreal &result, const fpreal &src) const
 
template<>
void coerceValue (UT_Vector2D &result, const UT_Vector2D &src) const
 
template<>
void coerceValue (UT_Vector3D &result, const UT_Vector3D &src) const
 
template<>
void coerceValue (UT_Vector4D &result, const UT_Vector4D &src) const
 
template<>
void coerceValue (UT_Matrix2D &result, const UT_Matrix2D &src) const
 
template<>
void coerceValue (UT_Matrix3D &result, const UT_Matrix3D &src) const
 
template<>
void coerceValue (UT_Matrix4D &result, const UT_Matrix4D &src) const
 
template<>
void coerceValue (UT_StringHolder &result, const UT_StringHolder &src) const
 
template<>
void coerceValue (UT_SharedPtr< UT_Ramp > &result, const UT_SharedPtr< UT_Ramp > &src) const
 
template<>
void coerceValue (PRM_DataItemHandle &result, const PRM_DataItemHandle &src) const
 
template<>
void coerceValue (UT_Vector2I &result, const UT_Vector2D &src) const
 
template<>
void coerceValue (UT_Vector2D &result, const UT_Vector2I &src) const
 
template<>
void coerceValue (UT_Vector3I &result, const UT_Vector3D &src) const
 
template<>
void coerceValue (UT_Vector3D &result, const UT_Vector3I &src) const
 
template<>
void coerceValue (UT_Vector4I &result, const UT_Vector4D &src) const
 
template<>
void coerceValue (UT_Vector4D &result, const UT_Vector4I &src) const
 
template<>
exint clampMinValue (fpreal clamp, const exint &src) const
 
template<>
bool clampMinValue (fpreal clamp, const bool &src) const
 
template<>
fpreal clampMinValue (fpreal clamp, const fpreal &src) const
 
template<>
UT_Vector2D clampMinValue (fpreal clamp, const UT_Vector2D &src) const
 
template<>
UT_Vector3D clampMinValue (fpreal clamp, const UT_Vector3D &src) const
 
template<>
UT_Vector4D clampMinValue (fpreal clamp, const UT_Vector4D &src) const
 
template<>
UT_Matrix2D clampMinValue (fpreal clamp, const UT_Matrix2D &src) const
 
template<>
UT_Matrix3D clampMinValue (fpreal clamp, const UT_Matrix3D &src) const
 
template<>
UT_Matrix4D clampMinValue (fpreal clamp, const UT_Matrix4D &src) const
 
template<>
UT_Vector2I clampMinValue (fpreal clamp, const UT_Vector2I &src) const
 
template<>
UT_Vector3I clampMinValue (fpreal clamp, const UT_Vector3I &src) const
 
template<>
UT_Vector4I clampMinValue (fpreal clamp, const UT_Vector4I &src) const
 
template<>
UT_SharedPtr< UT_RampclampMinValue (fpreal clamp, const UT_SharedPtr< UT_Ramp > &src) const
 
template<>
exint clampMaxValue (fpreal clamp, const exint &src) const
 
template<>
bool clampMaxValue (fpreal clamp, const bool &src) const
 
template<>
fpreal clampMaxValue (fpreal clamp, const fpreal &src) const
 
template<>
UT_Vector2D clampMaxValue (fpreal clamp, const UT_Vector2D &src) const
 
template<>
UT_Vector3D clampMaxValue (fpreal clamp, const UT_Vector3D &src) const
 
template<>
UT_Vector4D clampMaxValue (fpreal clamp, const UT_Vector4D &src) const
 
template<>
UT_Matrix2D clampMaxValue (fpreal clamp, const UT_Matrix2D &src) const
 
template<>
UT_Matrix3D clampMaxValue (fpreal clamp, const UT_Matrix3D &src) const
 
template<>
UT_Matrix4D clampMaxValue (fpreal clamp, const UT_Matrix4D &src) const
 
template<>
UT_Vector2I clampMaxValue (fpreal clamp, const UT_Vector2I &src) const
 
template<>
UT_Vector3I clampMaxValue (fpreal clamp, const UT_Vector3I &src) const
 
template<>
UT_Vector4I clampMaxValue (fpreal clamp, const UT_Vector4I &src) const
 

Static Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Definition at line 108 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 113 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 164 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 226 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 361 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 368 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 538 of file SOP_Tetrahedralize-2.0.proto.h.

Batch SOP_Tetrahedralize_2_0Parms::getBatch ( ) const
inline

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

fpreal64 SOP_Tetrahedralize_2_0Parms::getDihedralAngleTol ( ) const
inline

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

Failures SOP_Tetrahedralize_2_0Parms::getFailures ( ) const
inline

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

const UT_StringHolder& SOP_Tetrahedralize_2_0Parms::getGroup ( ) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::getInternAttrib ( ) const
inline

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

UT_Vector3D SOP_Tetrahedralize_2_0Parms::getInvalidPrimClr ( ) const
inline

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

const UT_StringHolder& SOP_Tetrahedralize_2_0Parms::getInvalidPrimGrp ( ) const
inline

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

UT_Vector3D SOP_Tetrahedralize_2_0Parms::getIsectPolyClr ( ) const
inline

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

const UT_StringHolder& SOP_Tetrahedralize_2_0Parms::getIsectPolyGrp ( ) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::getKeepPrims ( ) const
inline

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

int64 SOP_Tetrahedralize_2_0Parms::getMaxAttempts ( ) const
inline

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

int64 SOP_Tetrahedralize_2_0Parms::getMaxIter ( ) const
inline

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

const UT_StringHolder& SOP_Tetrahedralize_2_0Parms::getMaxSizeAttrib ( ) const
inline

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

int64 SOP_Tetrahedralize_2_0Parms::getMaxSteiner ( ) const
inline

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

fpreal64 SOP_Tetrahedralize_2_0Parms::getMinDihedralAngle ( ) const
inline

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

Mode SOP_Tetrahedralize_2_0Parms::getMode ( ) const
inline

Definition at line 1142 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 697 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 709 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 802 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 513 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 515 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 517 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 519 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 521 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 523 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 525 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 527 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 529 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 531 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 533 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::getNoBoundMod ( ) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::getOneFacePerTet ( ) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::getOptEdgeFace ( ) const
inline

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

int64 SOP_Tetrahedralize_2_0Parms::getOptIterations ( ) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::getOptVtxMod ( ) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::getOptVtxSmooth ( ) const
inline

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

Output SOP_Tetrahedralize_2_0Parms::getOutput ( ) const
inline

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

const UT_StringHolder& SOP_Tetrahedralize_2_0Parms::getPieceAttrib ( ) const
inline

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

fpreal64 SOP_Tetrahedralize_2_0Parms::getPrecisionTol ( ) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::getPropNormal ( ) const
inline

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

fpreal64 SOP_Tetrahedralize_2_0Parms::getRadEdgeTol ( ) const
inline

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

int64 SOP_Tetrahedralize_2_0Parms::getRandomSeed ( ) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::getRemove ( ) const
inline

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

const UT_StringHolder& SOP_Tetrahedralize_2_0Parms::getTargetSizeAttrib ( ) const
inline

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

fpreal64 SOP_Tetrahedralize_2_0Parms::getUniformMaxSize ( ) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::getUseInvalidColor ( ) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::getUseInvalidGrp ( ) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::getUseIsectColor ( ) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::getUseIsectGrp ( ) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::getUseMaxIter ( ) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::getUseMaxSizeAttrib ( ) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::getUseMaxSteiner ( ) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::getUseQuality ( ) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::getUseTargetSizeAttrib ( ) const
inline

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

bool SOP_Tetrahedralize_2_0Parms::getUseUniformMaxSize ( ) const
inline

Definition at line 1262 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 504 of file SOP_Tetrahedralize-2.0.proto.h.

bool SOP_Tetrahedralize_2_0Parms::load ( UT_IStream is)
inline

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

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

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

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

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

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

Definition at line 900 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 902 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 904 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 907 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 910 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 912 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 914 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 916 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 918 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 921 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 924 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 926 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 937 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

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

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

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

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

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

Definition at line 215 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 166 of file SOP_Tetrahedralize-2.0.proto.h.

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

Definition at line 1424 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 1104 of file SOP_Tetrahedralize-2.0.proto.h.

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

Definition at line 1204 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 1484 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 1504 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 1394 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 1414 of file SOP_Tetrahedralize-2.0.proto.h.

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

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

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

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

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

Definition at line 1314 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 1294 of file SOP_Tetrahedralize-2.0.proto.h.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Definition at line 1154 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 1124 of file SOP_Tetrahedralize-2.0.proto.h.

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

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

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

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

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

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

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

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

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

Definition at line 1134 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 1254 of file SOP_Tetrahedralize-2.0.proto.h.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Definition at line 961 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 963 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 965 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 968 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 971 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 973 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 975 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 977 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 979 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 986 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setBatch ( Batch  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setDihedralAngleTol ( fpreal64  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setFailures ( Failures  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setGroup ( const UT_StringHolder val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setInternAttrib ( bool  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setInvalidPrimClr ( UT_Vector3D  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setInvalidPrimGrp ( const UT_StringHolder val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setIsectPolyClr ( UT_Vector3D  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setIsectPolyGrp ( const UT_StringHolder val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setKeepPrims ( bool  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setMaxAttempts ( int64  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setMaxIter ( int64  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setMaxSizeAttrib ( const UT_StringHolder val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setMaxSteiner ( int64  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setMinDihedralAngle ( fpreal64  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setMode ( Mode  val)
inline

Definition at line 1143 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 674 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 676 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 678 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 680 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 682 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 684 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 686 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 688 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 690 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 692 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 694 of file SOP_Tetrahedralize-2.0.proto.h.

void SOP_Tetrahedralize_2_0Parms::setNoBoundMod ( bool  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setOneFacePerTet ( bool  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setOptEdgeFace ( bool  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setOptIterations ( int64  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setOptVtxMod ( bool  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setOptVtxSmooth ( bool  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setOutput ( Output  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setPieceAttrib ( const UT_StringHolder val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setPrecisionTol ( fpreal64  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setPropNormal ( bool  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setRadEdgeTol ( fpreal64  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setRandomSeed ( int64  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setRemove ( bool  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setTargetSizeAttrib ( const UT_StringHolder val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setUniformMaxSize ( fpreal64  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setUseInvalidColor ( bool  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setUseInvalidGrp ( bool  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setUseIsectColor ( bool  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setUseIsectGrp ( bool  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setUseMaxIter ( bool  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setUseMaxSizeAttrib ( bool  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setUseMaxSteiner ( bool  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setUseQuality ( bool  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setUseTargetSizeAttrib ( bool  val)
inline

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

void SOP_Tetrahedralize_2_0Parms::setUseUniformMaxSize ( bool  val)
inline

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

static int SOP_Tetrahedralize_2_0Parms::version ( )
inlinestatic

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


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