| 
    Itasca C++ Interface
    
   | 
 
Interface to EnergyMap class. More...
#include <ienergymap.h>
Public Member Functions | |
| virtual StringList | getKeywords () const =0 | 
| Return a StringList of all energy names defined in the EnergyMap, comma separated.  | |
| virtual double | getValue (const string &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.