#include <portableimage.h>
Public Member Functions | |
int | components () const |
PortableImage () | |
bool | readHeader (const unsigned char *data) |
void | setComponents (int components) |
unsigned char * | writeHeader (unsigned char *data) |
~PortableImage () | |
Private Attributes | |
int | m_components |
int | m_maxVal |
Definition at line 8 of file portableimage.h.
Definition at line 119 of file portableimage.cpp.
Definition at line 124 of file portableimage.cpp.
int IZ::PortableImage::components | ( | ) | const [inline] |
Definition at line 16 of file portableimage.h.
bool IZ::PortableImage::readHeader | ( | const unsigned char * | data | ) |
Definition at line 84 of file portableimage.cpp.
void IZ::PortableImage::setComponents | ( | int | components | ) | [inline] |
Definition at line 19 of file portableimage.h.
unsigned char * IZ::PortableImage::writeHeader | ( | unsigned char * | data | ) |
Definition at line 57 of file portableimage.cpp.
int IZ::PortableImage::m_components [private] |
Definition at line 27 of file portableimage.h.
int IZ::PortableImage::m_maxVal [private] |
Definition at line 28 of file portableimage.h.