Geant4  10.00.p02
G4IInterpolator Class Referenceabstract

#include <G4IInterpolator.hh>

+ Inheritance diagram for G4IInterpolator:

Public Member Functions

 G4IInterpolator ()
 
virtual ~G4IInterpolator ()
 
virtual G4double Calculate (G4double point, G4int bin, const G4DataVector &energies, const G4DataVector &data) const =0
 
virtual G4IInterpolatorClone () const =0
 

Private Member Functions

 G4IInterpolator (const G4IInterpolator &)
 
G4IInterpolatoroperator= (const G4IInterpolator &right)
 

Detailed Description

Definition at line 48 of file G4IInterpolator.hh.

Constructor & Destructor Documentation

G4IInterpolator::G4IInterpolator ( )
inline

Definition at line 52 of file G4IInterpolator.hh.

virtual G4IInterpolator::~G4IInterpolator ( )
inlinevirtual

Definition at line 54 of file G4IInterpolator.hh.

G4IInterpolator::G4IInterpolator ( const G4IInterpolator )
private

Member Function Documentation

virtual G4double G4IInterpolator::Calculate ( G4double  point,
G4int  bin,
const G4DataVector energies,
const G4DataVector data 
) const
pure virtual

Implemented in G4LinInterpolator, and G4LogLogInterpolator.

Referenced by G4DataSet::FindValue(), G4DataSet::IntegrationFunction(), and G4DataSet::RandomSelect().

+ Here is the caller graph for this function:

virtual G4IInterpolator* G4IInterpolator::Clone ( ) const
pure virtual

Implemented in G4LinInterpolator, and G4LogLogInterpolator.

Referenced by G4PixeCrossSectionHandler::BuildCrossSectionsForMaterials(), G4CompositeDataSet::LoadData(), and G4PixeCrossSectionHandler::LoadShellData().

+ Here is the caller graph for this function:

G4IInterpolator& G4IInterpolator::operator= ( const G4IInterpolator right)
private

The documentation for this class was generated from the following file: