12 os<<
"- Element "<<obj.m_name<<
" symbol="<<obj.m_symbol<<
13 " Z="<<obj.m_z<<
" A="<<obj.m_a<<std::endl;
20 ms.RegisterElement(e);
std::ostream & operator<<(std::ostream &os, const AGDDElement &obj)
const std::string & GetSymbol() const
void RegisterToStore(AGDDMaterialStore &ms, AGDDElement *)
const std::string & GetName() const
AGDDElement(AGDDMaterialStore &ms, const std::string &n, const std::string &s, int z, double a)