Itasca C++ Interface
|
Interface to EnergyMap class. More...
#include <ienergymap.h>
Public Member Functions | |
virtual QStringList | getKeywords () const =0 |
Return a QStringList of all energy names defined in the EnergyMap, comma separated. | |
virtual double | getValue (const QString &key) const =0 |
Interface to EnergyMap class.
This class allow to access names and values of energies stored in the EnergyMap.
|
pure virtual |
Return a floating point value corresponding to the current value of energy with name key defined in the EnergyMap. Will cause an error if the energy with name key does not exist.