|
| | ConstIterator (const ImageBuf &ib, WrapMode wrap=WrapDefault) |
| |
| | ConstIterator (const ImageBuf &ib, int x_, int y_, int z_=0, WrapMode wrap=WrapDefault) |
| |
| | ConstIterator (const ImageBuf &ib, const ROI &roi, WrapMode wrap=WrapDefault) |
| | Construct read-only iteration region from ImageBuf and ROI.
|
| |
| | ConstIterator (const ImageBuf &ib, int xbegin, int xend, int ybegin, int yend, int zbegin=0, int zend=1, WrapMode wrap=WrapDefault) |
| |
| | ConstIterator (const ConstIterator &i) |
| |
| const ConstIterator & | operator= (const ConstIterator &i) |
| |
ConstDataArrayProxy< BUFT,
USERT > & | operator* () const |
| |
| USERT | operator[] (int i) const |
| |
|
const void * | rawptr () const |
| |
| USERT | deep_value (int c, int s) const |
| | Retrieve the deep data value of sample s of channel c.
|
| |
|
| IteratorBase (const ImageBuf &ib, WrapMode wrap) |
| |
| | IteratorBase (const ImageBuf &ib, const ROI &roi, WrapMode wrap) |
| | Construct valid iteration region from ImageBuf and ROI.
|
| |
| | IteratorBase (const ImageBuf &ib, int xbegin, int xend, int ybegin, int yend, int zbegin, int zend, WrapMode wrap) |
| |
|
| IteratorBase (const IteratorBase &i) |
| |
| const IteratorBase & | assign_base (const IteratorBase &i) |
| |
| int | x () const |
| |
| int | y () const |
| |
| int | z () const |
| |
| bool | valid () const |
| | Is the current location within the designated iteration range?
|
| |
| bool | valid (int x_, int y_, int z_=0) const |
| |
| bool | exists (int x_, int y_, int z_=0) const |
| |
| bool | exists () const |
| |
| bool | done () const |
| | Are we finished iterating over the region?
|
| |
| int | deep_samples () |
| | Retrieve the number of deep data samples at this pixel.
|
| |
| WrapMode | wrap () const |
| | Return the wrap mode.
|
| |
| void | pos (int x_, int y_, int z_=0) |
| |
| void | operator++ () |
| |
| void | operator++ (int) |
| |
| ROI | range () const |
| | Return the iteration range.
|
| |
template<typename BUFT, typename USERT = float>
class ImageBuf::ConstIterator< BUFT, USERT >
Just like an ImageBuf::Iterator, except that it refers to a const ImageBuf.