#include "Util/Types.H"
#include <string>
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>". |
a utility class for use with SingleChannel
Definition in file LevelSpec.H.
void convertFromString | ( | const std::string & | str, | |
LevelSpec & | val | |||
) |
LevelSpec overload: format is "<int>-<int>,<int>-<int>,<int>".
Definition at line 196 of file LevelSpec.C.
References LevelSpec::init().
std::string convertToString | ( | const LevelSpec & | val | ) |
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(), and LevelSpec::mapLevel().