#include <DataIterator.H>
Inheritance diagram for DataIterator:
Public Member Functions | |
DataIterator () | |
DataIterator (const BoxLayout &a_layout) | |
const DataIndex & | operator() () const |
return the index that this iterator is at | |
DataIndex | i () const |
return a copy of the index that this iterator is at | |
Friends | |
class | BoxLayout |
class | DisjointBoxLayout |
|
|
|
|
|
return a copy of the index that this iterator is at Aborts if the iterator is not ok() Reimplemented from LayoutIterator. |
|
return the index that this iterator is at Aborts if the iterator is not ok() Reimplemented from LayoutIterator. |
|
Reimplemented from LayoutIterator. |
|
|