#include <ImageSet.hpp>
Collaboration diagram for ImageSet:
Purpose: Define the concept of image set, scans, list, ... .
@ Copyrights: Bernard De Cuyper & Eddy Fraiha 2004, Eggs & Pictures. MIT/Open BSD copyright model.
Public Methods | |
ImageSet (int nMax=256) | |
virtual | ~ImageSet () |
AnImage * | get (int i) |
void | set (int i, AnImage *im) |
int | getWidth () |
int | getHeight () |
int | getChannels () |
int | getChannelDepth () |
virtual int | get (int z, int x, int y, int c=0) |
virtual void | set (int z, int x, int y, int val) |
virtual void | set (int z, int x, int y, int c, int val) |
Protected Attributes | |
int | n |
int | nmax |
AnImage ** | image |