xmsmesh  1.0
MeMultiPolyTo2dm.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 MeMultiPolyTo2dmUnitTests : public CxxTest::TestSuite
24 {
25 public:
26  void testCreateClass();
27  void testCase4();
28 };
29 
30 class MeMultiPolyTo2dmIntermediateTests : public CxxTest::TestSuite
31 {
32 public:
33  void testCase2();
34  void testCase100();
35  void testCase101();
36  void testCase102();
37  void testCase103();
38  void testCasePaveGeo();
39  void testCasePaveSanDiego();
41  void testCasePatch6();
43  void testSeedPoints();
45  void testbug11299();
49 };
50 
51 //} // namespace xms
52 #endif
void testSeedPoints_PolygonWithHole()
Test providing seed points to the mesher for a polygon with a hole.
void testCasePaveConstSizeTransition()
Test paving to a constant size with a transition factor.
void testbug11299()
Test providing seed points to the mesher for a polygon with a hole.
Tests for MeMultiPolyTo2dm.
void testCase101()
tests meshing a square with a "c" shaped hole in it Also has refine points, constant size function...
void testInternalFeaturesCase1()
Test providing seed points to the mesher for a polygon with a hole.
void testInternalFeaturesCase0()
Test providing seed points to the mesher for a polygon with a hole.
void testInternalFeaturesCase2()
Test providing seed points to the mesher for a polygon with a hole.
void testCase4()
tests meshing 2 adajacent polygons with holes
void testCasePaveGeo()
Test a paving bug.
void testCase100()
tests meshing a square with a "c" shaped hole in it Also has refine points, size function, and elevation function
void testCreateClass()
tests creating the class
void testCasePaveSanDiego_SpringRelaxation()
Test San Diego bay with spring relaxation.
Tests for MeMultiPolyTo2dm.
void testCasePatch6()
Tests two patched polys next to each other, and one paved poly next to them.
void testCase102()
tests meshing a square with a "c" shaped hole in it Also has refine points, constant size function...
void testCase2()
tests meshing a square with a "c" shaped hole in it
void testCase103()
tests meshing a square with a "c" shaped hole in it Also has refine points, constant size function...
void testCasePaveSanDiego()
Test San Diego bay.
void testSeedPoints()
Test providing seed points to the mesher.