Main Page   Compound List   File List   Compound Members  

Cell Class Reference

#include <Cell.h>

List of all members.

Public Methods

 Cell ()
virtual ~Cell ()
void addSamplePointAtBack (Vektor2i sp)
void addSamplePointAtFront (Vektor2i sp)
void setBounds (int llx, int lly, int urx, int ury)
Vektor2i getSamplePoint (int pos)

Public Attributes

Vektor2i * lowerleft
Vektor2i * upperright
vector< Vektor2i *> samplePoints


Detailed Description

This class is used a single Cell of the superimposed grid.


Constructor & Destructor Documentation

Cell::Cell   [inline]
 

Constructor of Cell calls protected funtion Initialize.

virtual Cell::~Cell   [inline, virtual]
 

Destructor of Cell calls protected function Destroy.


Member Function Documentation

void Cell::addSamplePointAtBack Vektor2i    sp
 

Add a sample Point at the end of the vector samplePoints. These are used for distance checking.

void Cell::addSamplePointAtFront Vektor2i    sp
 

Add a sample Point at the front of the vector samplePoints. These are used for distance checking.

Vektor2i Cell::getSamplePoint int    pos
 

Get a sample point from the vector at position pos.

void Cell::setBounds int    llx,
int    lly,
int    urx,
int    ury
 

Set bounds specifying the borders of the Cell.


The documentation for this class was generated from the following files:
Generated on Tue Jan 22 19:13:38 2002 for FlowViz by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001