CVR-Lib last update 20 Sep 2009

cvr::externViewer2D::externViewer2D::parameters Class Reference

Parameters of the cvr::externViewer2D class. More...

#include <cvrExternViewer2D.h>

Inheritance diagram for cvr::externViewer2D::externViewer2D::parameters:

Inheritance graph
[legend]
Collaboration diagram for cvr::externViewer2D::externViewer2D::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 const std::string & name () const
virtual parametersclone () const
virtual parametersnewInstance () 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 of the cvr::externViewer2D class.

Constructor & Destructor Documentation

cvr::externViewer2D::externViewer2D::parameters::parameters (  ) 

default constructor

Reimplemented from cvr::parametersManager::parametersManager::parameters.

cvr::externViewer2D::externViewer2D::parameters::parameters ( const parameters other  ) 

copy constructor

Reimplemented from cvr::parametersManager::parametersManager::parameters.

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


Member Function Documentation

virtual parameters* cvr::externViewer2D::externViewer2D::parameters::clone (  )  const [virtual]

Returns a pointer to a clone of the parameters.

Implements cvr::parametersManager::parametersManager::parameters.

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

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

Returns the name of this class.

Implements cvr::parametersManager::parametersManager::parameters.

virtual parameters* cvr::externViewer2D::externViewer2D::parameters::newInstance (  )  const [virtual]

Returns a pointer to a new instance of the parameters.

Implements cvr::parametersManager::parametersManager::parameters.

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

copy data of "other" parameters

Reimplemented from cvr::parametersManager::parametersManager::parameters.

virtual bool cvr::externViewer2D::externViewer2D::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 cvr::parametersManager::parametersManager::parameters.

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


Member Data Documentation

std::string cvr::externViewer2D::externViewer2D::parameters::externViewerApp

Name of the external application.

Default application: kview in Linux and MSPaint in Windows

std::string cvr::externViewer2D::externViewer2D::parameters::tmpDirectory

Name of the directory that will hold 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 Sun Sep 20 22:09:09 2009 for CVR-Lib by Doxygen 1.5.8