Itasca C++ Interface
Loading...
Searching...
No Matches
Public Member Functions | List of all members
itasca::IEnergyMap Class Referenceabstract

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
 

Detailed Description

Interface to EnergyMap class.

This class allow to access names and values of energies stored in the EnergyMap.

Member Function Documentation

◆ getValue()

virtual double itasca::IEnergyMap::getValue ( const string & key) const
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.


The documentation for this class was generated from the following file: