Itasca C++ Interface
Loading...
Searching...
No Matches
ienergymap.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace itasca {
7
9
13 class IEnergyMap {
14 public:
16 virtual StringList getKeywords() const =0;
19 virtual double getValue(const string &key) const =0;
20 };
21} // namespace itasca
22// EoF
Definition basestring.h:71
Interface to EnergyMap class.
Definition ienergymap.h:13
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
namespace Itasca
Definition basememory.cpp:14