#include <Cell.h>
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 |
|
Constructor of Cell calls protected funtion Initialize. |
|
Destructor of Cell calls protected function Destroy. |
|
Add a sample Point at the end of the vector samplePoints. These are used for distance checking. |
|
Add a sample Point at the front of the vector samplePoints. These are used for distance checking. |
|
Get a sample point from the vector at position pos. |
|
Set bounds specifying the borders of the Cell. |