CVR-Lib last update 20 Sep 2009

cvr::ioImageInterface::ioImageInterface::parameters Class Reference

ioFunctor parameters class More...

#include <cvrIOImageInterface.h>

Inheritance diagram for cvr::ioImageInterface::ioImageInterface::parameters:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

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


Detailed Description

ioFunctor parameters class

Constructor & Destructor Documentation

cvr::ioImageInterface::ioImageInterface::parameters::parameters (  ) 

cvr::ioImageInterface::ioImageInterface::parameters::parameters ( const parameters other  ) 

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


Member Function Documentation

virtual parameters* cvr::ioImageInterface::ioImageInterface::parameters::clone (  )  const [pure virtual]

parameters& cvr::ioImageInterface::ioImageInterface::parameters::copy ( const parameters other  ) 

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

virtual parameters* cvr::ioImageInterface::ioImageInterface::parameters::newInstance (  )  const [pure virtual]

parameters& cvr::ioImageInterface::ioImageInterface::parameters::operator= ( const parameters other  ) 

virtual bool cvr::ioImageInterface::ioImageInterface::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.

Reimplemented in cvr::ioBMP::ioBMP::parameters, cvr::ioJPEG::ioJPEG::parameters, and cvr::ioPNG::ioPNG::parameters.

virtual bool cvr::ioImageInterface::ioImageInterface::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.

Reimplemented in cvr::ioBMP::ioBMP::parameters, cvr::ioJPEG::ioJPEG::parameters, and cvr::ioPNG::ioPNG::parameters.


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

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