36#include "CellData.hpp"
55 std::map<std::string, double>::const_iterator it =
mCellData.find(rVariableName);
58 EXCEPTION(
"The item " << rVariableName <<
" is not stored");
70 std::vector<std::string> keys;
71 for (std::map<std::string, double>::const_iterator it =
mCellData.begin(); it !=
mCellData.end(); ++it)
73 keys.push_back(it->first);
88 std::map<std::string, double>::const_iterator it =
mCellData.find(rVariableName);
#define EXCEPTION(message)
#define CHASTE_CLASS_EXPORT(T)
double GetItem(const std::string &rVariableName) const
std::map< std::string, double > mCellData
bool HasItem(const std::string &rVariableName) const
void SetItem(const std::string &rVariableName, double data)
std::vector< std::string > GetKeys() const
unsigned GetNumItems() const