#include <G4InterpolationIterator.hh>
Definition at line 35 of file G4InterpolationIterator.hh.
◆ G4InterpolationIterator()
◆ ~G4InterpolationIterator()
G4InterpolationIterator::~G4InterpolationIterator |
( |
| ) |
|
|
inline |
◆ Current()
◆ Fetch()
G4bool G4InterpolationIterator::Fetch |
( |
| ) |
|
|
inline |
Definition at line 49 of file G4InterpolationIterator.hh.
50 {
51 if(!started)
52 {
53 started = true;
54 counter=-1;
55 current = 0;
56 }
58 if(++counter==nEntries)
59 started = false;
60 result = false;
61 else if(current != nRanges-1&&counter==theManager->start[current+1])
62 current++;
63 return result;
64 }
The documentation for this class was generated from the following file: