Image Class Reference

#include <Image.h>

List of all members.

Public Types

enum  Type { GIF, JPEG }

Public Member Functions

 Image ()
virtual ~Image ()
bool Open (const char *filename)
void Read (unsigned char *data)
int GetWidth () const
int GetHeight () const
int GetComponents () const

Private Attributes

Type _type
int _width
int _height
int _components


Member Enumeration Documentation

enum Image::Type

Enumerator:
GIF 
JPEG 


Constructor & Destructor Documentation

Image::Image (  ) 

Image::~Image (  )  [virtual]


Member Function Documentation

bool Image::Open ( const char *  filename  ) 

void Image::Read ( unsigned char *  data  ) 

int Image::GetWidth (  )  const [inline]

int Image::GetHeight (  )  const [inline]

int Image::GetComponents (  )  const [inline]


Member Data Documentation

Type Image::_type [private]

int Image::_width [private]

int Image::_height [private]

int Image::_components [private]


Generated on Thu Jan 18 10:06:18 2007 for vhdPLUS by  doxygen 1.5.1-p1