#include <AGDDMaterialStore.h>
Definition at line 23 of file AGDDMaterialStore.h.
◆ AGDDMaterialStore()
AGDDMaterialStore::AGDDMaterialStore |
( |
| ) |
|
◆ ElementBegin()
◆ ElementEnd()
◆ GetElement()
AGDDElement * AGDDMaterialStore::GetElement |
( |
std::string |
el | ) |
|
◆ GetMaterial()
◆ MaterialBegin()
◆ MaterialEnd()
◆ NumberOfElements()
int AGDDMaterialStore::NumberOfElements |
( |
| ) |
|
|
inline |
◆ NumberOfMaterials()
int AGDDMaterialStore::NumberOfMaterials |
( |
| ) |
|
|
inline |
◆ PrintElement()
void AGDDMaterialStore::PrintElement |
( |
const std::string & |
n | ) |
|
◆ PrintElementNames()
void AGDDMaterialStore::PrintElementNames |
( |
| ) |
|
Definition at line 62 of file AGDDMaterialStore.cxx.
64 std::cout<<
"List of elements so far defined: "<<
66 AGDDElementMap::const_iterator
it;
71 if (!(
i%5)) std::cout<<std::endl<<
"-----> ";
72 std::cout<<(*it).first<<
",";
◆ PrintMaterial()
void AGDDMaterialStore::PrintMaterial |
( |
const std::string & |
n | ) |
|
◆ PrintMaterialNames()
void AGDDMaterialStore::PrintMaterialNames |
( |
| ) |
|
Definition at line 76 of file AGDDMaterialStore.cxx.
78 std::cout<<
"List of materials so far defined: "<<
80 AGDDMaterialMap::const_iterator
it;
85 if (!(
i%5)) std::cout<<std::endl<<
"-----> ";
86 std::cout<<(*it).first<<
",";
◆ RegisterElement()
void AGDDMaterialStore::RegisterElement |
( |
AGDDElement * |
el | ) |
|
Definition at line 17 of file AGDDMaterialStore.cxx.
21 std::cout<<
"Element "<<
el->GetName()<<
" already defined:skipping"<<std::endl;
◆ RegisterMaterial()
Definition at line 29 of file AGDDMaterialStore.cxx.
33 std::cout<<
"Material "<<
mat->GetName()<<
" already defined:skipping"<<std::endl;
◆ m_nrOfElements
int AGDDMaterialStore::m_nrOfElements |
|
private |
◆ m_nrOfMaterials
int AGDDMaterialStore::m_nrOfMaterials |
|
private |
◆ m_theElements
◆ m_theMaterials
The documentation for this class was generated from the following files: