| 
    Geant4
    10.01.p01
    
   | 
 
#include <G4tgbMaterial.hh>
 Inheritance diagram for G4tgbMaterial:
 Collaboration diagram for G4tgbMaterial:Public Member Functions | |
| G4tgbMaterial () | |
| virtual | ~G4tgbMaterial () | 
| G4tgbMaterial (G4tgrMaterial *tgr) | |
| virtual G4Material * | BuildG4Material ()=0 | 
| const G4String & | GetName () const | 
| G4double | GetDensity () const | 
| G4int | GetNumberOfMaterials () const | 
| G4double | GetA () const | 
| G4double | GetZ () const | 
| const G4String & | GetType () const | 
| G4tgrMaterial * | GetTgrMate () const | 
Protected Attributes | |
| G4tgrMaterial * | theTgrMate | 
| G4Material * | theG4Mate | 
Friends | |
| std::ostream & | operator<< (std::ostream &, const G4tgbMaterial &) | 
Definition at line 52 of file G4tgbMaterial.hh.
| G4tgbMaterial::G4tgbMaterial | ( | ) | 
Definition at line 41 of file G4tgbMaterial.cc.
      
  | 
  virtual | 
Definition at line 47 of file G4tgbMaterial.cc.
| G4tgbMaterial::G4tgbMaterial | ( | G4tgrMaterial * | tgr | ) | 
Definition at line 52 of file G4tgbMaterial.cc.
      
  | 
  pure virtual | 
Implemented in G4tgbMaterialSimple, G4tgbMaterialMixtureByNoAtoms, G4tgbMaterialMixtureByVolume, and G4tgbMaterialMixtureByWeight.
Referenced by G4tgbMaterialMgr::FindOrBuildG4Material().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 80 of file G4tgbMaterial.hh.
References G4tgrMaterial::GetA(), and theTgrMate.
 Here is the call graph for this function:
      
  | 
  inline | 
Definition at line 70 of file G4tgbMaterial.hh.
References G4tgrMaterial::GetDensity(), and theTgrMate.
Referenced by operator<<().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 65 of file G4tgbMaterial.hh.
References G4tgrMaterial::GetName(), and theTgrMate.
Referenced by G4tgbMaterialSimple::BuildG4Material(), G4tgbMaterialMgr::CopyMaterials(), and operator<<().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 75 of file G4tgbMaterial.hh.
References G4tgrMaterial::GetNumberOfComponents(), and theTgrMate.
 Here is the call graph for this function:
      
  | 
  inline | 
Definition at line 96 of file G4tgbMaterial.hh.
References theTgrMate.
Referenced by G4tgbMaterialMgr::FindOrBuildG4Material().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 90 of file G4tgbMaterial.hh.
References G4tgrMaterial::GetType(), and theTgrMate.
 Here is the call graph for this function:
      
  | 
  inline | 
Definition at line 85 of file G4tgbMaterial.hh.
References G4tgrMaterial::GetZ(), and theTgrMate.
 Here is the call graph for this function:
      
  | 
  friend | 
      
  | 
  protected | 
Definition at line 104 of file G4tgbMaterial.hh.
      
  | 
  protected | 
Definition at line 103 of file G4tgbMaterial.hh.
Referenced by G4tgbMaterialMixtureByVolume::BuildG4Material(), G4tgbMaterialMixtureByWeight::BuildG4Material(), G4tgbMaterialMixtureByNoAtoms::BuildG4Material(), G4tgbMaterialSimple::BuildG4Material(), G4tgbMaterialMixtureByNoAtoms::G4tgbMaterialMixtureByNoAtoms(), G4tgbMaterialMixtureByVolume::G4tgbMaterialMixtureByVolume(), G4tgbMaterialMixtureByWeight::G4tgbMaterialMixtureByWeight(), G4tgbMaterialSimple::G4tgbMaterialSimple(), GetA(), G4tgbMaterialMixture::GetComponent(), GetDensity(), G4tgbMaterialMixture::GetFraction(), GetName(), GetNumberOfMaterials(), GetTgrMate(), GetType(), GetZ(), and G4tgbMaterialMixtureByVolume::TransformToFractionsByWeight().