Geant4 11.2.2
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.
|
inlinevirtual |
Definition at line 53 of file G4IInterpolator.hh.
|
pure virtual |
Implemented in G4LinInterpolator, and G4LogLogInterpolator.
Referenced by G4DataSet::FindValue(), and G4DataSet::RandomSelect().
|
pure virtual |
Implemented in G4LinInterpolator, and G4LogLogInterpolator.
Referenced by G4CompositeDataSet::LoadData(), and G4PixeCrossSectionHandler::LoadShellData().