
Definition in file LevelSpec.H.
#include "Util/Types.H"
#include <string>
Include dependency graph for LevelSpec.H:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | LevelSpec |
| A utility class for use with SingleChannel. More... | |
Functions | |
| std::string | convertToString (const LevelSpec &val) |
| LevelSpec overload: format is "<int>-<int>,<int>-<int>,<int>". | |
| void | convertFromString (const std::string &str, LevelSpec &val) |
| LevelSpec overload: format is "<int>-<int>,<int>-<int>,<int>". | |
|
||||||||||||
|
LevelSpec overload: format is "<int>-<int>,<int>-<int>,<int>".
Definition at line 196 of file LevelSpec.C. References c, LevelSpec::init(), and s. |
|
|
LevelSpec overload: format is "<int>-<int>,<int>-<int>,<int>". Format corresponds to "levmin-levmax,delmin-delmax,maplevel" Definition at line 188 of file LevelSpec.C. References LevelSpec::delMax(), LevelSpec::delMin(), LevelSpec::levMax(), LevelSpec::levMin(), LevelSpec::mapLevel(), and s. |
1.4.4