![]() |
TerraLib 4.1
|
A basic class for handling vertex of TIN. More...
#include <TeTin.h>
Public Member Functions | |
| TeTinVertex () | |
| Empty constructor. | |
| TeTinVertex (TeCoord2D xy, double value, TeTinVertexType type, long edge) | |
| Constructor with parameters. | |
| bool | operator== (const TeTinVertex &other) const |
| Returns TRUE if a TeTinVertex is equal to other. | |
| long | oneEdge () |
| void | setOneEdge (long oneEdge) |
| TeTinVertexType | type () |
| void | setType (TeTinVertexType type) |
| void | value (double value) |
| double | value () |
| Return the value associated to the measure. | |
| TeGeomRep | elemType () |
A basic class for handling vertex of TIN.
| TeTinVertex::TeTinVertex | ( | ) | [inline] |
Empty constructor.