Class documentation of Concepts

Loading...
Searching...
No Matches
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
11namespace test {
12
13 // ****************************************************** ConvertMeshQuads **
14
19 class ConvertMeshQuads : public TestCase {
20 public:
21 virtual ~ConvertMeshQuads() {}
22 virtual void run();
23
25
26
27 void testEmpty();
35 };
36
37} // namespace test
38
39#endif // meshConverter2Dtest_hh
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testTriangleMesh()
Tests with a triangle only mesh.
void testMixedMesh()
Tests with a mixed mesh (triangles and quads)
void testEmpty()
Tests with an empty mesh.
void testQuadMesh()
Tests with a quad only mesh.