Geant4
10.02.p02
|
#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 |
Private Member Functions | |
G4IInterpolator (const G4IInterpolator &) | |
G4IInterpolator & | operator= (const G4IInterpolator &right) |
Definition at line 48 of file G4IInterpolator.hh.
|
inline |
Definition at line 52 of file G4IInterpolator.hh.
|
inlinevirtual |
Definition at line 54 of file G4IInterpolator.hh.
|
private |
|
pure virtual |
Implemented in G4LinInterpolator, and G4LogLogInterpolator.
Referenced by G4DataSet::FindValue(), G4DataSet::IntegrationFunction(), and G4DataSet::RandomSelect().
|
pure virtual |
Implemented in G4LinInterpolator, and G4LogLogInterpolator.
Referenced by G4PixeCrossSectionHandler::BuildCrossSectionsForMaterials(), G4CompositeDataSet::LoadData(), and G4PixeCrossSectionHandler::LoadShellData().
|
private |