#include <ImfFrameBuffer.h>
Public Member Functions | |
| ConstIterator () | |
| ConstIterator (const FrameBuffer::SliceMap::const_iterator &i) | |
| ConstIterator (const FrameBuffer::Iterator &other) | |
| ConstIterator & | operator++ () |
| ConstIterator | operator++ (int) |
| const char * | name () const |
| const Slice & | slice () const |
Friends | |
| bool | operator== (const ConstIterator &, const ConstIterator &) |
| bool | operator!= (const ConstIterator &, const ConstIterator &) |
Definition at line 241 of file ImfFrameBuffer.h.
| Imf::FrameBuffer::ConstIterator::ConstIterator | ( | ) | [inline] |
Definition at line 315 of file ImfFrameBuffer.h.
| Imf::FrameBuffer::ConstIterator::ConstIterator | ( | const FrameBuffer::SliceMap::const_iterator & | i | ) | [inline] |
Definition at line 322 of file ImfFrameBuffer.h.
| Imf::FrameBuffer::ConstIterator::ConstIterator | ( | const FrameBuffer::Iterator & | other | ) | [inline] |
Definition at line 329 of file ImfFrameBuffer.h.
| const char * Imf::FrameBuffer::ConstIterator::name | ( | void | ) | const [inline] |
Definition at line 353 of file ImfFrameBuffer.h.
| FrameBuffer::ConstIterator Imf::FrameBuffer::ConstIterator::operator++ | ( | int | ) | [inline] |
Definition at line 344 of file ImfFrameBuffer.h.
| FrameBuffer::ConstIterator & Imf::FrameBuffer::ConstIterator::operator++ | ( | ) | [inline] |
Definition at line 336 of file ImfFrameBuffer.h.
| const Slice & Imf::FrameBuffer::ConstIterator::slice | ( | ) | const [inline] |
Definition at line 359 of file ImfFrameBuffer.h.
| bool operator!= | ( | const ConstIterator & | x, | |
| const ConstIterator & | y | |||
| ) | [friend] |
Definition at line 374 of file ImfFrameBuffer.h.
| bool operator== | ( | const ConstIterator & | x, | |
| const ConstIterator & | y | |||
| ) | [friend] |
Definition at line 366 of file ImfFrameBuffer.h.
1.5.9