latest version v1.9 - last update 10 Apr 2010 |
the parameters for the class upsampling More...
#include <ltiFilledUpsampling.h>
Public Member Functions | |
parameters () | |
parameters (const parameters &other) | |
~parameters () | |
const char * | getTypeName () const |
parameters & | copy (const parameters &other) |
virtual functor::parameters * | clone () const |
const mathObject & | getKernel () const |
void | setKernel (const mathObject &aKernel) |
virtual bool | write (ioHandler &handler, const bool complete=true) const |
virtual bool | read (ioHandler &handler, const bool complete=true) |
Public Attributes | |
mathObject * | kernel |
point | factor |
the parameters for the class upsampling
lti::filledUpsampling::parameters::parameters | ( | ) |
default constructor
Reimplemented from lti::modifier::parameters.
lti::filledUpsampling::parameters::parameters | ( | const parameters & | other | ) |
copy constructor
other | the parameters object to be copied |
Reimplemented from lti::modifier::parameters.
lti::filledUpsampling::parameters::~parameters | ( | ) | [virtual] |
destructor
Reimplemented from lti::functor::parameters.
virtual functor::parameters* lti::filledUpsampling::parameters::clone | ( | ) | const [virtual] |
returns a pointer to a clone of the parameters
Reimplemented from lti::modifier::parameters.
parameters& lti::filledUpsampling::parameters::copy | ( | const parameters & | other | ) |
copy the contents of a parameters object
other | the parameters object to be copied |
Reimplemented from lti::filter::parameters.
const mathObject& lti::filledUpsampling::parameters::getKernel | ( | ) | const |
returns the kernel in use.
If it is not set yet, a dummy kernel will be returned
const char* lti::filledUpsampling::parameters::getTypeName | ( | ) | const [virtual] |
returns name of this type
Reimplemented from lti::modifier::parameters.
virtual bool lti::filledUpsampling::parameters::read | ( | ioHandler & | handler, | |
const bool | complete = true | |||
) | [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::modifier::parameters.
void lti::filledUpsampling::parameters::setKernel | ( | const mathObject & | aKernel | ) |
sets the filter kernel to be used.
A copy of the given parameter will be made! This parameter is optional. If not given the "normal" filled upsampling will be done. If given, after the filled-upsampling the resulting image will be convolved with the kernel.
aKernel | the filter kernel to be used |
virtual bool lti::filledUpsampling::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 lti::modifier::parameters.
interpolation filter