#include <AGDDParameterStore.h>
Definition at line 14 of file AGDDParameterStore.h.
◆ AGDDParameterStore()
AGDDParameterStore::AGDDParameterStore |
( |
| ) |
|
|
inline |
◆ ~AGDDParameterStore()
virtual AGDDParameterStore::~AGDDParameterStore |
( |
| ) |
|
|
inlinevirtual |
◆ Exist()
bool AGDDParameterStore::Exist |
( |
const std::string & |
volName | ) |
const |
|
inline |
◆ GetParameterBag()
Definition at line 24 of file AGDDParameterStore.h.
25 if ((*this).find(volName) != (*this).end())
26 return (*
this)[volName];
28 std::cout <<
" Parameters for Volume "<<volName<<
" not found: returning 0"<<std::endl;
◆ RegisterParameterBag()
void AGDDParameterStore::RegisterParameterBag |
( |
const std::string & |
volName, |
|
|
AGDDParameterBag * |
paraBag |
|
) |
| |
|
inline |
◆ elements
T std::map< K, T >::elements |
|
inherited |
◆ keys
The documentation for this class was generated from the following file: