xmsgeom  1.0
 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
15 
16 // 3. Standard library headers
17 
18 // 4. External library headers
19 
20 // 5. Shared code headers
22 
23 // 6. Non-shared code headers
24 
25 //----- Namespace declaration --------------------------------------------------
26 
27 namespace xms
28 {
39 //------------------------------------------------------------------------------
41 //------------------------------------------------------------------------------
43 {
44 }
45 //------------------------------------------------------------------------------
47 //------------------------------------------------------------------------------
49 {
50 }
51 //------------------------------------------------------------------------------
54 //------------------------------------------------------------------------------
56 {
57  return trTriangulateIt(*this);
58 } // TrTriangulator::Triangulate
59 
60 } // namespace xms
Code that creates a Delauney triangulation from points.
virtual ~TrTriangulator()
Destructor.
bool Triangulate()
Triangulate the points into a tin.
TrTriangulator()
Constructor.