TerraLib 4.1

A basic class for handling vertex of TIN. More...

#include <TeTin.h>

Inheritance diagram for TeTinVertex:
TeGeomSingle< TeCoord2D > TeMeasure TeVector TeGeometry

List of all members.

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 ()

Detailed Description

A basic class for handling vertex of TIN.

See also:
TeGeometry TeMeasure

Constructor & Destructor Documentation

TeTinVertex::TeTinVertex ( ) [inline]

Empty constructor.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines