Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4IInterpolator.hh>
Public Member Functions | |
G4IInterpolator () | |
virtual | ~G4IInterpolator () |
virtual G4double | Calculate (G4double point, G4int bin, const G4DataVector &energies, const G4DataVector &data) const =0 |
virtual G4IInterpolator * | Clone () const =0 |
Definition at line 47 of file G4IInterpolator.hh.
|
inline |
Definition at line 51 of file G4IInterpolator.hh.
Referenced by Clone(), G4LinInterpolator::Clone(), and G4LogLogInterpolator::Clone().
|
inlinevirtual |
Definition at line 53 of file G4IInterpolator.hh.
|
pure virtual |
Implemented in G4LinInterpolator, and G4LogLogInterpolator.
|
pure virtual |
Implemented in G4LinInterpolator, and G4LogLogInterpolator.
Referenced by G4PixeCrossSectionHandler::LoadShellData().