xmsstamper
1.0
XmStampTests.t.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
8
//------------------------------------------------------------------------------
9
10
#ifdef CXX_TEST
11
12
// 3. Standard Library Headers
13
14
// 4. External Library Headers
15
#include <cxxtest/TestSuite.h>
16
17
// 5. Shared Headers
18
19
// 6. Non-shared Headers
20
23
class
XmStampIntermediateTests
:
public
CxxTest::TestSuite
24
{
25
public
:
26
void
test_WingWall01
();
27
void
test_WingWall02
();
28
void
test_WingWall03
();
29
void
test_wingWall04_cut
();
30
void
test_SlopedAbutment01
();
31
void
test_SlopedAbutment02
();
32
void
test_SlopedAbutment03
();
33
void
test_SlopedAbutment04_cut
();
34
void
test_SelfIntersect
();
35
void
test_GuideBank01
();
36
void
test_GuideBank02
();
37
void
test_GuideBank03
();
38
void
test_GuideBank04
();
39
void
test_GuideBank05
();
40
void
test_GuideBank06
();
41
void
test_GuideBank07
();
42
void
test_GuideBank08_cut
();
43
void
test_IntersectBathymetry01
();
44
void
test_IntersectBathymetry02
();
45
void
test_IntersectBathymetry03
();
46
void
test_IntersectBathymetry04
();
47
void
test_IntersectBathymetry05
();
48
void
test_IntersectBathymetry06
();
49
void
test_IntersectBathymetry07
();
50
void
test_IntersectBathymetry08
();
51
void
test_IntersectBathymetry09
();
52
void
test_IntersectBathymetry10
();
53
void
test_BuildRasterAndGetCellValue
();
54
};
// XmStampIntermediateTests
55
56
#endif
XmStampIntermediateTests::test_SlopedAbutment02
void test_SlopedAbutment02()
Tests stamp operation.
Definition:
XmStampTests.cpp:149
XmStampIntermediateTests::test_IntersectBathymetry01
void test_IntersectBathymetry01()
Tests stamp operation. Intersection between shoulder and outer edge of a cross section.
Definition:
XmStampTests.cpp:246
XmStampIntermediateTests::test_GuideBank03
void test_GuideBank03()
Tests stamp operation.
Definition:
XmStampTests.cpp:203
XmStampIntermediateTests::test_WingWall03
void test_WingWall03()
Tests stamp operation.
Definition:
XmStampTests.cpp:128
XmStampIntermediateTests::test_GuideBank06
void test_GuideBank06()
Tests stamp operation.
Definition:
XmStampTests.cpp:224
XmStampIntermediateTests::test_IntersectBathymetry03
void test_IntersectBathymetry03()
Tests stamp operation. Intersection between center line and shoulder with a more complex cross sectio...
Definition:
XmStampTests.cpp:261
XmStampIntermediateTests::test_WingWall02
void test_WingWall02()
Tests stamp operation.
Definition:
XmStampTests.cpp:121
XmStampIntermediateTests::test_WingWall01
void test_WingWall01()
Tests stamp operation.
Definition:
XmStampTests.cpp:114
XmStampIntermediateTests::test_GuideBank04
void test_GuideBank04()
Tests stamp operation.
Definition:
XmStampTests.cpp:210
XmStampIntermediateTests::test_IntersectBathymetry10
void test_IntersectBathymetry10()
Tests stamp operation. Intersection with guidebank centerline. Cuts off the guidebank right before th...
Definition:
XmStampTests.cpp:317
XmStampIntermediateTests::test_IntersectBathymetry07
void test_IntersectBathymetry07()
Tests stamp operation. Intersection with guidebank centerline. Cuts off the guidebank so no guidebank...
Definition:
XmStampTests.cpp:291
XmStampIntermediateTests::test_GuideBank05
void test_GuideBank05()
Tests stamp operation.
Definition:
XmStampTests.cpp:217
XmStampIntermediateTests::test_SlopedAbutment04_cut
void test_SlopedAbutment04_cut()
Tests stamp operation.
Definition:
XmStampTests.cpp:163
XmStampIntermediateTests
Tests the XmStampEndCap class.
Definition:
XmStampTests.t.h:23
XmStampIntermediateTests::test_GuideBank08_cut
void test_GuideBank08_cut()
Tests stamp operation.
Definition:
XmStampTests.cpp:238
XmStampIntermediateTests::test_IntersectBathymetry06
void test_IntersectBathymetry06()
Tests stamp operation. Both end caps are sloped abutments and they intersect the bathymetry.
Definition:
XmStampTests.cpp:283
XmStampIntermediateTests::test_GuideBank02
void test_GuideBank02()
Tests stamp operation.
Definition:
XmStampTests.cpp:196
XmStampIntermediateTests::test_IntersectBathymetry04
void test_IntersectBathymetry04()
Tests stamp operation. Center line intersects bathymetry.
Definition:
XmStampTests.cpp:268
XmStampIntermediateTests::test_GuideBank07
void test_GuideBank07()
Tests stamp operation. angle on the guidebank end cap.
Definition:
XmStampTests.cpp:231
XmStampIntermediateTests::test_IntersectBathymetry08
void test_IntersectBathymetry08()
Tests stamp operation. Intersection with guidebank centerline. Cuts off the guidebank partially down ...
Definition:
XmStampTests.cpp:299
XmStampIntermediateTests::test_SelfIntersect
void test_SelfIntersect()
Tests stamp operation.
Definition:
XmStampTests.cpp:170
XmStampIntermediateTests::test_GuideBank01
void test_GuideBank01()
Tests stamp operation.
Definition:
XmStampTests.cpp:187
XmStampIntermediateTests::test_SlopedAbutment01
void test_SlopedAbutment01()
Tests stamp operation.
Definition:
XmStampTests.cpp:142
XmStampIntermediateTests::test_IntersectBathymetry02
void test_IntersectBathymetry02()
Tests stamp operation. Intersection between center line and shoulder.
Definition:
XmStampTests.cpp:253
XmStampIntermediateTests::test_wingWall04_cut
void test_wingWall04_cut()
Tests stamp operation. Tests a cut stamp.
Definition:
XmStampTests.cpp:135
XmStampIntermediateTests::test_BuildRasterAndGetCellValue
void test_BuildRasterAndGetCellValue()
Tests building a stamping raster and getting a cell value.
Definition:
XmStampTests.cpp:324
XmStampIntermediateTests::test_IntersectBathymetry09
void test_IntersectBathymetry09()
Tests stamp operation. Intersection with guidebank cross section beyond the shoulder.
Definition:
XmStampTests.cpp:307
XmStampIntermediateTests::test_SlopedAbutment03
void test_SlopedAbutment03()
Tests stamp operation.
Definition:
XmStampTests.cpp:156
XmStampIntermediateTests::test_IntersectBathymetry05
void test_IntersectBathymetry05()
Tests stamp operation. Center line intersects bathymetry twice.
Definition:
XmStampTests.cpp:275
xmsstamper
stamper
detail
XmStampTests.t.h
Generated on Mon Jan 21 2019 17:28:08 for xmsstamper by
1.8.14