#include <G4InterpolationManager.hh>
Definition at line 37 of file G4InterpolationManager.hh.
◆ G4InterpolationManager()
G4InterpolationManager::G4InterpolationManager |
( |
| ) |
|
|
inline |
◆ ~G4InterpolationManager()
G4InterpolationManager::~G4InterpolationManager |
( |
| ) |
|
|
inline |
◆ AppendScheme()
Definition at line 90 of file G4InterpolationManager.cc.
95 throw G4HadronicException(__FILE__, __LINE__,
"Wrong usage of G4InterpolationManager::AppendScheme");
120 buffer[i] =
start[i];
121 buffer1[i] =
range[i];
131 range[nRanges-1] = 1;
132 scheme[nRanges-1] = aScheme;
G4GLOB_DLL std::ostream G4cout
G4InterpolationScheme * scheme
◆ CleanUp()
void G4InterpolationManager::CleanUp |
( |
| ) |
|
|
inline |
◆ GetInverseScheme()
◆ GetScheme()
◆ Init() [1/3]
void G4InterpolationManager::Init |
( |
G4int |
aScheme, |
|
|
G4int |
aRange |
|
) |
| |
|
inline |
◆ Init() [2/3]
◆ Init() [3/3]
void G4InterpolationManager::Init |
( |
std::istream & |
aDataFile | ) |
|
|
inline |
Definition at line 101 of file G4InterpolationManager.hh.
121 if(i!=0)
start[i] = range[i-1];
G4InterpolationScheme MakeScheme(G4int it)
G4InterpolationScheme * scheme
◆ MakeScheme()
◆ operator=()
◆ G4InterpolationIterator
◆ nEntries
G4int G4InterpolationManager::nEntries |
|
private |
◆ nRanges
G4int G4InterpolationManager::nRanges |
|
private |
◆ range
G4int* G4InterpolationManager::range |
|
private |
◆ scheme
◆ start
G4int* G4InterpolationManager::start |
|
private |
The documentation for this class was generated from the following files: