Geant4  10.02.p03
G4RDVDataSetAlgorithm Class Referenceabstract

#include <G4RDVDataSetAlgorithm.hh>

Inheritance diagram for G4RDVDataSetAlgorithm:
Collaboration diagram for G4RDVDataSetAlgorithm:

Public Member Functions

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

Private Member Functions

 G4RDVDataSetAlgorithm (const G4RDVDataSetAlgorithm &)
 
G4RDVDataSetAlgorithmoperator= (const G4RDVDataSetAlgorithm &right)
 

Detailed Description

Definition at line 49 of file G4RDVDataSetAlgorithm.hh.

Constructor & Destructor Documentation

◆ G4RDVDataSetAlgorithm() [1/2]

G4RDVDataSetAlgorithm::G4RDVDataSetAlgorithm ( )
inline

Definition at line 53 of file G4RDVDataSetAlgorithm.hh.

53 { }
Here is the caller graph for this function:

◆ ~G4RDVDataSetAlgorithm()

virtual G4RDVDataSetAlgorithm::~G4RDVDataSetAlgorithm ( )
inlinevirtual

Definition at line 55 of file G4RDVDataSetAlgorithm.hh.

55 { }
Here is the call graph for this function:

◆ G4RDVDataSetAlgorithm() [2/2]

G4RDVDataSetAlgorithm::G4RDVDataSetAlgorithm ( const G4RDVDataSetAlgorithm )
private

Member Function Documentation

◆ Calculate()

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

Implemented in G4RDLinInterpolation, G4RDLogLogInterpolation, G4RDSemiLogInterpolation, G4RDLinLogInterpolation, and G4RDLinLogLogInterpolation.

Here is the caller graph for this function:

◆ Clone()

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

Implemented in G4RDLinInterpolation, G4RDLogLogInterpolation, G4RDSemiLogInterpolation, G4RDLinLogInterpolation, and G4RDLinLogLogInterpolation.

Here is the caller graph for this function:

◆ operator=()

G4RDVDataSetAlgorithm& G4RDVDataSetAlgorithm::operator= ( const G4RDVDataSetAlgorithm right)
private
Here is the caller graph for this function:

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