43 std::shared_ptr<Material> mat_ptr) {
60 std::shared_ptr<Material>(
new Air()));
64 std::shared_ptr<Material>(
new Aluminum()));
66 std::shared_ptr<Material>(
new Beryllium()));
70 std::shared_ptr<Material>(
new Copper()));
72 std::shared_ptr<Material>(
new Gold()));
74 std::shared_ptr<Material>(
new Graphite()));
78 std::shared_ptr<Material>(
new Kapton()));
82 std::shared_ptr<Material>(
new Mylar()));
84 std::shared_ptr<Material>(
new Titanium()));
86 std::shared_ptr<Material>(
new Water()));
std::string toUpper(const std::string &str)
static std::shared_ptr< Material > addMaterial(const std::string &name, std::shared_ptr< Material > mat_ptr)
static std::map< std::string, std::shared_ptr< Material > > protoTable_sm
static std::shared_ptr< Material > getMaterial(const std::string &name)