|
Equalizer 1.0
|
Parameters for running a configuration. More...
#include <configParams.h>
Public Member Functions | |
| ConfigParams () | |
| Construct new configuration parameters. | |
| ~ConfigParams () | |
| Destruct this configuration parameters. | |
Data Access. | |
| void | setRenderClient (const std::string &renderClient) |
| Set the name of the render client executable. | |
| const std::string & | getRenderClient () const |
| void | setWorkDir (const std::string &workDir) |
| Set the directory from which to launch the render client. | |
| const std::string & | getWorkDir () const |
Parameters for running a configuration.
Definition at line 27 of file configParams.h.
| eq::ConfigParams::ConfigParams | ( | ) |
Construct new configuration parameters.
| eq::ConfigParams::~ConfigParams | ( | ) | [inline] |
| const std::string& eq::ConfigParams::getRenderClient | ( | ) | const |
| const std::string& eq::ConfigParams::getWorkDir | ( | ) | const |
| void eq::ConfigParams::setRenderClient | ( | const std::string & | renderClient | ) |
Set the name of the render client executable.
The default value is the program name retrieved from co::Global::getProgramName(), i.e., the filename part of argv[0].
| void eq::ConfigParams::setWorkDir | ( | const std::string & | workDir | ) |
Set the directory from which to launch the render client.
The default value is the program directory retrieved from co::Global::getWorkDir(), i.e., the directory part of argv[0].
1.0 by
1.7.3