G4Physics2DVectorCache Class Reference

#include <G4Physics2DVectorCache.hh>


Public Member Functions

 G4Physics2DVectorCache ()
 ~G4Physics2DVectorCache ()
void Clear ()

Data Fields

G4double lastX
G4double lastY
G4double lastValue
size_t lastBinX
size_t lastBinY


Detailed Description

Definition at line 51 of file G4Physics2DVectorCache.hh.


Constructor & Destructor Documentation

G4Physics2DVectorCache::G4Physics2DVectorCache (  ) 

Definition at line 43 of file G4Physics2DVectorCache.cc.

References Clear().

00044 {
00045   Clear();
00046 }

G4Physics2DVectorCache::~G4Physics2DVectorCache (  ) 

Definition at line 48 of file G4Physics2DVectorCache.cc.

00049 {
00050 }


Member Function Documentation

void G4Physics2DVectorCache::Clear (  ) 

Definition at line 52 of file G4Physics2DVectorCache.cc.

References lastBinX, lastBinY, lastValue, lastX, and lastY.

Referenced by G4Physics2DVectorCache(), G4Physics2DVector::operator=(), G4Physics2DVector::PutVectors(), and G4Physics2DVector::Retrieve().

00053 {
00054   lastX = lastY = lastValue = 0.0;
00055   lastBinX = lastBinY = 0;  
00056 }


Field Documentation

size_t G4Physics2DVectorCache::lastBinX

Definition at line 64 of file G4Physics2DVectorCache.hh.

Referenced by Clear(), G4Physics2DVector::ComputeValue(), G4Physics2DVector::FindBinLocationX(), and G4Physics2DVector::GetLastBinX().

size_t G4Physics2DVectorCache::lastBinY

Definition at line 65 of file G4Physics2DVectorCache.hh.

Referenced by Clear(), G4Physics2DVector::ComputeValue(), G4Physics2DVector::FindBinLocationY(), and G4Physics2DVector::GetLastBinY().

G4double G4Physics2DVectorCache::lastValue

Definition at line 63 of file G4Physics2DVectorCache.hh.

Referenced by G4Physics2DVector::BicubicInterpolation(), Clear(), G4Physics2DVector::ComputeValue(), G4Physics2DVector::GetLastValue(), and G4Physics2DVector::Value().

G4double G4Physics2DVectorCache::lastX

Definition at line 61 of file G4Physics2DVectorCache.hh.

Referenced by G4Physics2DVector::BicubicInterpolation(), Clear(), G4Physics2DVector::ComputeValue(), G4Physics2DVector::GetLastX(), and G4Physics2DVector::Value().

G4double G4Physics2DVectorCache::lastY

Definition at line 62 of file G4Physics2DVectorCache.hh.

Referenced by G4Physics2DVector::BicubicInterpolation(), Clear(), G4Physics2DVector::ComputeValue(), G4Physics2DVector::GetLastY(), and G4Physics2DVector::Value().


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:52:54 2013 for Geant4 by  doxygen 1.4.7