xmsmesh  1.0
MeMultiPolyMesher.t.h
Go to the documentation of this file.
1 #pragma once
2 #ifdef CXX_TEST
3 //------------------------------------------------------------------------------
8 //------------------------------------------------------------------------------
9 
10 // 3. Standard Library Headers
11 
12 // 4. External Library Headers
13 #include <cxxtest/TestSuite.h>
14 
15 // 5. Shared Headers
16 
17 // 6. Non-shared Headers
18 
19 //----- Namespace declaration --------------------------------------------------
20 
21 // namespace xms {
22 
23 class MeMultiPolyMesherUnitTests : public CxxTest::TestSuite
24 {
25 public:
26  void testCreateClass();
32 };
33 
34 //} // namespace xms
35 #endif
void testCheckForIntersections5()
Tests checking for bad input: 2 inner polys overlap.
void testCheckForIntersections3()
Tests checking for bad input: inner poly intersects outer poly.
void testCreateClass()
tests creating the class
void testCheckForIntersections1()
Tests checking for bad input: self-intersecting outer poly.
void testCheckForIntersections2()
Tests checking for bad input: self-intersecting inner poly.
Tests for MeMultiPolyMesher.
void testCheckForIntersections4()
Tests checking for bad input: 2 outer polys overlap.