|
Blender V5.0
|
#include <image.h>
Public Types | |
| enum | DataType { NONE , BYTE , FLOAT , INT , SHORT } |
Public Member Functions | |
| Image (Array3Du *array) | |
| Image (Array3Df *array) | |
| Image (const Image &img) | |
| int | MemorySizeInBytes () |
| ~Image () | |
| Image & | operator= (const Image &f) |
| Array3Du * | AsArray3Du () const |
| Array3Df * | AsArray3Df () const |
Definition at line 40 of file libmv/libmv/image/image.h.
| enum libmv::Image::DataType |
| Enumerator | |
|---|---|
| NONE | |
| BYTE | |
| FLOAT | |
| INT | |
| SHORT | |
Definition at line 49 of file libmv/libmv/image/image.h.
|
inline |
Definition at line 43 of file libmv/libmv/image/image.h.
References BYTE.
Referenced by Image(), and operator=().
|
inline |
Definition at line 44 of file libmv/libmv/image/image.h.
References FLOAT.
|
inline |
Definition at line 46 of file libmv/libmv/image/image.h.
|
inline |
|
inline |
Definition at line 122 of file libmv/libmv/image/image.h.
References FLOAT.
|
inline |
Definition at line 115 of file libmv/libmv/image/image.h.
References BYTE.
|
inline |
Definition at line 58 of file libmv/libmv/image/image.h.
References assert, BYTE, FLOAT, INT, MemorySizeInBytes(), SHORT, and size().
Referenced by MemorySizeInBytes().