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

lti::externViewer::parameters Class Reference

parameters for the externViewer-object More...

#include <ltiExternViewer.h>

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

List of all members.

Public Member Functions

 parameters ()
 parameters (const parameters &other)
virtual ~parameters ()
parameterscopy (const parameters &other)
parametersoperator= (const parameters &other)
virtual functor::parametersclone () const
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 tmpDirectory
std::string externViewerApp

Detailed Description

parameters for the externViewer-object


Constructor & Destructor Documentation

lti::externViewer::parameters::parameters (  ) 

default constructor

Reimplemented from lti::viewerBase::parameters.

lti::externViewer::parameters::parameters ( const parameters other  ) 

copy constructor

Reimplemented from lti::viewerBase::parameters.

virtual lti::externViewer::parameters::~parameters (  )  [virtual]

destructor

Reimplemented from lti::viewerBase::parameters.


Member Function Documentation

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

returns a pointer to a clone of the parameters

Reimplemented from lti::viewerBase::parameters.

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

copy member

Reimplemented from lti::viewerBase::parameters.

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

returns name of this type

Reimplemented from lti::viewerBase::parameters.

parameters& lti::externViewer::parameters::operator= ( const parameters other  ) 

copy data of "other" parameters

Reimplemented from lti::viewerBase::parameters.

virtual bool lti::externViewer::parameters::read ( ioHandler handler,
const bool  complete = true 
) [virtual]

read the parameters from 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::viewerBase::parameters.

virtual bool lti::externViewer::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::viewerBase::parameters.


Member Data Documentation

name of the external application.

Default application: kview in Linux and MSPaint in Windows

directory name, which holds the temporary image files.

Default directory: /tmp in Linux and C:\TEMP in Windows


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

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