GEMC  1.8
Geant4 Monte-Carlo Framework
Data Structures | Typedefs | Functions
material_factory.h File Reference
#include "G4Material.hh"
#include <map>
#include <iostream>
#include "run_conditions.h"
#include "usage.h"
+ Include dependency graph for material_factory.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  materials
 

Typedefs

typedef materials *(* materialFactory) ()
 

Functions

materialsgetMaterialFactory (map< string, materialFactory > *, string)
 
map< string, materialFactoryregisterMaterialFactories ()
 

Typedef Documentation

typedef materials*(* materialFactory) ()

Definition at line 33 of file material_factory.h.

Function Documentation

materials* getMaterialFactory ( map< string, materialFactory > *  ,
string   
)

Definition at line 8 of file material_factory.cc.

map<string, materialFactory> registerMaterialFactories ( )

Definition at line 20 of file material_factory.cc.