8 #ifndef BRICK_ITERATOR_H
9 #define BRICK_ITERATOR_H
17 template <
unsigned Dim>
class NDIndex;
21 template<
unsigned Dim>
58 template<
class T,
unsigned Dim>
155 for (
unsigned int d=0; d <
Dim; ++d) {
BrickCounter & operator++()
int GetOffset(unsigned d) const
int size(unsigned d) const
bool done(unsigned d) const
PETE_Expr_t MakeExpression() const
T & offset(int i, int j, int k) const
void moveBy(const int *i)
bool operator!=(const BrickIterator< T, Dim > &a) const
Message & getMessage(Message &)
T & unit_offset(int i) const
void moveBy(int i, int j, int k)
void moveBy(int i, int j)
BrickIterator & operator++()
T & unit_offset(int i, int j) const
T & offset(int i, int j) const
BrickIterator< T, Dim > PETE_Expr_t
Message & putMessage(Message &, bool makecopy=true)
bool operator==(const BrickIterator< T, Dim > &a) const
T & unit_offset(int i, int j, int k) const
static T dot(const T *, const T *)