MatrixWalkers::Checked< T, I > Struct Template Reference
Checked_ iterator for a rectangle in a matrix, no rotation.
More...
#include <matrixUtil.h>
List of all members.
|
Public Member Functions |
| Checked (TMatrix pixels, const Block &block) |
| Initializes a new iterator for a block of pixels .
|
Public Attributes |
T * | colEnd |
| the end of the current column
|
T * | colsEndStart |
| the start of the end column
|
Detailed Description
template<class T, class I = PtrInt>
struct MatrixWalkers::Checked< T, I >
Checked_ iterator for a rectangle in a matrix, no rotation.
Definition at line 423 of file matrixUtil.h.
The documentation for this struct was generated from the following file: