| 
    Geant4
    10.02
    
   | 
 
#include <G3MatTableEntry.hh>
 Collaboration diagram for G3MatTableEntry:Public Member Functions | |
| G3MatTableEntry (G4int id, G4Material *material) | |
| G3MatTableEntry (const G3MatTableEntry &right) | |
| virtual | ~G3MatTableEntry () | 
| G3MatTableEntry & | operator= (const G3MatTableEntry &right) | 
| G4int | operator== (const G3MatTableEntry &right) const | 
| G4int | operator!= (const G3MatTableEntry &right) const | 
| G4int | GetID () const | 
| G4Material * | GetMaterial () const | 
Private Attributes | |
| G4int | fID | 
| G4Material * | fMaterial | 
Definition at line 46 of file G3MatTableEntry.hh.
| G3MatTableEntry::G3MatTableEntry | ( | G4int | id, | 
| G4Material * | material | ||
| ) | 
Definition at line 35 of file G3MatTableEntry.cc.
| G3MatTableEntry::G3MatTableEntry | ( | const G3MatTableEntry & | right | ) | 
Definition at line 40 of file G3MatTableEntry.cc.
      
  | 
  virtual | 
Definition at line 45 of file G3MatTableEntry.cc.
      
  | 
  inline | 
Definition at line 72 of file G3MatTableEntry.hh.
References fID.
Referenced by G3MatTable::get(), operator=(), and operator==().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 75 of file G3MatTableEntry.hh.
References fMaterial.
Referenced by G3MatTable::get(), and operator=().
 Here is the caller graph for this function:| G4int G3MatTableEntry::operator!= | ( | const G3MatTableEntry & | right | ) | const | 
Definition at line 64 of file G3MatTableEntry.cc.
| G3MatTableEntry & G3MatTableEntry::operator= | ( | const G3MatTableEntry & | right | ) | 
Definition at line 48 of file G3MatTableEntry.cc.
References fID, fMaterial, GetID(), and GetMaterial().
 Here is the call graph for this function:| G4int G3MatTableEntry::operator== | ( | const G3MatTableEntry & | right | ) | const | 
      
  | 
  private | 
Definition at line 66 of file G3MatTableEntry.hh.
Referenced by GetID(), operator=(), and operator==().
      
  | 
  private | 
Definition at line 67 of file G3MatTableEntry.hh.
Referenced by GetMaterial(), and operator=().