RGBAImage Class Reference

#include <imagelib.h>

Inheritance diagram for RGBAImage:
Inheritance graph
[legend]
Collaboration diagram for RGBAImage:
Collaboration graph
[legend]

Public Member Functions

 RGBAImage (unsigned int _width, unsigned int _height)
 ~RGBAImage ()
bytegetRGBAPixels () const
unsigned int getWidth () const
unsigned int getHeight () const

Data Fields

RGBAPixelpixels
unsigned int width
unsigned int height

Private Member Functions

 RGBAImage (const RGBAImage &other)
RGBAImageoperator= (const RGBAImage &other)

Detailed Description

Definition at line 39 of file imagelib.h.


Constructor & Destructor Documentation

RGBAImage::RGBAImage ( const RGBAImage other  )  [private]
RGBAImage::RGBAImage ( unsigned int  _width,
unsigned int  _height 
) [inline]

Definition at line 47 of file imagelib.h.

RGBAImage::~RGBAImage (  )  [inline]

Definition at line 51 of file imagelib.h.

References pixels.


Member Function Documentation

unsigned int RGBAImage::getHeight (  )  const [inline, virtual]

Implements Image.

Definition at line 64 of file imagelib.h.

References height.

byte* RGBAImage::getRGBAPixels (  )  const [inline, virtual]

Implements Image.

Definition at line 56 of file imagelib.h.

References byte, and pixels.

unsigned int RGBAImage::getWidth (  )  const [inline, virtual]

Implements Image.

Definition at line 60 of file imagelib.h.

References width.

RGBAImage& RGBAImage::operator= ( const RGBAImage other  )  [private]

Field Documentation

unsigned int RGBAImage::height

Definition at line 45 of file imagelib.h.

Referenced by getHeight().

Definition at line 44 of file imagelib.h.

Referenced by getRGBAPixels(), and ~RGBAImage().

unsigned int RGBAImage::width

Definition at line 45 of file imagelib.h.

Referenced by getWidth().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2