DD::Image::ImageTileReadOnlyPtr Class Reference

List of all members.

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)

Detailed Description

! A const tile pointer Identical to ImageTilePtr but with const attributes


Member Function Documentation

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