PGMImage Class Reference
#include <PGMImage.h>
Inheritance diagram for PGMImage:
[legend]List of all members.
|
Public Member Functions |
| | PGMImage () |
| | PGMImage (char *file) |
| virtual | ~PGMImage () |
| int | Read (char *) |
| void | Write (char *) |
| void | Write (char *, float **, int, int) |
| void | Write (char *, float ***, int, int) |
| void | Write (char *, float **, int, int, int) |
| void | WriteScaled (char *filename, float **output, int height, int width) |
Constructor & Destructor Documentation
| PGMImage::PGMImage |
( |
|
) |
[inline] |
|
| PGMImage::PGMImage |
( |
char * |
file |
) |
[inline] |
|
| virtual PGMImage::~PGMImage |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
| int PGMImage::Read |
( |
char * |
|
) |
[virtual] |
|
| void PGMImage::Write |
( |
char * |
, |
|
|
float ** |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
|
|
) |
|
|
| void PGMImage::Write |
( |
char * |
, |
|
|
float *** |
, |
|
|
int |
, |
|
|
int |
|
|
) |
|
|
| void PGMImage::Write |
( |
char * |
, |
|
|
float ** |
, |
|
|
int |
, |
|
|
int |
|
|
) |
|
|
| void PGMImage::Write |
( |
char * |
|
) |
[virtual] |
|
| void PGMImage::WriteScaled |
( |
char * |
filename, |
|
|
float ** |
output, |
|
|
int |
height, |
|
|
int |
width |
|
) |
|
|
The documentation for this class was generated from the following files: