1.1.0
CCC
 
CalcSimpleInterpolation Class Reference

#include <CalcSimpleInterpolation.hpp>

Inheritance diagram for CalcSimpleInterpolation:
ACalcInterpolator ACalcDbToDb ACalculator

Public Member Functions

 CalcSimpleInterpolation ()
 
 CalcSimpleInterpolation (const CalcSimpleInterpolation &r)=delete
 
CalcSimpleInterpolationoperator= (const CalcSimpleInterpolation &r)=delete
 
virtual ~CalcSimpleInterpolation ()
 
void setFlagMovAve (bool flagMovAve)
 
void setFlagMovMed (bool flagMovMed)
 
void setFlagInvDist (bool flagInvDist)
 
void setFlagLstSqr (bool flagLstSqr)
 
void setFlagNearest (bool flagNearest)
 
void setDmax (double dmax)
 
void setExponent (double exponent)
 
void setFlagExpand (bool flagExpand)
 
void setOrder (int order)
 
void setFlagEst (bool flagEst)
 
void setFlagStd (bool flagStd)
 
- Public Member Functions inherited from ACalcInterpolator
 ACalcInterpolator ()
 
 ACalcInterpolator (const ACalcInterpolator &r)=delete
 
ACalcInterpolatoroperator= (const ACalcInterpolator &r)=delete
 
virtual ~ACalcInterpolator ()
 
void setModel (Model *model)
 
void setNeigh (ANeigh *neigh)
 
ModelgetModel () const
 
ANeighgetNeigh () const
 
bool hasModel (bool verbose=true) const
 
bool hasNeigh (bool verbose=true) const
 
- Public Member Functions inherited from ACalcDbToDb
 ACalcDbToDb (bool mustShareSameSpaceDimension=true)
 
 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
 
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 ACalculator
 ACalculator ()
 
 ACalculator (const ACalculator &r)=delete
 
ACalculatoroperator= (const ACalculator &r)=delete
 
virtual ~ACalculator ()
 
bool run ()
 

Constructor & Destructor Documentation

CalcSimpleInterpolation::CalcSimpleInterpolation ( )
CalcSimpleInterpolation::CalcSimpleInterpolation ( const CalcSimpleInterpolation r)
delete
CalcSimpleInterpolation::~CalcSimpleInterpolation ( )
virtual

Member Function Documentation

CalcSimpleInterpolation& CalcSimpleInterpolation::operator= ( const CalcSimpleInterpolation r)
delete
void CalcSimpleInterpolation::setDmax ( double  dmax)
inline
void CalcSimpleInterpolation::setExponent ( double  exponent)
inline
void CalcSimpleInterpolation::setFlagEst ( bool  flagEst)
inline
void CalcSimpleInterpolation::setFlagExpand ( bool  flagExpand)
inline
void CalcSimpleInterpolation::setFlagInvDist ( bool  flagInvDist)
inline
void CalcSimpleInterpolation::setFlagLstSqr ( bool  flagLstSqr)
inline
void CalcSimpleInterpolation::setFlagMovAve ( bool  flagMovAve)
inline
void CalcSimpleInterpolation::setFlagMovMed ( bool  flagMovMed)
inline
void CalcSimpleInterpolation::setFlagNearest ( bool  flagNearest)
inline
void CalcSimpleInterpolation::setFlagStd ( bool  flagStd)
inline
void CalcSimpleInterpolation::setOrder ( int  order)
inline

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