xmsgeom  1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
triangulate.h
Go to the documentation of this file.
1 #pragma once
2 //------------------------------------------------------------------------------
9 //------------------------------------------------------------------------------
10 
11 //----- Include Files ----------------------------------------------------------
12 
13 // 3. Standard Library Headers
14 
15 // 4. External Library Headers
16 
17 // 5. Shared Headers
18 
19 // 6. Non-shared Headers
20 
21 //----- Namespace declaration --------------------------------------------------
22 
23 namespace xms
24 {
25 //----- Constants / Enumerations -----------------------------------------------
26 
27 //----- Forward Declarations ---------------------------------------------------
28 
29 class TrTriangulator;
30 
31 //----- Typdefs / Classes ------------------------------------------------------
32 
33 //----- Function Prototypes ----------------------------------------------------
34 
35 bool trTriangulateIt(TrTriangulator& a_Client);
36 
37 } // namespace xms