xmsgrid  1.0
TrTriangulator.cpp
Go to the documentation of this file.
1 //------------------------------------------------------------------------------
6 //------------------------------------------------------------------------------
7 
8 //----- Included files ---------------------------------------------------------
9 
10 // 1. Precompiled header
11 
12 // 2. My own header
14 
15 // 3. Standard library headers
16 
17 // 4. External library headers
18 
19 // 5. Shared code headers
21 
22 // 6. Non-shared code headers
23 
24 //----- Namespace declaration --------------------------------------------------
25 
26 namespace xms
27 {
38 //------------------------------------------------------------------------------
40 //------------------------------------------------------------------------------
42 {
43 }
44 //------------------------------------------------------------------------------
46 //------------------------------------------------------------------------------
48 {
49 }
50 //------------------------------------------------------------------------------
53 //------------------------------------------------------------------------------
55 {
56  return trTriangulateIt(*this);
57 } // TrTriangulator::Triangulate
58 } // namespace xms
Code that creates a Delauney triangulation from points.
virtual ~TrTriangulator()
Destructor.
bool trTriangulateIt(TrTriangulator &a_Client)
Do delaunay divide-and-conquer triangulation.
bool Triangulate()
Triangulate the points into a tin.
XMS Namespace.
Definition: geoms.cpp:34
TrTriangulator()
Constructor.