Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

RGBEImage Class Reference

#include <Image.h>

Inheritance diagram for RGBEImage:

Image

Collaboration diagram for RGBEImage:

List of all members.

Public Members

 RGBEImage ()
Void SetSize (Int width, Int height)
Void Clear (const Colour &c)
Void SetPixel (Int x, Int y, const Colour &c)
Colour GetPixel (Int x, Int y) const
Void SetSpan (Int row, Int start, Int length, const Colour *src)
Void GetSpan (Int row, Int start, Int length, Colour *dst) const
Int SavePIC (const Char *filename)
Int LoadPIC (const Char *filename)
RGBEPixelRGBEData () const

Protected Members

RGBEPixeldata


Detailed Description

Definition at line 201 of file Image.h.


Constructor & Destructor Documentation

RGBEImage::RGBEImage ()

Definition at line 204 of file Image.h.


Member Function Documentation

Void RGBEImage::Clear (const Colour & c) [virtual]

Reimplemented from Image.

Definition at line 1266 of file Image.cc.

Colour RGBEImage::GetPixel (Int x, Int y) const [virtual]

Reimplemented from Image.

Definition at line 1282 of file Image.cc.

Void RGBEImage::GetSpan (Int row, Int start, Int length, Colour * dst) const [virtual]

Reimplemented from Image.

Definition at line 1301 of file Image.cc.

Int RGBEImage::LoadPIC (const Char * filename)

Definition at line 1433 of file Image.cc.

RGBEPixel * RGBEImage::RGBEData () const [inline]

Definition at line 218 of file Image.h.

Int RGBEImage::SavePIC (const Char * filename)

Definition at line 1401 of file Image.cc.

Void RGBEImage::SetPixel (Int x, Int y, const Colour & c) [virtual]

Reimplemented from Image.

Definition at line 1275 of file Image.cc.

Void RGBEImage::SetSize (Int width, Int height) [virtual]

Reimplemented from Image.

Definition at line 1258 of file Image.cc.

Void RGBEImage::SetSpan (Int row, Int start, Int length, const Colour * src) [virtual]

Reimplemented from Image.

Definition at line 1289 of file Image.cc.


Member Data Documentation

RGBEPixel * RGBEImage::data [protected]

Definition at line 221 of file Image.h.


The documentation for this class was generated from the following files:
Generated at Sat Aug 5 00:17:09 2000 for Graphics Class Library by doxygen 1.1.0 written by Dimitri van Heesch, © 1997-2000