|
last update 20 Sep 2009 |
|
#include <cvrExternViewer2D.h>


Public Member Functions | |
| parameters () | |
| parameters (const parameters &other) | |
| virtual | ~parameters () |
| parameters & | copy (const parameters &other) |
| parameters & | operator= (const parameters &other) |
| virtual const std::string & | name () const |
| virtual parameters * | clone () const |
| virtual parameters * | newInstance () 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 |
| cvr::externViewer2D::externViewer2D::parameters::parameters | ( | ) |
| cvr::externViewer2D::externViewer2D::parameters::parameters | ( | const parameters & | other | ) |
| virtual cvr::externViewer2D::externViewer2D::parameters::~parameters | ( | ) | [virtual] |
| 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] |
| 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.
| 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. |
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.
| 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. |
Reimplemented from cvr::parametersManager::parametersManager::parameters.
| 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