LTI-Lib latest version v1.9 - last update 10 Apr 2010

lti::interpolator::parameters Class Reference

the parameters for the class interpolator More...

#include <ltiInterpolator.h>

Inheritance diagram for lti::interpolator::parameters:
Inheritance graph
[legend]
Collaboration diagram for lti::interpolator::parameters:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 parameters ()
 parameters (const eBoundaryType btype)
 parameters (const parameters &other)
 ~parameters ()
const char * getTypeName () const
parameterscopy (const parameters &other)
parametersoperator= (const parameters &other)
virtual functor::parametersclone () const =0
virtual bool write (ioHandler &handler, const bool complete=true) const
virtual bool read (ioHandler &handler, const bool complete=true)

Public Attributes

eBoundaryType boundaryType

Detailed Description

the parameters for the class interpolator


Constructor & Destructor Documentation

lti::interpolator::parameters::parameters (  ) 
lti::interpolator::parameters::parameters ( const eBoundaryType  btype  ) 
lti::interpolator::parameters::parameters ( const parameters other  ) 
lti::interpolator::parameters::~parameters (  )  [virtual]

Member Function Documentation

virtual functor::parameters* lti::interpolator::parameters::clone (  )  const [pure virtual]
parameters& lti::interpolator::parameters::copy ( const parameters other  ) 
const char* lti::interpolator::parameters::getTypeName (  )  const [virtual]
parameters& lti::interpolator::parameters::operator= ( const parameters other  ) 
virtual bool lti::interpolator::parameters::read ( ioHandler handler,
const bool  complete = true 
) [virtual]

read the parameters from the given ioHandler

Parameters:
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.
Returns:
true if write was successful

Reimplemented from lti::functor::parameters.

Reimplemented in lti::genericInterpolator< T >::parameters, lti::cubicSpline< T >::parameters, lti::equallySpacedSamplesInterpolator::parameters, lti::scalarValuedInterpolation< T >::parameters, and lti::variablySpacedSamplesInterpolator::parameters.

virtual bool lti::interpolator::parameters::write ( ioHandler handler,
const bool  complete = true 
) const [virtual]

write the parameters in the given ioHandler

Parameters:
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.
Returns:
true if write was successful

Reimplemented from lti::functor::parameters.

Reimplemented in lti::genericInterpolator< T >::parameters, lti::cubicSpline< T >::parameters, lti::equallySpacedSamplesInterpolator::parameters, lti::scalarValuedInterpolation< T >::parameters, and lti::variablySpacedSamplesInterpolator::parameters.


Member Data Documentation

Specify how the boundaries will be used.

See the documentation for lti::eBoundaryType for more information

Referenced by lti::genericInterpolator< T >::parameters::parameters().


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

Generated on Sat Apr 10 15:28:26 2010 for LTI-Lib by Doxygen 1.6.1