CVR-Lib last update 20 Sep 2009

cvr::bilinearInterpolation< T >::bilinearInterpolation::parameters Class Reference

The parameters for the class bilinearInterpolation. More...

#include <cvrBilinearInterpolation.h>

Inheritance diagram for cvr::bilinearInterpolation< T >::bilinearInterpolation::parameters:

Inheritance graph
[legend]
Collaboration diagram for cvr::bilinearInterpolation< T >::bilinearInterpolation::parameters:

Collaboration graph
[legend]

List of all members.

Public Member Functions

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


Detailed Description

template<typename T>
class cvr::bilinearInterpolation< T >::parameters

The parameters for the class bilinearInterpolation.

Constructor & Destructor Documentation

template<typename T>
cvr::bilinearInterpolation< T >::bilinearInterpolation::parameters::parameters (  ) 

template<typename T>
cvr::bilinearInterpolation< T >::bilinearInterpolation::parameters::parameters ( const parameters other  ) 

Copy constructor.

Parameters:
other the parameters object to be copied

Reimplemented from cvr::fixedGridInterpolation< T >::fixedGridInterpolation::parameters.

template<typename T>
cvr::bilinearInterpolation< T >::bilinearInterpolation::parameters::parameters ( const eBoundaryType  btype  ) 

Constructor parameters with given with boundary type.

Reimplemented from cvr::fixedGridInterpolation< T >::fixedGridInterpolation::parameters.

template<typename T>
cvr::bilinearInterpolation< T >::bilinearInterpolation::parameters::~parameters (  )  [virtual]


Member Function Documentation

template<typename T>
virtual parameters* cvr::bilinearInterpolation< T >::bilinearInterpolation::parameters::clone (  )  const [virtual]

Returns a pointer to a clone of the parameters.

Reimplemented from cvr::fixedGridInterpolation< T >::fixedGridInterpolation::parameters.

template<typename T>
parameters& cvr::bilinearInterpolation< T >::bilinearInterpolation::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::fixedGridInterpolation< T >::fixedGridInterpolation::parameters.

template<typename T>
virtual const std::string& cvr::bilinearInterpolation< T >::bilinearInterpolation::parameters::name (  )  const [virtual]

Returns the name of this type.

Reimplemented from cvr::fixedGridInterpolation< T >::fixedGridInterpolation::parameters.

template<typename T>
virtual parameters* cvr::bilinearInterpolation< T >::bilinearInterpolation::parameters::newInstance (  )  const [virtual]

Returns a pointer to a new instance of the parameters.

Reimplemented from cvr::fixedGridInterpolation< T >::fixedGridInterpolation::parameters.

template<typename T>
parameters& cvr::bilinearInterpolation< T >::bilinearInterpolation::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::fixedGridInterpolation< T >::fixedGridInterpolation::parameters.

template<typename T>
virtual bool cvr::bilinearInterpolation< T >::bilinearInterpolation::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::fixedGridInterpolation< T >::fixedGridInterpolation::parameters.

template<typename T>
virtual bool cvr::bilinearInterpolation< T >::bilinearInterpolation::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::fixedGridInterpolation< T >::fixedGridInterpolation::parameters.


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

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