latest version v1.9 - last update 10 Apr 2010 |
the parameters for the class scalarValuedInterpolation More...
#include <ltiScalarValuedInterpolation.h>
Public Member Functions | |
parameters () | |
parameters (const eBoundaryType btype) | |
parameters (const parameters &other) | |
~parameters () | |
const char * | getTypeName () const |
parameters & | copy (const parameters &other) |
parameters & | operator= (const parameters &other) |
virtual functor::parameters * | clone () const |
bool | write (ioHandler &handler, const bool complete) const |
bool | read (ioHandler &handler, const bool complete) |
the parameters for the class scalarValuedInterpolation
lti::scalarValuedInterpolation< T >::parameters::parameters | ( | void | ) | [inline] |
Default constructor.
Reimplemented from lti::equallySpacedSamplesInterpolator::parameters.
Reimplemented in lti::genericInterpolator< T >::parameters.
Referenced by lti::scalarValuedInterpolation< T >::parameters::clone().
lti::scalarValuedInterpolation< T >::parameters::parameters | ( | const eBoundaryType | btype | ) | [inline] |
Create constructor with given boundary type.
Reimplemented from lti::equallySpacedSamplesInterpolator::parameters.
Reimplemented in lti::genericInterpolator< T >::parameters.
lti::scalarValuedInterpolation< T >::parameters::parameters | ( | const parameters & | other | ) | [inline] |
copy constructor
other | the parameters object to be copied |
Reimplemented from lti::equallySpacedSamplesInterpolator::parameters.
Reimplemented in lti::genericInterpolator< T >::parameters.
References lti::scalarValuedInterpolation< T >::parameters::copy().
lti::scalarValuedInterpolation< T >::parameters::~parameters | ( | ) | [inline, virtual] |
destructor
Reimplemented from lti::equallySpacedSamplesInterpolator::parameters.
Reimplemented in lti::genericInterpolator< T >::parameters.
virtual functor::parameters* lti::scalarValuedInterpolation< T >::parameters::clone | ( | ) | const [inline, virtual] |
returns a pointer to a clone of the parameters
Implements lti::equallySpacedSamplesInterpolator::parameters.
Reimplemented in lti::genericInterpolator< T >::parameters.
References lti::scalarValuedInterpolation< T >::parameters::parameters().
parameters& lti::scalarValuedInterpolation< T >::parameters::copy | ( | const parameters & | other | ) | [inline] |
copy the contents of a parameters object
other | the parameters object to be copied |
Reimplemented from lti::equallySpacedSamplesInterpolator::parameters.
Reimplemented in lti::genericInterpolator< T >::parameters.
References lti::equallySpacedSamplesInterpolator::parameters::copy().
Referenced by lti::scalarValuedInterpolation< T >::parameters::operator=(), and lti::scalarValuedInterpolation< T >::parameters::parameters().
const char* lti::scalarValuedInterpolation< T >::parameters::getTypeName | ( | void | ) | const [inline, virtual] |
returns name of this type
Reimplemented from lti::equallySpacedSamplesInterpolator::parameters.
Reimplemented in lti::genericInterpolator< T >::parameters.
parameters& lti::scalarValuedInterpolation< T >::parameters::operator= | ( | const parameters & | other | ) | [inline] |
copy the contents of a parameters object
other | the parameters object to be copied |
Reimplemented from lti::equallySpacedSamplesInterpolator::parameters.
Reimplemented in lti::genericInterpolator< T >::parameters.
References lti::scalarValuedInterpolation< T >::parameters::copy().
bool lti::scalarValuedInterpolation< T >::parameters::read | ( | ioHandler & | handler, | |
const bool | complete | |||
) | [inline, virtual] |
read the parameters from the given ioHandler
handler | the ioHandler to be used | |
complete | if true (the default) the enclosing begin/end will be also read, otherwise only the data block will be read. |
Reimplemented from lti::equallySpacedSamplesInterpolator::parameters.
Reimplemented in lti::genericInterpolator< T >::parameters.
References lti::ioHandler::readBegin(), and lti::ioHandler::readEnd().
bool lti::scalarValuedInterpolation< T >::parameters::write | ( | ioHandler & | handler, | |
const bool | complete | |||
) | const [inline, virtual] |
write the parameters in the given ioHandler
handler | the ioHandler to be used | |
complete | if true (the default) the enclosing begin/end will be also written, otherwise only the data block will be written. |
Reimplemented from lti::equallySpacedSamplesInterpolator::parameters.
Reimplemented in lti::genericInterpolator< T >::parameters.