| 
    Geant4
    10.02
    
   | 
 
#include <G4DataVector.hh>
 Inheritance diagram for G4DataVector:
 Collaboration diagram for G4DataVector:Public Types | |
| enum | { T_G4DataVector = 100 } | 
Public Member Functions | |
| G4DataVector () | |
| G4DataVector (size_t cap) | |
| G4DataVector (size_t cap, G4double value) | |
| virtual | ~G4DataVector () | 
| void | insertAt (size_t, const G4double &) | 
| size_t | index (const G4double &) | 
| G4bool | contains (const G4double &) const | 
| G4bool | remove (const G4double &) | 
| size_t | removeAll (const G4double &) | 
| G4bool | Store (std::ofstream &fOut, G4bool ascii=false) | 
| G4bool | Retrieve (std::ifstream &fIn, G4bool ascii=false) | 
Friends | |
| std::ostream & | operator<< (std::ostream &, const G4DataVector &) | 
Definition at line 50 of file G4DataVector.hh.
| anonymous enum | 
| Enumerator | |
|---|---|
| T_G4DataVector | |
Definition at line 83 of file G4DataVector.hh.
| G4DataVector::G4DataVector | ( | ) | 
Definition at line 42 of file G4DataVector.cc.
      
  | 
  explicit | 
Definition at line 47 of file G4DataVector.cc.
| G4DataVector::G4DataVector | ( | size_t | cap, | 
| G4double | value | ||
| ) | 
Definition at line 52 of file G4DataVector.cc.
      
  | 
  virtual | 
Definition at line 57 of file G4DataVector.cc.
Referenced by G4RDVCrossSectionHandler::ActiveElements(), G4VCrossSectionHandler::ActiveElements(), G4PixeCrossSectionHandler::ActiveElements(), G4AugerData::BuildAugerTransitionTable(), G4RDAugerData::BuildAugerTransitionTable(), G4eIonisationParameters::LoadData(), G4BremsstrahlungParameters::LoadData(), G4RDBremsstrahlungParameters::LoadData(), and G4RDeIonisationParameters::LoadData().
 Here is the caller graph for this function:
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 86 of file G4DataVector.cc.
References G4cerr, and G4endl.
Referenced by G4OrderedTable::Retrieve().
 Here is the caller graph for this function:Definition at line 61 of file G4DataVector.cc.
      
  | 
  friend | 
Definition at line 137 of file G4DataVector.cc.