Geant4_10
|
#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 37 of file G4InterpolationManager.hh.
|
inline |
Definition at line 43 of file G4InterpolationManager.hh.
|
inline |
Definition at line 55 of file G4InterpolationManager.hh.
void G4InterpolationManager::AppendScheme | ( | G4int | aPoint, |
const G4InterpolationScheme & | aScheme | ||
) |
Definition at line 90 of file G4InterpolationManager.cc.
|
inline |
Definition at line 142 of file G4InterpolationManager.hh.
|
inline |
Definition at line 148 of file G4InterpolationManager.hh.
|
inline |
Definition at line 131 of file G4InterpolationManager.hh.
Definition at line 84 of file G4InterpolationManager.hh.
|
inline |
Definition at line 92 of file G4InterpolationManager.hh.
|
inline |
G4InterpolationScheme G4InterpolationManager::MakeScheme | ( | G4int | it | ) |
Definition at line 33 of file G4InterpolationManager.cc.
|
inline |
Definition at line 62 of file G4InterpolationManager.hh.
|
friend |
Definition at line 41 of file G4InterpolationManager.hh.