RGBtoRGBConverter Class Reference

#include <RGBtoRGBConverter.h>


Detailed Description

Colour conversions to between differing RGB colour spaces.

This class is the base class defining the minimum interface and properties for all derived classes. The conversion method is pure virtual and must be implemented by derived classes.

Definition at line 36 of file Copy of Image/RGBtoRGBConverter.h.


Public Member Functions

 RGBtoRGBConverter (void)
 RGBtoRGBConverter (int width, int height)
virtual ~RGBtoRGBConverter (void)
virtual void Convert (void *pRgbIn, void *pRgbOut)=0
int GetWidth (void)
int GetHeight (void)
void SetDimensions (int width, int height)
 RGBtoRGBConverter (void)
 RGBtoRGBConverter (int width, int height)
virtual ~RGBtoRGBConverter (void)
virtual void Convert (void *pRgbIn, void *pRgbOut)=0
int GetWidth (void)
int GetHeight (void)
void SetDimensions (int width, int height)

Protected Attributes

int _width
int _height

The documentation for this class was generated from the following files:
Generated on Fri Mar 13 14:12:39 2009 for RTVC by  doxygen 1.5.3