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 347 of file SOP_LinearSolver.proto.h.

Member Typedef Documentation

Constructor & Destructor Documentation

SOP_LinearSolverParms::SOP_LinearSolverParms ( )
inline

Definition at line 352 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 396 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 459 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

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

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

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

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

bool SOP_LinearSolverParms::getAccumulateResult ( ) const
inline

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

const UT_StringHolder& SOP_LinearSolverParms::getColAttribute ( ) const
inline

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

int64 SOP_LinearSolverParms::getCols ( ) const
inline

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

bool SOP_LinearSolverParms::getCookInplace ( ) const
inline

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

DenseDirectSolver SOP_LinearSolverParms::getDenseDirectSolver ( ) const
inline

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

DensePreconditioner SOP_LinearSolverParms::getDensePreconditioner ( ) const
inline

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

DetailEncoding SOP_LinearSolverParms::getDetailEncoding ( ) const
inline

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

IterativeSolver SOP_LinearSolverParms::getIterativeSolver ( ) const
inline

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

MatrixStorage SOP_LinearSolverParms::getMatrixStorage ( ) const
inline

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

const UT_StringHolder& SOP_LinearSolverParms::getMatrixValueAttribute ( ) const
inline

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

Mode SOP_LinearSolverParms::getMode ( ) const
inline

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

exint SOP_LinearSolverParms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

ParmType SOP_LinearSolverParms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 958 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 704 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 706 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 708 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 710 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 712 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 714 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 716 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 718 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 720 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 722 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 724 of file SOP_LinearSolver.proto.h.

int64 SOP_LinearSolverParms::getNumEigenpairs ( ) const
inline

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

const UT_StringHolder& SOP_LinearSolverParms::getPinnedGroup ( ) const
inline

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

PointsPrimsEncoding SOP_LinearSolverParms::getPointsPrimsEncoding ( ) const
inline

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

Precision SOP_LinearSolverParms::getPrecision ( ) const
inline

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

bool SOP_LinearSolverParms::getReduceRows ( ) const
inline

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

const UT_StringHolder& SOP_LinearSolverParms::getRowAttribute ( ) const
inline

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

int64 SOP_LinearSolverParms::getRows ( ) const
inline

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

fpreal64 SOP_LinearSolverParms::getScale ( ) const
inline

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

fpreal64 SOP_LinearSolverParms::getShift ( ) const
inline

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

fpreal64 SOP_LinearSolverParms::getSolverTolerance ( ) const
inline

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

bool SOP_LinearSolverParms::getSolveWithGuess ( ) const
inline

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

SparseDirectSolver SOP_LinearSolverParms::getSparseDirectSolver ( ) const
inline

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

SparseDirectSolverBackend SOP_LinearSolverParms::getSparseDirectSolverBackend ( ) const
inline

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

SparsePreconditioner SOP_LinearSolverParms::getSparsePreconditioner ( ) const
inline

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

SpectraEigensolver SOP_LinearSolverParms::getSpectraEigensolver ( ) const
inline

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

bool SOP_LinearSolverParms::getSquareMatrix ( ) const
inline

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

bool SOP_LinearSolverParms::getUseEigensolver ( ) const
inline

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

bool SOP_LinearSolverParms::getUseIterativeSolver ( ) const
inline

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

const UT_StringHolder& SOP_LinearSolverParms::getVectorDstAttribute ( ) const
inline

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

VectorDstStorage SOP_LinearSolverParms::getVectorDstStorage ( ) const
inline

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

const UT_StringHolder& SOP_LinearSolverParms::getVectorSrcAttribute ( ) const
inline

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

VectorSrcStorage SOP_LinearSolverParms::getVectorSrcStorage ( ) const
inline

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

VolumeEncoding SOP_LinearSolverParms::getVolumeEncoding ( ) const
inline

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

bool SOP_LinearSolverParms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

bool SOP_LinearSolverParms::load ( UT_IStream is)
inline

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

void SOP_LinearSolverParms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Definition at line 437 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 398 of file SOP_LinearSolver.proto.h.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

void SOP_LinearSolverParms::setAccumulateResult ( bool  val)
inline

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

void SOP_LinearSolverParms::setColAttribute ( const UT_StringHolder val)
inline

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

void SOP_LinearSolverParms::setCols ( int64  val)
inline

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

void SOP_LinearSolverParms::setCookInplace ( bool  val)
inline

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

void SOP_LinearSolverParms::setDenseDirectSolver ( DenseDirectSolver  val)
inline

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

void SOP_LinearSolverParms::setDensePreconditioner ( DensePreconditioner  val)
inline

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

void SOP_LinearSolverParms::setDetailEncoding ( DetailEncoding  val)
inline

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

void SOP_LinearSolverParms::setIterativeSolver ( IterativeSolver  val)
inline

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

void SOP_LinearSolverParms::setMatrixStorage ( MatrixStorage  val)
inline

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

void SOP_LinearSolverParms::setMatrixValueAttribute ( const UT_StringHolder val)
inline

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

void SOP_LinearSolverParms::setMode ( Mode  val)
inline

Definition at line 1231 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 844 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 846 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 848 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 850 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 852 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 854 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 856 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 858 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 860 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 862 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 864 of file SOP_LinearSolver.proto.h.

void SOP_LinearSolverParms::setNumEigenpairs ( int64  val)
inline

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

void SOP_LinearSolverParms::setPinnedGroup ( const UT_StringHolder val)
inline

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

void SOP_LinearSolverParms::setPointsPrimsEncoding ( PointsPrimsEncoding  val)
inline

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

void SOP_LinearSolverParms::setPrecision ( Precision  val)
inline

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

void SOP_LinearSolverParms::setReduceRows ( bool  val)
inline

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

void SOP_LinearSolverParms::setRowAttribute ( const UT_StringHolder val)
inline

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

void SOP_LinearSolverParms::setRows ( int64  val)
inline

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

void SOP_LinearSolverParms::setScale ( fpreal64  val)
inline

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

void SOP_LinearSolverParms::setShift ( fpreal64  val)
inline

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

void SOP_LinearSolverParms::setSolverTolerance ( fpreal64  val)
inline

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

void SOP_LinearSolverParms::setSolveWithGuess ( bool  val)
inline

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

void SOP_LinearSolverParms::setSparseDirectSolver ( SparseDirectSolver  val)
inline

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

void SOP_LinearSolverParms::setSparseDirectSolverBackend ( SparseDirectSolverBackend  val)
inline

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

void SOP_LinearSolverParms::setSparsePreconditioner ( SparsePreconditioner  val)
inline

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

void SOP_LinearSolverParms::setSpectraEigensolver ( SpectraEigensolver  val)
inline

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

void SOP_LinearSolverParms::setSquareMatrix ( bool  val)
inline

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

void SOP_LinearSolverParms::setUseEigensolver ( bool  val)
inline

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

void SOP_LinearSolverParms::setUseIterativeSolver ( bool  val)
inline

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

void SOP_LinearSolverParms::setVectorDstAttribute ( const UT_StringHolder val)
inline

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

void SOP_LinearSolverParms::setVectorDstStorage ( VectorDstStorage  val)
inline

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

void SOP_LinearSolverParms::setVectorSrcAttribute ( const UT_StringHolder val)
inline

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

void SOP_LinearSolverParms::setVectorSrcStorage ( VectorSrcStorage  val)
inline

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

void SOP_LinearSolverParms::setVolumeEncoding ( VolumeEncoding  val)
inline

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

static int SOP_LinearSolverParms::version ( )
inlinestatic

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


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