| 
    Geant4
    10.01.p03
    
   | 
 
#include <G3MedTable.hh>
Public Member Functions | |
| G3MedTable () | |
| virtual | ~G3MedTable () | 
| G3MedTableEntry * | get (G4int id) const | 
| void | put (G4int id, G4Material *material, G4MagneticField *field, G4UserLimits *limits, G4int isvol) | 
| G4int | GetSize () const | 
| G3MedTableEntry * | GetMTE (G4int i) const | 
| void | Clear () | 
Private Attributes | |
| G3MediumVector * | fMedVector | 
Definition at line 57 of file G3MedTable.hh.
| G3MedTable::G3MedTable | ( | ) | 
Definition at line 33 of file G3MedTable.cc.
References fMedVector.
      
  | 
  virtual | 
Definition at line 38 of file G3MedTable.cc.
References Clear(), and fMedVector.
 Here is the call graph for this function:| void G3MedTable::Clear | ( | ) | 
Definition at line 74 of file G3MedTable.cc.
References a, and fMedVector.
Referenced by ~G3MedTable().
 Here is the caller graph for this function:| G3MedTableEntry * G3MedTable::get | ( | G4int | id | ) | const | 
Definition at line 44 of file G3MedTable.cc.
References fMedVector, and G3MedTableEntry::GetID().
Referenced by G3toG4BuildLVTree().
 Here is the call graph for this function:
 Here is the caller graph for this function:| G3MedTableEntry * G3MedTable::GetMTE | ( | G4int | i | ) | const | 
Definition at line 61 of file G3MedTable.cc.
References fMedVector.
| G4int G3MedTable::GetSize | ( | ) | const | 
Definition at line 69 of file G3MedTable.cc.
References fMedVector.
| void G3MedTable::put | ( | G4int | id, | 
| G4Material * | material, | ||
| G4MagneticField * | field, | ||
| G4UserLimits * | limits, | ||
| G4int | isvol | ||
| ) | 
Definition at line 53 of file G3MedTable.cc.
References fMedVector.
Referenced by G4gstmed().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 74 of file G3MedTable.hh.
Referenced by Clear(), G3MedTable(), get(), GetMTE(), GetSize(), put(), and ~G3MedTable().