HDK
|
#include <ImfArray.h>
Public Member Functions | |
Array2D () | |
Array2D (long sizeX, long sizeY) | |
~Array2D () | |
T * | operator[] (long x) |
const T * | operator[] (long x) const |
void | resizeErase (long sizeX, long sizeY) |
void | resizeEraseUnsafe (long sizeX, long sizeY) |
long | height () const |
long | width () const |
Definition at line 102 of file ImfArray.h.
Definition at line 179 of file ImfArray.h.
Definition at line 185 of file ImfArray.h.
Definition at line 191 of file ImfArray.h.
Definition at line 139 of file ImfArray.h.
Definition at line 198 of file ImfArray.h.
Definition at line 205 of file ImfArray.h.
Definition at line 212 of file ImfArray.h.
Definition at line 223 of file ImfArray.h.
Definition at line 140 of file ImfArray.h.