Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Friends | List of all members
G4InterpolationManager Class Reference

#include <G4InterpolationManager.hh>

Public Member Functions

 G4InterpolationManager ()
 
 ~G4InterpolationManager ()
 
G4InterpolationManageroperator= (const G4InterpolationManager &aManager)
 
void Init (G4int aScheme, G4int aRange)
 
void Init (G4InterpolationScheme aScheme, G4int aRange)
 
void Init (std::ifstream &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
 

Detailed Description

Definition at line 38 of file G4InterpolationManager.hh.

Constructor & Destructor Documentation

G4InterpolationManager::G4InterpolationManager ( )
inline

Definition at line 44 of file G4InterpolationManager.hh.

G4InterpolationManager::~G4InterpolationManager ( )
inline

Definition at line 56 of file G4InterpolationManager.hh.

Member Function Documentation

void G4InterpolationManager::AppendScheme ( G4int  aPoint,
const G4InterpolationScheme aScheme 
)

Definition at line 90 of file G4InterpolationManager.cc.

Here is the caller graph for this function:

void G4InterpolationManager::CleanUp ( )
inline

Definition at line 143 of file G4InterpolationManager.hh.

Here is the caller graph for this function:

G4InterpolationScheme G4InterpolationManager::GetInverseScheme ( G4int  index)
inline

Definition at line 149 of file G4InterpolationManager.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

G4InterpolationScheme G4InterpolationManager::GetScheme ( G4int  index) const
inline

Definition at line 132 of file G4InterpolationManager.hh.

Here is the caller graph for this function:

void G4InterpolationManager::Init ( G4int  aScheme,
G4int  aRange 
)
inline

Definition at line 85 of file G4InterpolationManager.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4InterpolationManager::Init ( G4InterpolationScheme  aScheme,
G4int  aRange 
)
inline

Definition at line 93 of file G4InterpolationManager.hh.

void G4InterpolationManager::Init ( std::ifstream &  aDataFile)
inline

Definition at line 102 of file G4InterpolationManager.hh.

Here is the call graph for this function:

G4InterpolationScheme G4InterpolationManager::MakeScheme ( G4int  it)

Definition at line 33 of file G4InterpolationManager.cc.

Here is the caller graph for this function:

G4InterpolationManager& G4InterpolationManager::operator= ( const G4InterpolationManager aManager)
inline

Definition at line 63 of file G4InterpolationManager.hh.

Friends And Related Function Documentation

friend class G4InterpolationIterator
friend

Definition at line 42 of file G4InterpolationManager.hh.


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