|
Geant4
10.03
|
#include <G4LogLogInterpolator.hh>
Inheritance diagram for G4LogLogInterpolator:
Collaboration diagram for G4LogLogInterpolator:Public Member Functions | |
| G4LogLogInterpolator () | |
| ~G4LogLogInterpolator () | |
| G4double | Calculate (G4double point, G4int bin, const G4DataVector &energies, const G4DataVector &data) const |
| virtual G4IInterpolator * | Clone () const |
Public Member Functions inherited from G4IInterpolator | |
| G4IInterpolator () | |
| virtual | ~G4IInterpolator () |
Definition at line 50 of file G4LogLogInterpolator.hh.
| G4LogLogInterpolator::G4LogLogInterpolator | ( | ) |
Definition at line 42 of file G4LogLogInterpolator.cc.
Referenced by Clone().
Here is the caller graph for this function:| G4LogLogInterpolator::~G4LogLogInterpolator | ( | ) |
Definition at line 47 of file G4LogLogInterpolator.cc.
|
virtual |
Implements G4IInterpolator.
Definition at line 54 of file G4LogLogInterpolator.cc.
|
virtual |
Implements G4IInterpolator.
Definition at line 50 of file G4LogLogInterpolator.cc.
References G4LogLogInterpolator().
Here is the call graph for this function: