latest version v1.9 - last update 10 Apr 2010 |
the parameters for the class symmetricMatrixInversion More...
#include <ltiSymmetricMatrixInversion.h>
Public Member Functions | |
parameters () | |
parameters (const parameters &other) | |
~parameters () | |
const char * | getTypeName () const |
parameters & | copy (const parameters &other) |
parameters & | operator= (const parameters &other) |
virtual functor::parameters * | clone () const |
virtual bool | write (ioHandler &handler, const bool complete=true) const |
virtual bool | read (ioHandler &handler, const bool complete=true) |
the parameters for the class symmetricMatrixInversion
lti::symmetricMatrixInversion< T >::parameters::parameters | ( | void | ) | [inline] |
default constructor
Reimplemented from lti::linearAlgebraFunctor::parameters.
Referenced by lti::symmetricMatrixInversion< T >::parameters::clone().
lti::symmetricMatrixInversion< T >::parameters::parameters | ( | const parameters & | other | ) | [inline] |
copy constructor
other | the parameters object to be copied |
Reimplemented from lti::linearAlgebraFunctor::parameters.
References lti::symmetricMatrixInversion< T >::parameters::copy().
lti::symmetricMatrixInversion< T >::parameters::~parameters | ( | ) | [inline, virtual] |
destructor
Reimplemented from lti::linearAlgebraFunctor::parameters.
virtual functor::parameters* lti::symmetricMatrixInversion< T >::parameters::clone | ( | ) | const [inline, virtual] |
returns a pointer to a clone of the parameters
Reimplemented from lti::linearAlgebraFunctor::parameters.
References lti::symmetricMatrixInversion< T >::parameters::parameters().
parameters& lti::symmetricMatrixInversion< T >::parameters::copy | ( | const parameters & | other | ) | [inline] |
copy the contents of a parameters object
other | the parameters object to be copied |
Reimplemented from lti::linearAlgebraFunctor::parameters.
References lti::linearAlgebraFunctor::parameters::copy().
Referenced by lti::symmetricMatrixInversion< T >::parameters::operator=(), and lti::symmetricMatrixInversion< T >::parameters::parameters().
const char* lti::symmetricMatrixInversion< T >::parameters::getTypeName | ( | void | ) | const [inline, virtual] |
returns name of this type
Reimplemented from lti::linearAlgebraFunctor::parameters.
parameters& lti::symmetricMatrixInversion< T >::parameters::operator= | ( | const parameters & | other | ) | [inline] |
copy the contents of a parameters object
other | the parameters object to be copied |
References lti::symmetricMatrixInversion< T >::parameters::copy().
virtual bool lti::symmetricMatrixInversion< T >::parameters::read | ( | ioHandler & | handler, | |
const bool | complete = true | |||
) | [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 written, otherwise only the data block will be written. |
Reimplemented from lti::linearAlgebraFunctor::parameters.
References lti::ioHandler::readBegin(), and lti::ioHandler::readEnd().
virtual bool lti::symmetricMatrixInversion< T >::parameters::write | ( | ioHandler & | handler, | |
const bool | complete = true | |||
) | 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::linearAlgebraFunctor::parameters.
References lti::ioHandler::writeBegin(), and lti::ioHandler::writeEnd().