|
Chombo + EB
3.0
|
#include <DataIterator.H>

Public Member Functions | |
| virtual | ~DataIterator () |
| DataIterator () | |
| DataIterator (const BoxLayout &a_layout) | |
| const DataIndex & | operator() () const |
| return the index that this iterator is at More... | |
| DataIndex | i () const |
| return a copy of the index that this iterator is at More... | |
| int | size () const |
Public Member Functions inherited from LayoutIterator | |
| LayoutIterator () | |
| a null constructed LayoutIterator will return false on ok() More... | |
| virtual | ~LayoutIterator () |
| const LayoutIndex & | operator() () const |
| return the index that this iterator is at More... | |
| LayoutIndex | i () const |
| return a copy of the index that this iterator is at More... | |
| virtual void | operator++ () |
| move the iterator to the next Box in the layout More... | |
| void | incr () |
| move the iterator to the next Box in the layout More... | |
| virtual bool | ok () const |
| return true if this iterator is still in its Layout More... | |
| void | begin () |
| initialize this iterator to the first Box in its Layout More... | |
| void | reset () |
| same as begin() More... | |
| void | end () |
| move this iterator to after the last Box in the layout More... | |
Protected Member Functions | |
| DataIterator (const BoxLayout &boxlayout, const int *layoutID) | |
Protected Member Functions inherited from LayoutIterator | |
| LayoutIterator (const BoxLayout &a_boxlayout, const int *a_layoutID) | |
Friends | |
| class | BoxLayout |
| class | DisjointBoxLayout |
| class | TimedDataIterator |
Additional Inherited Members | |
Protected Attributes inherited from LayoutIterator | |
| BoxLayout | m_layout |
| RefCountedPtr< Vector< LayoutIndex > > | m_indicies |
| int | m_current |
|
inlinevirtual |
|
inline |
|
inline |
References BoxLayout::dataIterator().
|
inlineprotected |
|
inline |
return the index that this iterator is at
Aborts if the iterator is not ok()
References LayoutIterator::operator()().
Referenced by i().
|
inline |
return a copy of the index that this iterator is at
Aborts if the iterator is not ok()
References operator()().
|
inline |
|
friend |
|
friend |
|
friend |
1.8.13