Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4InterpolationManager.hh>
Public Member Functions | |
G4InterpolationManager () | |
~G4InterpolationManager () | |
G4InterpolationManager & | operator= (const G4InterpolationManager &aManager) |
void | Init (G4int aScheme, G4int aRange) |
void | Init (G4InterpolationScheme aScheme, G4int aRange) |
void | Init (std::istream &aDataFile) |
G4InterpolationScheme | MakeScheme (G4int it) |
G4InterpolationScheme | GetScheme (G4int index) const |
void | CleanUp () |
G4InterpolationScheme | GetInverseScheme (G4int index) |
void | AppendScheme (G4int aPoint, const G4InterpolationScheme &aScheme) |
Friends | |
class | G4InterpolationIterator |
Definition at line 38 of file G4InterpolationManager.hh.
|
inline |
Definition at line 43 of file G4InterpolationManager.hh.
Referenced by operator=().
|
inline |
Definition at line 55 of file G4InterpolationManager.hh.
void G4InterpolationManager::AppendScheme | ( | G4int | aPoint, |
const G4InterpolationScheme & | aScheme ) |
Definition at line 91 of file G4InterpolationManager.cc.
|
inline |
Definition at line 138 of file G4InterpolationManager.hh.
|
inline |
Definition at line 144 of file G4InterpolationManager.hh.
|
inline |
Definition at line 128 of file G4InterpolationManager.hh.
Referenced by GetInverseScheme().
Definition at line 82 of file G4InterpolationManager.hh.
Referenced by G4ParticleHPContAngularPar::Sample(), and G4ParticleHPDiscreteTwoBody::Sample().
|
inline |
Definition at line 90 of file G4InterpolationManager.hh.
|
inline |
Definition at line 99 of file G4InterpolationManager.hh.
G4InterpolationScheme G4InterpolationManager::MakeScheme | ( | G4int | it | ) |
Definition at line 34 of file G4InterpolationManager.cc.
|
inline |
Definition at line 62 of file G4InterpolationManager.hh.
|
friend |
Definition at line 41 of file G4InterpolationManager.hh.
Referenced by G4InterpolationIterator.