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

lti::lncFeatureFile::parameters Class Reference

lncFeatureFile parameters class More...

#include <ltiLncFeatureFile.h>

Inheritance diagram for lti::lncFeatureFile::parameters:
Inheritance graph
[legend]
Collaboration diagram for lti::lncFeatureFile::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

bool useCnc
std::string cncFilename
bool idFirst

Detailed Description

lncFeatureFile parameters class


Constructor & Destructor Documentation

lti::lncFeatureFile::parameters::parameters (  ) 

default constructor

Reimplemented from lti::ioFunctor::parameters.

Reimplemented in lti::saveLnc::parameters.

lti::lncFeatureFile::parameters::parameters ( const parameters other  )  [inline]

copy constructor

Reimplemented from lti::ioFunctor::parameters.

Reimplemented in lti::saveLnc::parameters.

References copy().


Member Function Documentation

virtual functor::parameters* lti::lncFeatureFile::parameters::clone (  )  const [virtual]

returns a pointer to a clone of the parameters.

Reimplemented from lti::ioFunctor::parameters.

Reimplemented in lti::saveLnc::parameters.

parameters& lti::lncFeatureFile::parameters::copy ( const parameters other  ) 

copy member

Reimplemented from lti::ioFunctor::parameters.

Reimplemented in lti::saveLnc::parameters.

Referenced by parameters().

virtual const char* lti::lncFeatureFile::parameters::getTypeName (  )  const [virtual]

returns name of this type

Reimplemented from lti::ioFunctor::parameters.

Reimplemented in lti::saveLnc::parameters.

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

Reimplemented in lti::saveLnc::parameters.

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

Reimplemented in lti::saveLnc::parameters.


Member Data Documentation

name of the class-names-file (cnc file).

This name MUST be specified if "useCnc" is true!

cnc file type

The cnc files contain one object per line. This parameter specifies if the id is expected as first column or in the second one.

Default mode: true (i.e. id first column)

specify if a class-name-file (cnc) should be used


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

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