KrisLibrary  1.0.0
Public Types | Public Member Functions | Public Attributes | List of all members
Grid2Indices::iterator Struct Reference
Inheritance diagram for Grid2Indices::iterator:
Range2Indices::iterator

Public Types

typedef Range2Indices::iterator ParentT
 

Public Member Functions

 iterator (const Grid2Indices *grid)
 
 iterator (const Grid2Indices *grid, int invalid)
 
 iterator (const Grid2Indices *grid, const Range2Indices &range)
 
 iterator (const Grid2Indices *grid, const Range2Indices &range, int invalid)
 
IntPair operator* ()
 
int getFirst () const
 
int getSecond () const
 
bool operator== (const iterator &rhs) const
 
bool operator!= (const iterator &rhs) const
 
bool operator< (const iterator &rhs) const
 
- Public Member Functions inherited from Range2Indices::iterator
 iterator (const RangeIndices &irange, const RangeIndices &jrange)
 
 iterator (const RangeIndices &irange, const RangeIndices &jrange, int invalid)
 
 iterator (const iterator &rhs)
 
IntPair operator* ()
 
int getElement () const
 
void setElement (int k)
 
void setElement (int i, int j)
 
void setElement (const IntPair &t)
 
iteratoroperator++ ()
 
iteratoroperator-- ()
 
iteratoroperator+= (int skip)
 
iteratoroperator-= (int skip)
 
int getFirst () const
 
int getSecond () const
 
int getFirstElement () const
 
int getSecondElement () const
 
void incFirst (int skip=1)
 
void incSecond (int skip=1)
 
bool isInvalid () const
 
bool operator== (const iterator &rhs) const
 
bool operator!= (const iterator &rhs) const
 
bool operator< (const iterator &rhs) const
 

Public Attributes

const Grid2Indicesgrid
 
Range2Indices range
 
Range2Indices::iterator e
 
- Public Attributes inherited from Range2Indices::iterator
RangeIndices::iterator i
 
RangeIndices::iterator j
 
int element
 

The documentation for this struct was generated from the following files: