DD::Image::ImageTileReadOnlyPtr Class Reference

List of all members.

Public Member Functions

 mFnDeprecatedInNuke10Func ("This c'tor does not allow bounds checking. Use the alternative c'tor", ImageTileReadOnlyPtr(const float *ptr, int stride);) ImageTileReadOnlyPtr(const float *ptr
const float const float int _stride (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)

Public Attributes

const float * startptr
const float const float * endptr
const float const float int stride: _ptr(ptr)

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