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