xmsmesh
1.0
MePolyPaverToMeshPts.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
MePolyPaverToMeshPtsUnitTests
:
public
CxxTest::TestSuite
29
{
30
public
:
31
void
testCreateClass
();
32
void
testCase1
();
33
void
testCase2
();
34
};
35
//----- Function prototypes ----------------------------------------------------
36
37
//} // namespace xms
38
#endif
MePolyPaverToMeshPtsUnitTests
tester for the MePolyPaverToMeshPts class
Definition:
MePolyPaverToMeshPts.t.h:28
MePolyPaverToMeshPtsUnitTests::testCase2
void testCase2()
tests the figure below
Definition:
MePolyPaverToMeshPts.cpp:520
MePolyPaverToMeshPtsUnitTests::testCase1
void testCase1()
tests the figure below
Definition:
MePolyPaverToMeshPts.cpp:481
MePolyPaverToMeshPtsUnitTests::testCreateClass
void testCreateClass()
tests creating a class
Definition:
MePolyPaverToMeshPts.cpp:473
xmsmesh
meshing
detail
MePolyPaverToMeshPts.t.h
Generated on Thu Feb 28 2019 19:28:41 for xmsmesh by
1.8.14