A lightweight class containing various OPAL options.
More...
#include <OPALSettings.h>
A lightweight class containing various OPAL options.
§ GetDefaults()
- Returns
- Default values for all settings.
§ ReadFromFile()
OPALSettings OPALSettings::ReadFromFile |
( |
const std::string & |
fileName | ) |
|
|
static |
Read settings from plain text file.
Values are separated by '='.
- Parameters
-
[in] | fileName | Name of settings file. |
§ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const OPALSettings & |
sets |
|
) |
| |
|
friend |
Plain text dumping of all parameters to output stream.
- Parameters
-
[out] | os | Output stream. |
[in] | sets | OPAL settings to dump. |
§ initWindowRadius
size_t OPALSettings::initWindowRadius |
Radius of initialization window.
Window is square, each side (2 * initWindowRadius + 1) pixels.
§ patchRadius
size_t OPALSettings::patchRadius |
Radius of patches OPAL operates with.
Each patch is square with (2 * patchRadius + 1) pixels on side.
The documentation for this struct was generated from the following files: