Public Member Functions | |
| ImageTileReadOnlyPtr (const float *ptr, const float *startptr, const float *endptr, int stride) | |
| float | operator[] (int x) const |
| float | operator* () const |
| const float * | ptr () const |
| operator bool () const | |
| ImageTileReadOnlyPtr | operator+ (int offset) const |
| ImageTileReadOnlyPtr | operator++ () |
| ImageTileReadOnlyPtr | operator++ (int) |
| ImageTileReadOnlyPtr | operator-- () |
| ImageTileReadOnlyPtr | operator-- (int) |
| bool | operator!= (ImageTileReadOnlyPtr other) |
! A const tile pointer Identical to ImageTilePtr but with const attributes
| const float* DD::Image::ImageTileReadOnlyPtr::ptr | ( | ) | const [inline] |
get the raw pointer NOTE: may be pointing to memory not allocated if you haven't _requested() it