#include <AnImageAdaptor.hpp>
Inheritance diagram for AnImageAdaptor:
Purpose: Define the concept of image adaptor: e.g. image flyover: concentrates on a window, interpolation, ... .
@ Copyrights: Bernard De Cuyper & Eddy Fraiha 2004, Eggs & Pictures. MIT/Open BSD copyright model.
Public Methods | |
AnImageAdaptor (AnImage *animage=0) | |
virtual | ~AnImageAdaptor () |
void | set (AnImage *im) |
int | getWidth () |
int | getHeight () |
int | getChannels () |
int | getChannelDepth () |
virtual int | get (int x, int y, int c=0) |
virtual int | igetR (double x, double y, int c=0)=0 |
virtual double | getR (double x, double y, int c=0)=0 |
Protected Attributes | |
AnImage * | image |
int | width0 |
int | height0 |