Contains the content of an .edr frame read by an EnergyFrameReader.
The interface of this class is intended to resemble a subset of std::map.
|
| EnergyFrame (const t_enxframe &enxframe, const std::map< std::string, int > &indicesOfEnergyFields) |
| Constructor.
|
|
std::string | frameName () const |
| Return string that helps users identify this frame, containing time and step number. More...
|
|
const real & | at (const std::string &name) const |
| Return the value read for energy name . More...
|
|
MapConstIterator | begin () const |
| Return const interator to first element of values.
|
|
MapConstIterator | end () const |
| Return const interator to past the end element of values.
|
|
MapConstIterator | find (const std::string &key) const |
| Return a const interator to the element with key , or end() if not found.
|
|