virtual LatticeIterInterface< T > * clone() const
Clone the object.
 
void setupTileCache()
Setup the cache in the tiled storage manager.
 
PagedArray< T > itsData
reference to the PagedArray
 
virtual ~PagedArrIter()
Destructor (cleans up dangling references and releases cursor memory)
 
PagedArrIter(const PagedArray< T > &data, const LatticeNavigator &method, Bool useRef)
Construct the Iterator with the supplied data, and iteration strategy.
 
PagedArrIter(const PagedArrIter< T > &other)
The copy constructor uses reference sematics for the PagedArray and copy semantics for the cursor and...
 
PagedArrIter< T > & operator=(const PagedArrIter< T > &other)
The assignment operator uses reference sematics for the PagedArray and copy semantics for the cursor ...