latest version v1.9 - last update 10 Apr 2010 |
Parameter class of the ioImage class. More...
#include <ltiALLFunctor.h>
Public Member Functions | |
parameters () | |
parameters (const parameters &other) | |
parameters & | copy (const parameters &other) |
virtual functor::parameters * | clone () const |
virtual const char * | getTypeName () const |
virtual bool | write (ioHandler &handler, const bool complete=true) const |
virtual bool | read (ioHandler &handler, const bool complete=true) |
Public Attributes | |
ioBMP::parameters | paramBMP |
ioJPEG::parameters | paramJPEG |
ioPNG::parameters | paramPNG |
Parameter class of the ioImage class.
lti::ioImage::parameters::parameters | ( | ) |
default constructor
Reimplemented from lti::ioFunctor::parameters.
lti::ioImage::parameters::parameters | ( | const parameters & | other | ) | [inline] |
virtual functor::parameters* lti::ioImage::parameters::clone | ( | ) | const [virtual] |
returns a pointer to a clone of the parameters.
Reimplemented from lti::ioFunctor::parameters.
parameters& lti::ioImage::parameters::copy | ( | const parameters & | other | ) |
virtual const char* lti::ioImage::parameters::getTypeName | ( | ) | const [virtual] |
returns name of this class
Reimplemented from lti::ioFunctor::parameters.
virtual bool lti::ioImage::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::ioFunctor::parameters.
virtual bool lti::ioImage::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::ioFunctor::parameters.
Parameter object used when loading/saving BMP images.
Parameter object used when loading/saving JPEG images.
You need to have enabled at least one of both kinds of JPEG support enabled to use this. See the FAQ for more information.
Parameter object used when loading/saving PNG images.
You need to have enabled at least one of both kinds of PNG support enabled to use this. See the FAQ for more information.