xmsmesh  1.0
MeMeshUtils.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 class MeMeshUtilsUnitTests : public CxxTest::TestSuite
22 {
23 public:
24  void testSizeFuncFromDepth();
25  void testSmoothSizeFunc();
26  void testSmoothSizeFunc1();
27  void testSmoothSizeFunc2();
28  void testSmoothSizeFunc3();
29 };
30 
31 #endif
Unit tests for MeMeshUtils.
Definition: MeMeshUtils.t.h:21
void testSizeFuncFromDepth()
Tests creating a size function from depth.
void testSmoothSizeFunc1()
[snip_MeMeshUtilsTests::testSmoothSizeFunc]
void testSmoothSizeFunc3()
[snip_MeMeshUtilsTests::testSmoothSizeFunc2]
void testSmoothSizeFunc()
Tests size function smoothing.
void testSmoothSizeFunc2()
[snip_MeMeshUtilsTests::testSmoothSizeFunc1]