#include <NeigbourSet.hpp>
Collaboration diagram for NeigbourSet:
Purpose: Neigbour of selected pixel
@ Copyrights: Bernard De Cuyper & Eddy Fraiha 2002, Eggs & Pictures. MIT/Open BSD copyright model.
Public Methods | |
NeigbourSet () | |
~NeigbourSet () | |
int | numberOfMembers () |
Psi2DValue * | get (int i) |
bool | isEmpty () |
bool | isFull () |
void | add (Psi2DValue *psi) |
void | clear () |
void | write (FILE *file) |
void | output () |
Public Attributes | |
int | n |
int | nmax |
Psi2DValue ** | psi |