|
last update 20 Sep 2009 |
|
#include <cvrFixedGridInterpolation.h>


Public Member Functions | |
| parameters () | |
| parameters (const parameters &other) | |
| parameters (const eBoundaryType btype) | |
| ~parameters () | |
| parameters & | copy (const parameters &other) |
| parameters & | operator= (const parameters &other) |
| const std::string & | name () const |
| virtual parameters * | clone () const |
| virtual parameters * | newInstance () const |
| virtual bool | write (ioHandler &handler, const bool complete=true) const |
| virtual bool | read (ioHandler &handler, const bool complete=true) |
Public Attributes | |
| eBoundaryType | boundaryType |
| cvr::fixedGridInterpolation< T >::fixedGridInterpolation::parameters::parameters | ( | ) |
Default constructor.
Reimplemented from cvr::functor::functor::parameters.
Reimplemented in cvr::bilinearInterpolation< T >::bilinearInterpolation::parameters, and cvr::genericInterpolation< T >::genericInterpolation::parameters.
| cvr::fixedGridInterpolation< T >::fixedGridInterpolation::parameters::parameters | ( | const parameters & | other | ) |
Copy constructor.
| other | the parameters object to be copied |
Reimplemented from cvr::functor::functor::parameters.
Reimplemented in cvr::bilinearInterpolation< T >::bilinearInterpolation::parameters, and cvr::genericInterpolation< T >::genericInterpolation::parameters.
| cvr::fixedGridInterpolation< T >::fixedGridInterpolation::parameters::parameters | ( | const eBoundaryType | btype | ) |
Constructor parameters with given with boundary type.
Reimplemented in cvr::bilinearInterpolation< T >::bilinearInterpolation::parameters, and cvr::genericInterpolation< T >::genericInterpolation::parameters.
| cvr::fixedGridInterpolation< T >::fixedGridInterpolation::parameters::~parameters | ( | ) | [virtual] |
Destructor.
Reimplemented from cvr::functor::functor::parameters.
Reimplemented in cvr::bilinearInterpolation< T >::bilinearInterpolation::parameters, and cvr::genericInterpolation< T >::genericInterpolation::parameters.
| virtual parameters* cvr::fixedGridInterpolation< T >::fixedGridInterpolation::parameters::clone | ( | ) | const [virtual] |
Returns a pointer to a clone of the parameters.
Implements cvr::functor::functor::parameters.
Reimplemented in cvr::bilinearInterpolation< T >::bilinearInterpolation::parameters, and cvr::genericInterpolation< T >::genericInterpolation::parameters.
| parameters& cvr::fixedGridInterpolation< T >::fixedGridInterpolation::parameters::copy | ( | const parameters & | other | ) |
Copy the contents of a parameters object.
| other | the parameters object to be copied |
Reimplemented in cvr::bilinearInterpolation< T >::bilinearInterpolation::parameters, and cvr::genericInterpolation< T >::genericInterpolation::parameters.
| const std::string& cvr::fixedGridInterpolation< T >::fixedGridInterpolation::parameters::name | ( | ) | const [virtual] |
Returns the name of this class.
Implements cvr::functor::functor::parameters.
Reimplemented in cvr::bilinearInterpolation< T >::bilinearInterpolation::parameters, and cvr::genericInterpolation< T >::genericInterpolation::parameters.
| virtual parameters* cvr::fixedGridInterpolation< T >::fixedGridInterpolation::parameters::newInstance | ( | ) | const [virtual] |
Returns a pointer to a new instance of the parameters.
Implements cvr::functor::functor::parameters.
Reimplemented in cvr::bilinearInterpolation< T >::bilinearInterpolation::parameters, and cvr::genericInterpolation< T >::genericInterpolation::parameters.
| parameters& cvr::fixedGridInterpolation< T >::fixedGridInterpolation::parameters::operator= | ( | const parameters & | other | ) |
Copy the contents of a parameters object.
| other | the parameters object to be copied |
Reimplemented in cvr::bilinearInterpolation< T >::bilinearInterpolation::parameters, and cvr::genericInterpolation< T >::genericInterpolation::parameters.
| virtual bool cvr::fixedGridInterpolation< T >::fixedGridInterpolation::parameters::read | ( | ioHandler & | handler, | |
| const bool | complete = true | |||
| ) | [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 cvr::parametersManager::parametersManager::parameters.
Reimplemented in cvr::bilinearInterpolation< T >::bilinearInterpolation::parameters, and cvr::genericInterpolation< T >::genericInterpolation::parameters.
| virtual bool cvr::fixedGridInterpolation< T >::fixedGridInterpolation::parameters::write | ( | ioHandler & | handler, | |
| const bool | complete = true | |||
| ) | const [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 cvr::parametersManager::parametersManager::parameters.
Reimplemented in cvr::bilinearInterpolation< T >::bilinearInterpolation::parameters, and cvr::genericInterpolation< T >::genericInterpolation::parameters.
| eBoundaryType cvr::fixedGridInterpolation< T >::fixedGridInterpolation::parameters::boundaryType |
Specify how the boundaries will be used.
See the documentation for cvr::eBoundaryType for more information
Default: cvr::Zero