meshConverter.hh

Go to the documentation of this file.
1 
6 #ifndef meshConverter2Dtest_hh
7 #define meshConverter2Dtest_hh
8 
9 #include "basics/testcase.hh"
10 
11 namespace test {
12 
13  // ****************************************************** ConvertMeshQuads **
14 
19  class ConvertMeshQuads : public TestCase {
20  public:
21  virtual ~ConvertMeshQuads() {}
22  virtual void run();
23 
25 
26  void testEmpty();
29  void testQuadMesh();
33  void testMixedMesh();
35  };
36 
37 } // namespace test
38 
39 #endif // meshConverter2Dtest_hh
void testQuadMesh()
Tests with a quad only mesh.
void testEmpty()
Tests with an empty mesh.
Base class for tests.
Definition: testcase.hh:92
Unit tests.
Definition: testcase.hh:66
virtual void run()
Runs the tests. Must be overwritten by the specialization.
Tests conversion of triangular into quadrilateral meshes.
void testMixedMesh()
Tests with a mixed mesh (triangles and quads)
void testTriangleMesh()
Tests with a triangle only mesh.
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich