Main Page | Modules | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

Images


Modules

ImageFilters

Classes

class  GDIImage
 Manipulates uncompressed device- and platform-independent bitmaps. More...

class  GDISurface
 Generic image class. More...

class  Image
 Generic image class. More...

class  ImageLoader
 Loading and saving bitmaps to files (base class). More...

class  IntelImage
 Manipulates uncompressed device- and platform-independent bitmaps. More...

class  IntelSurface
 Generic image class. More...

class  SimpleImage
 Manipulates uncompressed device- and platform-independent bitmaps. More...

class  FRImageLoader
 Image loader based on FreeImage third-party library. More...

class  DIntelImage
 Intel libraries IplImage wrap class. More...

class  SimpleImageLoader
 Image loader based on FreeImage third-party library. More...


Functions

 gml::GDIImage::GDIImage (const GDIImage &Orig)
 Copy constructor.

 gml::GDIImage::GDIImage (const Image &Orig)
 Copy constructor.

GDIImage & gml::GDIImage::operator= (const Image &Orig)
 Assignment operator.

GDIImage & operator= (const GDIImage &Orig)
Image & gml::Image::operator= (Image const &Orig)
int GetWidth () const
int GetHeight () const
FORMAT GetFormat () const
REPRES GetRepres () const
ORIENT GetOrient () const
int GetElemSize () const
BYTE ** gml::Image::GetLineArray () const
 Returns pointer to an array containing the starting addresses of the bitmap lines.

bool IsLocked () const
 gml::IntelImage::IntelImage (const IntelImage &Orig)
 Copy constructor.

 gml::IntelImage::IntelImage (const Image &Orig)
 Copy constructor.

IntelImage & gml::IntelImage::operator= (const Image &Orig)
 Assignment operator.

IntelImage & operator= (const IntelImage &Orig)
 gml::SimpleImage::SimpleImage (const SimpleImage &Orig)
 Copy constructor.

 gml::SimpleImage::SimpleImage (const Image &Orig)
 Copy constructor.

SimpleImage & gml::SimpleImage::operator= (const Image &Orig)
 Assignment operator.

SimpleImage & operator= (const SimpleImage &Orig)

Variables

const  PRESERVE_JPEG_EXIF = 1

Function Documentation

Image & operator= Image const &  Orig  )  [inline, inherited]
 

Assignment operator. Note that assignment between different derived classes is possible and results in a format conversion.

Reimplemented in GDIImage, IntelImage, and SimpleImage.

BYTE ** GetLineArray  )  const [inline, inherited]
 

Returns pointer to an array containing the starting addresses of the bitmap lines.

This array should be used whenever the bitmap bits need to be manipulated directly.


Generated on Tue Jan 13 21:12:02 2004 for Graphics and Media Lab CSL by doxygen 1.3.4