CVR-Lib last update 20 Sep 2009

cvr::filledUpsampling::filledUpsampling::parameters Class Reference

The parameters for the class cvr::filledUpsampling. More...

#include <cvrFilledUpsampling.h>

Inheritance diagram for cvr::filledUpsampling::filledUpsampling::parameters:

Inheritance graph
[legend]
Collaboration diagram for cvr::filledUpsampling::filledUpsampling::parameters:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 parameters ()
 parameters (const parameters &other)
 ~parameters ()
const std::string & name () const
parameterscopy (const parameters &other)
virtual
filledUpsampling::parameters
clone () const
virtual
filledUpsampling::parameters
newInstance () const
virtual bool write (ioHandler &handler, const bool complete=true) const
virtual bool read (ioHandler &handler, const bool complete=true)

Public Attributes

ipoint factor


Detailed Description

The parameters for the class cvr::filledUpsampling.

Constructor & Destructor Documentation

cvr::filledUpsampling::filledUpsampling::parameters::parameters (  ) 

Default constructor.

Reimplemented from cvr::functor::functor::parameters.

cvr::filledUpsampling::filledUpsampling::parameters::parameters ( const parameters other  ) 

Copy constructor.

Parameters:
other the parameters object to be copied

Reimplemented from cvr::functor::functor::parameters.

cvr::filledUpsampling::filledUpsampling::parameters::~parameters (  )  [virtual]

Destructor.

Reimplemented from cvr::functor::functor::parameters.


Member Function Documentation

virtual filledUpsampling::parameters* cvr::filledUpsampling::filledUpsampling::parameters::clone (  )  const [virtual]

Returns a pointer to a clone of the parameters.

Implements cvr::functor::functor::parameters.

parameters& cvr::filledUpsampling::filledUpsampling::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

const std::string& cvr::filledUpsampling::filledUpsampling::parameters::name (  )  const [virtual]

Returns name of this type.

Implements cvr::functor::functor::parameters.

virtual filledUpsampling::parameters* cvr::filledUpsampling::filledUpsampling::parameters::newInstance (  )  const [virtual]

Returns a pointer to a new instance of the parameters.

Implements cvr::functor::functor::parameters.

virtual bool cvr::filledUpsampling::filledUpsampling::parameters::read ( ioHandler handler,
const bool  complete = true 
) [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::parametersManager::parametersManager::parameters.

virtual bool cvr::filledUpsampling::filledUpsampling::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::parametersManager::parametersManager::parameters.


Member Data Documentation

ipoint cvr::filledUpsampling::filledUpsampling::parameters::factor

Upsampling factor.

The x component is meant for the horizontal upsampling and the y component for the vertical upsampling.

If you are filtering vectors, only the x component will be used.

Default value: (2,2)


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

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