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