#include <BrickIterator.h>
Inheritance diagram for BrickCounter< Dim >:


Public Member Functions | |
| BrickCounter () | |
| BrickCounter (const NDIndex< Dim > &) | |
| BrickCounter & | operator++ () |
| bool | done (unsigned d) const |
| void | step (unsigned d) |
| void | rewind (unsigned d) |
| int | size (unsigned d) const |
| int | GetOffset (unsigned d) const |
Protected Member Functions | |
| void | op_pp () |
Protected Attributes | |
| vec< int, Dim > | Counters |
| vec< int, Dim > | Counts |
Definition at line 33 of file BrickIterator.h.
|
|||||||||
|
Definition at line 38 of file BrickIterator.h. |
|
||||||||||
|
Definition at line 36 of file BrickIterator.cpp. |
|
||||||||||
|
Reimplemented in BareFieldIterator< T, Dim >. Definition at line 47 of file BrickIterator.h. References BrickCounter< Dim >::Counters, and BrickCounter< Dim >::Counts. Referenced by BareFieldIterator< T, Dim >::done(). |
|
||||||||||
|
Definition at line 57 of file BrickIterator.h. References BrickCounter< Dim >::Counters. |
|
|||||||||
|
Reimplemented in BrickIterator< T, Dim >. Definition at line 52 of file BrickIterator.cpp. References BrickCounter< Dim >::rewind(), and BrickCounter< Dim >::step(). Referenced by BrickCounter< Dim >::operator++(). Here is the call graph for this function: ![]() |
|
|||||||||
|
Reimplemented in BareFieldIterator< T, Dim >, BrickIterator< T, Dim >, and IndexedBareFieldIterator< T, Dim >. Definition at line 44 of file BrickIterator.h. References BrickCounter< Dim >::op_pp(). Here is the call graph for this function: ![]() |
|
||||||||||
|
Reimplemented in BrickIterator< T, Dim >. Definition at line 51 of file BrickIterator.h. References BrickCounter< Dim >::Counters. Referenced by BrickCounter< Dim >::op_pp(), and BrickIterator< T, Dim >::rewind(). |
|
||||||||||
|
Definition at line 54 of file BrickIterator.h. References BrickCounter< Dim >::Counts. Referenced by for_each(), and BareField< T, Dim >::writeb(). |
|
||||||||||
|
Reimplemented in BrickIterator< T, Dim >. Definition at line 50 of file BrickIterator.h. References BrickCounter< Dim >::Counters. Referenced by BrickCounter< Dim >::op_pp(), and BrickIterator< T, Dim >::step(). |
|
|||||
|
Definition at line 61 of file BrickIterator.h. Referenced by BrickCounter< Dim >::done(), BrickCounter< Dim >::GetOffset(), BrickCounter< Dim >::rewind(), and BrickCounter< Dim >::step(). |
|
|||||
|
Definition at line 62 of file BrickIterator.h. Referenced by BrickCounter< Dim >::done(), and BrickCounter< Dim >::size(). |
1.4.6