ImageFile Class Reference
#include <ImageFile.h>
Inheritance diagram for ImageFile:
[legend]List of all members.
Constructor & Destructor Documentation
Member Function Documentation
| void ImageFile::Allocate |
( |
int |
dataset |
) |
|
|
| void ImageFile::Deallocate |
( |
|
) |
|
|
| int ImageFile::GetHeight |
( |
|
) |
[inline] |
|
| unsigned char ImageFile::GetPixel |
( |
int |
x, |
|
|
int |
y |
|
) |
|
|
| float ** ImageFile::GetPixels |
( |
void |
|
) |
|
|
| int*** ImageFile::GetRGBPixels |
( |
void |
|
) |
[inline] |
|
| int ImageFile::GetWidth |
( |
|
) |
[inline] |
|
| virtual int ImageFile::Read |
( |
char * |
|
) |
[pure virtual] |
|
| void ImageFile::SetHeight |
( |
int |
h |
) |
[inline] |
|
| void ImageFile::SetPixel |
( |
int |
x, |
|
|
int |
y, |
|
|
unsigned char |
p |
|
) |
[inline] |
|
| void ImageFile::SetPixels |
( |
float ** |
|
) |
|
|
| void ImageFile::SetWidth |
( |
int |
w |
) |
[inline] |
|
| virtual void ImageFile::Write |
( |
char * |
|
) |
[pure virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following files: