#include <G4Physics2DVectorCache.hh>
Public Member Functions | |
| G4Physics2DVectorCache () | |
| ~G4Physics2DVectorCache () | |
| void | Clear () |
Data Fields | |
| G4double | lastX |
| G4double | lastY |
| G4double | lastValue |
| size_t | lastBinX |
| size_t | lastBinY |
Definition at line 51 of file G4Physics2DVectorCache.hh.
| G4Physics2DVectorCache::G4Physics2DVectorCache | ( | ) |
Definition at line 43 of file G4Physics2DVectorCache.cc.
References Clear().
00044 { 00045 Clear(); 00046 }
| G4Physics2DVectorCache::~G4Physics2DVectorCache | ( | ) |
| 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().
Definition at line 64 of file G4Physics2DVectorCache.hh.
Referenced by Clear(), G4Physics2DVector::ComputeValue(), G4Physics2DVector::FindBinLocationX(), and G4Physics2DVector::GetLastBinX().
Definition at line 65 of file G4Physics2DVectorCache.hh.
Referenced by Clear(), G4Physics2DVector::ComputeValue(), G4Physics2DVector::FindBinLocationY(), and G4Physics2DVector::GetLastBinY().
Definition at line 63 of file G4Physics2DVectorCache.hh.
Referenced by G4Physics2DVector::BicubicInterpolation(), Clear(), G4Physics2DVector::ComputeValue(), G4Physics2DVector::GetLastValue(), and G4Physics2DVector::Value().
Definition at line 61 of file G4Physics2DVectorCache.hh.
Referenced by G4Physics2DVector::BicubicInterpolation(), Clear(), G4Physics2DVector::ComputeValue(), G4Physics2DVector::GetLastX(), and G4Physics2DVector::Value().
Definition at line 62 of file G4Physics2DVectorCache.hh.
Referenced by G4Physics2DVector::BicubicInterpolation(), Clear(), G4Physics2DVector::ComputeValue(), G4Physics2DVector::GetLastY(), and G4Physics2DVector::Value().
1.4.7