LTI-Lib latest version v1.9 - last update 10 Apr 2010

lti::ioFunctor::parameters Class Reference

ioFunctor parameters class More...

#include <ltiIOFunctor.h>

Inheritance diagram for lti::ioFunctor::parameters:
Inheritance graph
[legend]
Collaboration diagram for lti::ioFunctor::parameters:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 parameters ()
 parameters (const parameters &other)
parameterscopy (const parameters &other)
virtual functor::parametersclone () 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

std::string filename

Detailed Description

ioFunctor parameters class


Constructor & Destructor Documentation

lti::ioFunctor::parameters::parameters ( void   )  [inline]
lti::ioFunctor::parameters::parameters ( const parameters other  )  [inline]

Member Function Documentation

virtual functor::parameters* lti::ioFunctor::parameters::clone (  )  const [virtual]
parameters& lti::ioFunctor::parameters::copy ( const parameters other  ) 
virtual const char* lti::ioFunctor::parameters::getTypeName (  )  const [virtual]
virtual bool lti::ioFunctor::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 lti::functor::parameters.

Reimplemented in lti::ioImage::parameters, lti::ioBMP::parameters, lti::configFileHandler::parameters, lti::ioJPEG::parameters, lti::lncFeatureFile::parameters, lti::saveLnc::parameters, lti::loadImageList::parameters, lti::loadVectorImageList::parameters, lti::ioLTI::parameters, lti::ioPNG::parameters, lti::uciDataReader::parameters, and lti::uciDataWriter::parameters.

virtual bool lti::ioFunctor::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 lti::functor::parameters.

Reimplemented in lti::ioImage::parameters, lti::ioBMP::parameters, lti::configFileHandler::parameters, lti::ioJPEG::parameters, lti::lncFeatureFile::parameters, lti::saveLnc::parameters, lti::loadImageList::parameters, lti::loadVectorImageList::parameters, lti::ioLTI::parameters, lti::ioPNG::parameters, lti::uciDataReader::parameters, and lti::uciDataWriter::parameters.


Member Data Documentation

name of the file to read/write


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

Generated on Sat Apr 10 15:28:02 2010 for LTI-Lib by Doxygen 1.6.1