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

#include <SOP_LinearSolver.proto.h>

+ Inheritance diagram for SOP_LinearSolverParms:

Public Types

using Mode = SOP_LinearSolverEnums::Mode
 
using Precision = SOP_LinearSolverEnums::Precision
 
using DenseDirectSolver = SOP_LinearSolverEnums::DenseDirectSolver
 
using SparseDirectSolver = SOP_LinearSolverEnums::SparseDirectSolver
 
using SparseDirectSolverBackend = SOP_LinearSolverEnums::SparseDirectSolverBackend
 
using IterativeSolver = SOP_LinearSolverEnums::IterativeSolver
 
using DensePreconditioner = SOP_LinearSolverEnums::DensePreconditioner
 
using SparsePreconditioner = SOP_LinearSolverEnums::SparsePreconditioner
 
using SpectraEigensolver = SOP_LinearSolverEnums::SpectraEigensolver
 
using MatrixStorage = SOP_LinearSolverEnums::MatrixStorage
 
using VolumeEncoding = SOP_LinearSolverEnums::VolumeEncoding
 
using PointsPrimsEncoding = SOP_LinearSolverEnums::PointsPrimsEncoding
 
using DetailEncoding = SOP_LinearSolverEnums::DetailEncoding
 
using VectorSrcStorage = SOP_LinearSolverEnums::VectorSrcStorage
 
using VectorDstStorage = SOP_LinearSolverEnums::VectorDstStorage
 
- 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_LinearSolverParms ()
 
 SOP_LinearSolverParms (const SOP_LinearSolverParms &)=default
 
SOP_LinearSolverParmsoperator= (const SOP_LinearSolverParms &)=default
 
 SOP_LinearSolverParms (SOP_LinearSolverParms &&) noexcept=default
 
SOP_LinearSolverParmsoperator= (SOP_LinearSolverParms &&) noexcept=default
 
 ~SOP_LinearSolverParms () override
 
bool operator== (const SOP_LinearSolverParms &src) const
 
bool operator!= (const SOP_LinearSolverParms &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)
 
Mode getMode () const
 
void setMode (Mode val)
 
Mode opMode (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getCookInplace () const
 
void setCookInplace (bool val)
 
bool opCookInplace (const SOP_NodeVerb::CookParms &cookparms) const
 
Precision getPrecision () const
 
void setPrecision (Precision val)
 
Precision opPrecision (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseIterativeSolver () const
 
void setUseIterativeSolver (bool val)
 
bool opUseIterativeSolver (const SOP_NodeVerb::CookParms &cookparms) const
 
IterativeSolver getIterativeSolver () const
 
void setIterativeSolver (IterativeSolver val)
 
IterativeSolver opIterativeSolver (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getSolveWithGuess () const
 
void setSolveWithGuess (bool val)
 
bool opSolveWithGuess (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseEigensolver () const
 
void setUseEigensolver (bool val)
 
bool opUseEigensolver (const SOP_NodeVerb::CookParms &cookparms) const
 
SpectraEigensolver getSpectraEigensolver () const
 
void setSpectraEigensolver (SpectraEigensolver val)
 
SpectraEigensolver opSpectraEigensolver (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getNumEigenpairs () const
 
void setNumEigenpairs (int64 val)
 
int64 opNumEigenpairs (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getShift () const
 
void setShift (fpreal64 val)
 
fpreal64 opShift (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getSolverTolerance () const
 
void setSolverTolerance (fpreal64 val)
 
fpreal64 opSolverTolerance (const SOP_NodeVerb::CookParms &cookparms) const
 
MatrixStorage getMatrixStorage () const
 
void setMatrixStorage (MatrixStorage val)
 
MatrixStorage opMatrixStorage (const SOP_NodeVerb::CookParms &cookparms) const
 
VolumeEncoding getVolumeEncoding () const
 
void setVolumeEncoding (VolumeEncoding val)
 
VolumeEncoding opVolumeEncoding (const SOP_NodeVerb::CookParms &cookparms) const
 
PointsPrimsEncoding getPointsPrimsEncoding () const
 
void setPointsPrimsEncoding (PointsPrimsEncoding val)
 
PointsPrimsEncoding opPointsPrimsEncoding (const SOP_NodeVerb::CookParms &cookparms) const
 
DetailEncoding getDetailEncoding () const
 
void setDetailEncoding (DetailEncoding val)
 
DetailEncoding opDetailEncoding (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getSquareMatrix () const
 
void setSquareMatrix (bool val)
 
bool opSquareMatrix (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getRows () const
 
void setRows (int64 val)
 
int64 opRows (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getCols () const
 
void setCols (int64 val)
 
int64 opCols (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetRowAttribute () const
 
void setRowAttribute (const UT_StringHolder &val)
 
UT_StringHolder opRowAttribute (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetColAttribute () const
 
void setColAttribute (const UT_StringHolder &val)
 
UT_StringHolder opColAttribute (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetMatrixValueAttribute () const
 
void setMatrixValueAttribute (const UT_StringHolder &val)
 
UT_StringHolder opMatrixValueAttribute (const SOP_NodeVerb::CookParms &cookparms) const
 
VectorSrcStorage getVectorSrcStorage () const
 
void setVectorSrcStorage (VectorSrcStorage val)
 
VectorSrcStorage opVectorSrcStorage (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetVectorSrcAttribute () const
 
void setVectorSrcAttribute (const UT_StringHolder &val)
 
UT_StringHolder opVectorSrcAttribute (const SOP_NodeVerb::CookParms &cookparms) const
 
VectorDstStorage getVectorDstStorage () const
 
void setVectorDstStorage (VectorDstStorage val)
 
VectorDstStorage opVectorDstStorage (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetVectorDstAttribute () const
 
void setVectorDstAttribute (const UT_StringHolder &val)
 
UT_StringHolder opVectorDstAttribute (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPinnedGroup () const
 
void setPinnedGroup (const UT_StringHolder &val)
 
UT_StringHolder opPinnedGroup (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getReduceRows () const
 
void setReduceRows (bool val)
 
bool opReduceRows (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getScale () const
 
void setScale (fpreal64 val)
 
fpreal64 opScale (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getAccumulateResult () const
 
void setAccumulateResult (bool val)
 
bool opAccumulateResult (const SOP_NodeVerb::CookParms &cookparms) const
 
DenseDirectSolver getDenseDirectSolver () const
 
void setDenseDirectSolver (DenseDirectSolver val)
 
DenseDirectSolver opDenseDirectSolver (const SOP_NodeVerb::CookParms &cookparms) const
 
SparseDirectSolver getSparseDirectSolver () const
 
void setSparseDirectSolver (SparseDirectSolver val)
 
SparseDirectSolver opSparseDirectSolver (const SOP_NodeVerb::CookParms &cookparms) const
 
SparseDirectSolverBackend getSparseDirectSolverBackend () const
 
void setSparseDirectSolverBackend (SparseDirectSolverBackend val)
 
SparseDirectSolverBackend opSparseDirectSolverBackend (const SOP_NodeVerb::CookParms &cookparms) const
 
DensePreconditioner getDensePreconditioner () const
 
void setDensePreconditioner (DensePreconditioner val)
 
DensePreconditioner opDensePreconditioner (const SOP_NodeVerb::CookParms &cookparms) const
 
SparsePreconditioner getSparsePreconditioner () const
 
void setSparsePreconditioner (SparsePreconditioner val)
 
SparsePreconditioner opSparsePreconditioner (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 135 of file SOP_LinearSolver.proto.h.

Member Typedef Documentation

Constructor & Destructor Documentation

SOP_LinearSolverParms::SOP_LinearSolverParms ( )
inline

Definition at line 140 of file SOP_LinearSolver.proto.h.

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

Definition at line 184 of file SOP_LinearSolver.proto.h.

Member Function Documentation

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

Definition at line 247 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 361 of file SOP_LinearSolver.proto.h.

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

Definition at line 368 of file SOP_LinearSolver.proto.h.

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

Definition at line 517 of file SOP_LinearSolver.proto.h.

bool SOP_LinearSolverParms::getAccumulateResult ( ) const
inline

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

const UT_StringHolder& SOP_LinearSolverParms::getColAttribute ( ) const
inline

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

int64 SOP_LinearSolverParms::getCols ( ) const
inline

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

bool SOP_LinearSolverParms::getCookInplace ( ) const
inline

Definition at line 1028 of file SOP_LinearSolver.proto.h.

DenseDirectSolver SOP_LinearSolverParms::getDenseDirectSolver ( ) const
inline

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

DensePreconditioner SOP_LinearSolverParms::getDensePreconditioner ( ) const
inline

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

DetailEncoding SOP_LinearSolverParms::getDetailEncoding ( ) const
inline

Definition at line 1158 of file SOP_LinearSolver.proto.h.

IterativeSolver SOP_LinearSolverParms::getIterativeSolver ( ) const
inline

Definition at line 1058 of file SOP_LinearSolver.proto.h.

MatrixStorage SOP_LinearSolverParms::getMatrixStorage ( ) const
inline

Definition at line 1128 of file SOP_LinearSolver.proto.h.

const UT_StringHolder& SOP_LinearSolverParms::getMatrixValueAttribute ( ) const
inline

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

Mode SOP_LinearSolverParms::getMode ( ) const
inline

Definition at line 1018 of file SOP_LinearSolver.proto.h.

exint SOP_LinearSolverParms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 655 of file SOP_LinearSolver.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 667 of file SOP_LinearSolver.proto.h.

ParmType SOP_LinearSolverParms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

Definition at line 492 of file SOP_LinearSolver.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 494 of file SOP_LinearSolver.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 496 of file SOP_LinearSolver.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 498 of file SOP_LinearSolver.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 500 of file SOP_LinearSolver.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 502 of file SOP_LinearSolver.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 504 of file SOP_LinearSolver.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 506 of file SOP_LinearSolver.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 508 of file SOP_LinearSolver.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 510 of file SOP_LinearSolver.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 512 of file SOP_LinearSolver.proto.h.

int64 SOP_LinearSolverParms::getNumEigenpairs ( ) const
inline

Definition at line 1098 of file SOP_LinearSolver.proto.h.

const UT_StringHolder& SOP_LinearSolverParms::getPinnedGroup ( ) const
inline

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

PointsPrimsEncoding SOP_LinearSolverParms::getPointsPrimsEncoding ( ) const
inline

Definition at line 1148 of file SOP_LinearSolver.proto.h.

Precision SOP_LinearSolverParms::getPrecision ( ) const
inline

Definition at line 1038 of file SOP_LinearSolver.proto.h.

bool SOP_LinearSolverParms::getReduceRows ( ) const
inline

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

const UT_StringHolder& SOP_LinearSolverParms::getRowAttribute ( ) const
inline

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

int64 SOP_LinearSolverParms::getRows ( ) const
inline

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

fpreal64 SOP_LinearSolverParms::getScale ( ) const
inline

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

fpreal64 SOP_LinearSolverParms::getShift ( ) const
inline

Definition at line 1108 of file SOP_LinearSolver.proto.h.

fpreal64 SOP_LinearSolverParms::getSolverTolerance ( ) const
inline

Definition at line 1118 of file SOP_LinearSolver.proto.h.

bool SOP_LinearSolverParms::getSolveWithGuess ( ) const
inline

Definition at line 1068 of file SOP_LinearSolver.proto.h.

SparseDirectSolver SOP_LinearSolverParms::getSparseDirectSolver ( ) const
inline

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

SparseDirectSolverBackend SOP_LinearSolverParms::getSparseDirectSolverBackend ( ) const
inline

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

SparsePreconditioner SOP_LinearSolverParms::getSparsePreconditioner ( ) const
inline

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

SpectraEigensolver SOP_LinearSolverParms::getSpectraEigensolver ( ) const
inline

Definition at line 1088 of file SOP_LinearSolver.proto.h.

bool SOP_LinearSolverParms::getSquareMatrix ( ) const
inline

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

bool SOP_LinearSolverParms::getUseEigensolver ( ) const
inline

Definition at line 1078 of file SOP_LinearSolver.proto.h.

bool SOP_LinearSolverParms::getUseIterativeSolver ( ) const
inline

Definition at line 1048 of file SOP_LinearSolver.proto.h.

const UT_StringHolder& SOP_LinearSolverParms::getVectorDstAttribute ( ) const
inline

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

VectorDstStorage SOP_LinearSolverParms::getVectorDstStorage ( ) const
inline

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

const UT_StringHolder& SOP_LinearSolverParms::getVectorSrcAttribute ( ) const
inline

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

VectorSrcStorage SOP_LinearSolverParms::getVectorSrcStorage ( ) const
inline

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

VolumeEncoding SOP_LinearSolverParms::getVolumeEncoding ( ) const
inline

Definition at line 1138 of file SOP_LinearSolver.proto.h.

bool SOP_LinearSolverParms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 483 of file SOP_LinearSolver.proto.h.

bool SOP_LinearSolverParms::load ( UT_IStream is)
inline

Definition at line 971 of file SOP_LinearSolver.proto.h.

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

Definition at line 826 of file SOP_LinearSolver.proto.h.

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

Definition at line 828 of file SOP_LinearSolver.proto.h.

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

Definition at line 830 of file SOP_LinearSolver.proto.h.

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

Definition at line 832 of file SOP_LinearSolver.proto.h.

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

Definition at line 834 of file SOP_LinearSolver.proto.h.

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

Definition at line 837 of file SOP_LinearSolver.proto.h.

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

Definition at line 840 of file SOP_LinearSolver.proto.h.

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

Definition at line 842 of file SOP_LinearSolver.proto.h.

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

Definition at line 844 of file SOP_LinearSolver.proto.h.

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

Definition at line 846 of file SOP_LinearSolver.proto.h.

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

Definition at line 848 of file SOP_LinearSolver.proto.h.

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

Definition at line 851 of file SOP_LinearSolver.proto.h.

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

Definition at line 854 of file SOP_LinearSolver.proto.h.

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

Definition at line 856 of file SOP_LinearSolver.proto.h.

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

Definition at line 867 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

Definition at line 355 of file SOP_LinearSolver.proto.h.

bool SOP_LinearSolverParms::opAccumulateResult ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1300 of file SOP_LinearSolver.proto.h.

UT_StringHolder SOP_LinearSolverParms::opColAttribute ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1210 of file SOP_LinearSolver.proto.h.

int64 SOP_LinearSolverParms::opCols ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1190 of file SOP_LinearSolver.proto.h.

bool SOP_LinearSolverParms::opCookInplace ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1030 of file SOP_LinearSolver.proto.h.

DenseDirectSolver SOP_LinearSolverParms::opDenseDirectSolver ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1310 of file SOP_LinearSolver.proto.h.

DensePreconditioner SOP_LinearSolverParms::opDensePreconditioner ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1340 of file SOP_LinearSolver.proto.h.

DetailEncoding SOP_LinearSolverParms::opDetailEncoding ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1160 of file SOP_LinearSolver.proto.h.

Definition at line 225 of file SOP_LinearSolver.proto.h.

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

Definition at line 186 of file SOP_LinearSolver.proto.h.

IterativeSolver SOP_LinearSolverParms::opIterativeSolver ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1060 of file SOP_LinearSolver.proto.h.

MatrixStorage SOP_LinearSolverParms::opMatrixStorage ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1130 of file SOP_LinearSolver.proto.h.

UT_StringHolder SOP_LinearSolverParms::opMatrixValueAttribute ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1220 of file SOP_LinearSolver.proto.h.

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

Definition at line 1020 of file SOP_LinearSolver.proto.h.

int64 SOP_LinearSolverParms::opNumEigenpairs ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1100 of file SOP_LinearSolver.proto.h.

UT_StringHolder SOP_LinearSolverParms::opPinnedGroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1270 of file SOP_LinearSolver.proto.h.

PointsPrimsEncoding SOP_LinearSolverParms::opPointsPrimsEncoding ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1150 of file SOP_LinearSolver.proto.h.

Precision SOP_LinearSolverParms::opPrecision ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1040 of file SOP_LinearSolver.proto.h.

bool SOP_LinearSolverParms::opReduceRows ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1280 of file SOP_LinearSolver.proto.h.

UT_StringHolder SOP_LinearSolverParms::opRowAttribute ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1200 of file SOP_LinearSolver.proto.h.

int64 SOP_LinearSolverParms::opRows ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1180 of file SOP_LinearSolver.proto.h.

fpreal64 SOP_LinearSolverParms::opScale ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1290 of file SOP_LinearSolver.proto.h.

fpreal64 SOP_LinearSolverParms::opShift ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1110 of file SOP_LinearSolver.proto.h.

fpreal64 SOP_LinearSolverParms::opSolverTolerance ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1120 of file SOP_LinearSolver.proto.h.

bool SOP_LinearSolverParms::opSolveWithGuess ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1070 of file SOP_LinearSolver.proto.h.

SparseDirectSolver SOP_LinearSolverParms::opSparseDirectSolver ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1320 of file SOP_LinearSolver.proto.h.

SparseDirectSolverBackend SOP_LinearSolverParms::opSparseDirectSolverBackend ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1330 of file SOP_LinearSolver.proto.h.

SparsePreconditioner SOP_LinearSolverParms::opSparsePreconditioner ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1350 of file SOP_LinearSolver.proto.h.

SpectraEigensolver SOP_LinearSolverParms::opSpectraEigensolver ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1090 of file SOP_LinearSolver.proto.h.

bool SOP_LinearSolverParms::opSquareMatrix ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1170 of file SOP_LinearSolver.proto.h.

bool SOP_LinearSolverParms::opUseEigensolver ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1080 of file SOP_LinearSolver.proto.h.

bool SOP_LinearSolverParms::opUseIterativeSolver ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1050 of file SOP_LinearSolver.proto.h.

UT_StringHolder SOP_LinearSolverParms::opVectorDstAttribute ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1260 of file SOP_LinearSolver.proto.h.

VectorDstStorage SOP_LinearSolverParms::opVectorDstStorage ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1250 of file SOP_LinearSolver.proto.h.

UT_StringHolder SOP_LinearSolverParms::opVectorSrcAttribute ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1240 of file SOP_LinearSolver.proto.h.

VectorSrcStorage SOP_LinearSolverParms::opVectorSrcStorage ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1230 of file SOP_LinearSolver.proto.h.

VolumeEncoding SOP_LinearSolverParms::opVolumeEncoding ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1140 of file SOP_LinearSolver.proto.h.

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

Definition at line 930 of file SOP_LinearSolver.proto.h.

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

Definition at line 887 of file SOP_LinearSolver.proto.h.

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

Definition at line 889 of file SOP_LinearSolver.proto.h.

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

Definition at line 891 of file SOP_LinearSolver.proto.h.

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

Definition at line 893 of file SOP_LinearSolver.proto.h.

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

Definition at line 895 of file SOP_LinearSolver.proto.h.

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

Definition at line 898 of file SOP_LinearSolver.proto.h.

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

Definition at line 901 of file SOP_LinearSolver.proto.h.

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

Definition at line 903 of file SOP_LinearSolver.proto.h.

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

Definition at line 905 of file SOP_LinearSolver.proto.h.

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

Definition at line 907 of file SOP_LinearSolver.proto.h.

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

Definition at line 909 of file SOP_LinearSolver.proto.h.

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

Definition at line 916 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setAccumulateResult ( bool  val)
inline

Definition at line 1299 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setColAttribute ( const UT_StringHolder val)
inline

Definition at line 1209 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setCols ( int64  val)
inline

Definition at line 1189 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setCookInplace ( bool  val)
inline

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

void SOP_LinearSolverParms::setDenseDirectSolver ( DenseDirectSolver  val)
inline

Definition at line 1309 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setDensePreconditioner ( DensePreconditioner  val)
inline

Definition at line 1339 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setDetailEncoding ( DetailEncoding  val)
inline

Definition at line 1159 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setIterativeSolver ( IterativeSolver  val)
inline

Definition at line 1059 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setMatrixStorage ( MatrixStorage  val)
inline

Definition at line 1129 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setMatrixValueAttribute ( const UT_StringHolder val)
inline

Definition at line 1219 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setMode ( Mode  val)
inline

Definition at line 1019 of file SOP_LinearSolver.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 632 of file SOP_LinearSolver.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 634 of file SOP_LinearSolver.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 636 of file SOP_LinearSolver.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 638 of file SOP_LinearSolver.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 640 of file SOP_LinearSolver.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 642 of file SOP_LinearSolver.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 644 of file SOP_LinearSolver.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 646 of file SOP_LinearSolver.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 648 of file SOP_LinearSolver.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 650 of file SOP_LinearSolver.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 652 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setNumEigenpairs ( int64  val)
inline

Definition at line 1099 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setPinnedGroup ( const UT_StringHolder val)
inline

Definition at line 1269 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setPointsPrimsEncoding ( PointsPrimsEncoding  val)
inline

Definition at line 1149 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setPrecision ( Precision  val)
inline

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

void SOP_LinearSolverParms::setReduceRows ( bool  val)
inline

Definition at line 1279 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setRowAttribute ( const UT_StringHolder val)
inline

Definition at line 1199 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setRows ( int64  val)
inline

Definition at line 1179 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setScale ( fpreal64  val)
inline

Definition at line 1289 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setShift ( fpreal64  val)
inline

Definition at line 1109 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setSolverTolerance ( fpreal64  val)
inline

Definition at line 1119 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setSolveWithGuess ( bool  val)
inline

Definition at line 1069 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setSparseDirectSolver ( SparseDirectSolver  val)
inline

Definition at line 1319 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setSparseDirectSolverBackend ( SparseDirectSolverBackend  val)
inline

Definition at line 1329 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setSparsePreconditioner ( SparsePreconditioner  val)
inline

Definition at line 1349 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setSpectraEigensolver ( SpectraEigensolver  val)
inline

Definition at line 1089 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setSquareMatrix ( bool  val)
inline

Definition at line 1169 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setUseEigensolver ( bool  val)
inline

Definition at line 1079 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setUseIterativeSolver ( bool  val)
inline

Definition at line 1049 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setVectorDstAttribute ( const UT_StringHolder val)
inline

Definition at line 1259 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setVectorDstStorage ( VectorDstStorage  val)
inline

Definition at line 1249 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setVectorSrcAttribute ( const UT_StringHolder val)
inline

Definition at line 1239 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setVectorSrcStorage ( VectorSrcStorage  val)
inline

Definition at line 1229 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setVolumeEncoding ( VolumeEncoding  val)
inline

Definition at line 1139 of file SOP_LinearSolver.proto.h.

static int SOP_LinearSolverParms::version ( )
inlinestatic

Definition at line 138 of file SOP_LinearSolver.proto.h.


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