CVR-Lib last update 20 Sep 2009

cvr::geometricTransform< I >::geometricTransform::parameters Class Reference

The parameters for the class geometricTransform. More...

#include <cvrGeometricTransform.h>

Inheritance diagram for cvr::geometricTransform< I >::geometricTransform::parameters:

Inheritance graph
[legend]
Collaboration diagram for cvr::geometricTransform< I >::geometricTransform::parameters:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 parameters ()
 parameters (const parameters &other)
 ~parameters ()
parameterscopy (const parameters &other)
parametersoperator= (const parameters &other)
virtual const std::string & name () const
virtual parametersclone () const =0
virtual parametersnewInstance () const =0
virtual bool write (ioHandler &handler, const bool complete=true) const
virtual bool read (ioHandler &handler, const bool complete=true)

Public Attributes

interpolator_type::parameters interpolatorParams


Detailed Description

template<class I>
class cvr::geometricTransform< I >::parameters

The parameters for the class geometricTransform.

Constructor & Destructor Documentation

template<class I>
cvr::geometricTransform< I >::geometricTransform::parameters::parameters (  ) 

template<class I>
cvr::geometricTransform< I >::geometricTransform::parameters::parameters ( const parameters other  ) 

Copy constructor.

Parameters:
other the parameters object to be copied

Reimplemented from cvr::geometricTransformBase::geometricTransformBase::parameters.

Reimplemented in cvr::matrixTransform< I >::matrixTransform::parameters.

template<class I>
cvr::geometricTransform< I >::geometricTransform::parameters::~parameters (  )  [virtual]


Member Function Documentation

template<class I>
virtual parameters* cvr::geometricTransform< I >::geometricTransform::parameters::clone (  )  const [pure virtual]

template<class I>
parameters& cvr::geometricTransform< I >::geometricTransform::parameters::copy ( const parameters other  ) 

Copy the contents of a parameters object.

Parameters:
other the parameters object to be copied
Returns:
a reference to this parameters object

Reimplemented from cvr::geometricTransformBase::geometricTransformBase::parameters.

Reimplemented in cvr::matrixTransform< I >::matrixTransform::parameters.

template<class I>
virtual const std::string& cvr::geometricTransform< I >::geometricTransform::parameters::name (  )  const [virtual]

template<class I>
virtual parameters* cvr::geometricTransform< I >::geometricTransform::parameters::newInstance (  )  const [pure virtual]

template<class I>
parameters& cvr::geometricTransform< I >::geometricTransform::parameters::operator= ( const parameters other  ) 

Copy the contents of a parameters object.

Parameters:
other the parameters object to be copied
Returns:
a reference to this parameters object

Reimplemented from cvr::geometricTransformBase::geometricTransformBase::parameters.

Reimplemented in cvr::matrixTransform< I >::matrixTransform::parameters.

template<class I>
virtual bool cvr::geometricTransform< I >::geometricTransform::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 cvr::geometricTransformBase::geometricTransformBase::parameters.

Reimplemented in cvr::matrixTransform< I >::matrixTransform::parameters.

template<class I>
virtual bool cvr::geometricTransform< I >::geometricTransform::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 cvr::geometricTransformBase::geometricTransformBase::parameters.

Reimplemented in cvr::matrixTransform< I >::matrixTransform::parameters.


Member Data Documentation

template<class I>
interpolator_type::parameters cvr::geometricTransform< I >::geometricTransform::parameters::interpolatorParams

Instance of the interpolator parameters to be used.

Default value: default parameters instance


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

Generated on Sun Sep 20 22:08:46 2009 for CVR-Lib by Doxygen 1.5.8