xmsgrid  1.0
xms::TrTriangulator Class Reference

Base class used to derive a class to triangulate points. More...

Inheritance diagram for xms::TrTriangulator:
xms::TrTriangulatorPoints

Public Member Functions

 TrTriangulator ()
 Constructor.
 
virtual ~TrTriangulator ()
 Destructor.
 
bool Triangulate ()
 Triangulate the points into a tin. More...
 

Detailed Description

Base class used to derive a class to triangulate points.

See also
TrTriangulatorPoints This class can be used to pass triangle based data to be consumed however the derived class prefers. Sometimes the point information will be provided and will need to be handled by derived classes. Other times (like in triangulation) it is assumed that the point data has already been stored for the target.

Definition at line 32 of file TrTriangulator.h.

Member Function Documentation

◆ Triangulate()

bool xms::TrTriangulator::Triangulate ( )

Triangulate the points into a tin.

Returns
true on success.

Definition at line 54 of file TrTriangulator.cpp.

References xms::trTriangulateIt().

Referenced by TrAutoFixFourTrianglePtsUnitTests::test1(), TrBreaklineAdderUnitTests::test1(), TrTinUnitTests::testSwap(), trBuildTestTin6(), and trBuildTestTin7().


The documentation for this class was generated from the following files: