![]() |
TerraLib 4.1
|
A class for handling cells. More...
#include <TeGeometry.h>
Public Member Functions | |
| TeCell () | |
| Empty constructor. | |
| TeCell (TeBox &box, int col, int lin) | |
| int | column () const |
| Returns the column identification of the cell. | |
| void | column (int column) |
| Sets the column identification of the cell. | |
| int | line () const |
| Returns the line identification of the cell. | |
| void | line (int line) |
| Sets the line identification of the cell. | |
| TeGeomRep | elemType () const |
| Returns the basic geometry in a set of geometries structure. | |
| bool | operator== (const TeCell &other) const |
| Returns TRUE if a TeCell is equal to other. | |
A class for handling cells.
| TeCell::TeCell | ( | ) | [inline] |
Empty constructor.
| TeCell::TeCell | ( | TeBox & | box, |
| int | col, | ||
| int | lin | ||
| ) | [inline] |
| int TeCell::column | ( | ) | const [inline] |
Returns the column identification of the cell.
| void TeCell::column | ( | int | column | ) | [inline] |
Sets the column identification of the cell.
| TeGeomRep TeCell::elemType | ( | ) | const [inline, virtual] |
Returns the basic geometry in a set of geometries structure.
Reimplemented from TeGeometry.
| void TeCell::line | ( | int | line | ) | [inline] |
Sets the line identification of the cell.
| int TeCell::line | ( | ) | const [inline] |
Returns the line identification of the cell.
| bool TeCell::operator== | ( | const TeCell & | other | ) | const [inline] |
Returns TRUE if a TeCell is equal to other.