![]() |
TerraLib 4.1
|
A class for handling sets of cells. More...
#include <TeGeometry.h>
Public Member Functions | |
| TeCellSet () | |
| Empty constructor. | |
| double | resX () const |
| Returns the X resolution of a cell set. | |
| double | resY () const |
| Returns the Y resolution of a cell set. | |
| void | resX (double reX) |
| Sets the X resolution of a cell set. | |
| void | resY (double reY) |
| Sets the Y resolution of a cell set. | |
| TeGeomRep | elemType () const |
| Returns the basic geometry in a set of geometries structure. | |
A class for handling sets of cells.
| TeCellSet::TeCellSet | ( | ) | [inline] |
Empty constructor.
| TeGeomRep TeCellSet::elemType | ( | ) | const [inline, virtual] |
Returns the basic geometry in a set of geometries structure.
Reimplemented from TeGeometry.
| double TeCellSet::resX | ( | ) | const [inline] |
Returns the X resolution of a cell set.
| void TeCellSet::resX | ( | double | reX | ) | [inline] |
Sets the X resolution of a cell set.
| void TeCellSet::resY | ( | double | reY | ) | [inline] |
Sets the Y resolution of a cell set.
| double TeCellSet::resY | ( | ) | const [inline] |
Returns the Y resolution of a cell set.