1.11.1
CCC
 
Loading...
Searching...
No Matches
gstlrn::ACalcInterpolator Class Reference

#include <ACalcInterpolator.hpp>

Inheritance diagram for gstlrn::ACalcInterpolator:
gstlrn::ACalcDbToDb gstlrn::ACalculator gstlrn::ACalcSimulation gstlrn::CalcGlobal gstlrn::CalcImage gstlrn::CalcKriging gstlrn::CalcKrigingFactors gstlrn::CalcKrigingGradient gstlrn::CalcKrigingSimpleCase gstlrn::CalcSimpleInterpolation

Public Member Functions

 ACalcInterpolator (bool verbose=false)
 
 ACalcInterpolator (const ACalcInterpolator &r)=delete
 
ACalcInterpolatoroperator= (const ACalcInterpolator &r)=delete
 
virtual ~ACalcInterpolator ()
 
void setModelGeneric (ModelGeneric *modelGeneric)
 
void setNeigh (ANeigh *neigh)
 
void setKrigopt (const KrigOpt &krigopt)
 
ModelGenericgetModelGeneric () const
 
ANeighgetNeigh () const
 
const KrigOptgetKrigopt () const
 
bool hasModelGeneric (bool verbose=true) const
 
bool hasNeigh (bool verbose=true) const
 
- Public Member Functions inherited from gstlrn::ACalcDbToDb
 ACalcDbToDb (bool mustShareSameSpaceDimension=true, bool verbose=false)
 
 ACalcDbToDb (const ACalcDbToDb &r)=delete
 
ACalcDbToDboperator= (const ACalcDbToDb &r)=delete
 
virtual ~ACalcDbToDb ()
 
void setDbin (Db *dbin)
 
void setDbout (Db *dbout)
 
void setNamingConvention (const NamingConvention &namconv)
 
void setMustShareSpaceDimension (bool mustShareSpaceDimension)
 
DbgetDbin () const
 
DbgetDbout () const
 
DbGridgetGridin () const
 
DbGridgetGridout () const
 
const NamingConventiongetNamingConvention () const
 
bool hasDbin (bool verbose=true) const
 
bool hasDbout (bool verbose=true) const
 
bool isGridIn (bool verbose=true) const
 
bool isGridOut (bool verbose=true) const
 
- Public Member Functions inherited from gstlrn::ACalculator
 ACalculator (bool verbose=false)
 
 ACalculator (const ACalculator &r)=delete
 
ACalculatoroperator= (const ACalculator &r)=delete
 
virtual ~ACalculator ()
 
bool run ()
 
bool getVerbose () const
 
void setVerbose (bool verbose)
 

Constructor & Destructor Documentation

◆ ACalcInterpolator() [1/2]

gstlrn::ACalcInterpolator::ACalcInterpolator ( bool  verbose = false)

◆ ACalcInterpolator() [2/2]

gstlrn::ACalcInterpolator::ACalcInterpolator ( const ACalcInterpolator r)
delete

◆ ~ACalcInterpolator()

gstlrn::ACalcInterpolator::~ACalcInterpolator ( )
virtual

Member Function Documentation

◆ getKrigopt()

const KrigOpt & gstlrn::ACalcInterpolator::getKrigopt ( ) const
inline

◆ getModelGeneric()

ModelGeneric * gstlrn::ACalcInterpolator::getModelGeneric ( ) const
inline

◆ getNeigh()

ANeigh * gstlrn::ACalcInterpolator::getNeigh ( ) const
inline

◆ hasModelGeneric()

bool gstlrn::ACalcInterpolator::hasModelGeneric ( bool  verbose = true) const

◆ hasNeigh()

bool gstlrn::ACalcInterpolator::hasNeigh ( bool  verbose = true) const

◆ operator=()

ACalcInterpolator & gstlrn::ACalcInterpolator::operator= ( const ACalcInterpolator r)
delete

◆ setKrigopt()

void gstlrn::ACalcInterpolator::setKrigopt ( const KrigOpt krigopt)
inline

◆ setModelGeneric()

void gstlrn::ACalcInterpolator::setModelGeneric ( ModelGeneric modelGeneric)

◆ setNeigh()

void gstlrn::ACalcInterpolator::setNeigh ( ANeigh neigh)
inline

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