xmsgeom
1.0
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
TrTriangulator.cpp
Go to the documentation of this file.
1
//------------------------------------------------------------------------------
7
//------------------------------------------------------------------------------
8
9
//----- Included files ---------------------------------------------------------
10
11
// 1. Precompiled header
12
13
// 2. My own header
14
#include <
xmsgeom/triangulate/TrTriangulator.h
>
15
16
// 3. Standard library headers
17
18
// 4. External library headers
19
20
// 5. Shared code headers
21
#include <
xmsgeom/triangulate/detail/triangulate.h
>
22
23
// 6. Non-shared code headers
24
25
//----- Namespace declaration --------------------------------------------------
26
27
namespace
xms
28
{
39
//------------------------------------------------------------------------------
41
//------------------------------------------------------------------------------
42
TrTriangulator::TrTriangulator
()
43
{
44
}
45
//------------------------------------------------------------------------------
47
//------------------------------------------------------------------------------
48
TrTriangulator::~TrTriangulator
()
49
{
50
}
51
//------------------------------------------------------------------------------
54
//------------------------------------------------------------------------------
55
bool
TrTriangulator::Triangulate
()
56
{
57
return
trTriangulateIt(*
this
);
58
}
// TrTriangulator::Triangulate
59
60
}
// namespace xms
triangulate.h
Code that creates a Delauney triangulation from points.
xms::TrTriangulator::~TrTriangulator
virtual ~TrTriangulator()
Destructor.
Definition:
TrTriangulator.cpp:48
TrTriangulator.h
xms::TrTriangulator::Triangulate
bool Triangulate()
Triangulate the points into a tin.
Definition:
TrTriangulator.cpp:55
xms::TrTriangulator::TrTriangulator
TrTriangulator()
Constructor.
Definition:
TrTriangulator.cpp:42
xmsgeom
triangulate
TrTriangulator.cpp
Generated on Thu Aug 30 2018 23:38:05 for xmsgeom by
1.8.6