xmsmesh  1.0
MePolyRedistributePts.t.h
Go to the documentation of this file.
1 //------------------------------------------------------------------------------
6 //------------------------------------------------------------------------------
7 #pragma once
8 #ifdef CXX_TEST
9 
10 //----- Included files ---------------------------------------------------------
11 // 3. Standard Library Headers
12 
13 // 4. External Library Headers
14 #include <cxxtest/TestSuite.h>
15 
16 // 5. Shared Headers
17 
18 // 6. Non-shared Headers
19 
20 //----- Forward declarations ---------------------------------------------------
21 
22 //----- Namespace declaration --------------------------------------------------
23 // namespace xms {
24 
25 //----- Constants / Enumerations -----------------------------------------------
26 
27 //----- Structs / Classes ------------------------------------------------------
28 class MePolyRedistributePtsUnitTests : public CxxTest::TestSuite
29 {
30 public:
31  void testCreateClass();
32  void testInterpEdgeLengths();
37  void testRedistPts();
38  void testRedistPts1();
39  void testRedistPts2();
40  void testRedistPts3();
41  void testRedistPts4();
42  void testRedistPts5();
43  void testIntersectWithTris();
44  void testRedistPolyLine();
45  void testRedistPolyLine1();
46  void testRedistPolyLine2();
47 };
48 //----- Function prototypes ----------------------------------------------------
49 
50 //} // namespace xms
51 #endif
void testRedistPts1()
test redistributing the points on the polygon boundary
void testInterpEdgeLengths1()
tests interpolating the edge length
void testInterpEdgeLengths2()
tests interpolating the edge length
void testRedistPts5()
test redistributing the points on the polygon boundary
void testRedistPts4()
test redistributing the points on the polygon boundary
void testInterpEdgeLengths()
tests interpolating the edge length
tester for the MePolyRedistributePts class
void testInterpEdgeLengths4()
tests interpolating the edge length
void testRedistPolyLine1()
test redistributing the points on a polyline
void testIntersectWithTris()
tests intersecting the polygon with the triangles from the interp size function
void testCreateClass()
tests creating the class
void testRedistPts()
test redistributing the points on the polygon boundary
void testInterpEdgeLengths3()
tests interpolating the edge length
void testRedistPolyLine2()
test redistributing the points on a polyline
void testRedistPts3()
test redistributing the points on the polygon boundary
void testRedistPolyLine()
test redistributing the points on a polyline
void testRedistPts2()
test redistributing the points on the polygon boundary