xmsstamper
1.0
|
#include <boost/shared_ptr.hpp>
#include <cxxtest/TestSuite.h>
Go to the source code of this file.
Classes | |
class | XmBathymetryIntersectorUnitTests |
Tests the StStampEndCap class. More... | |
Namespaces | |
xms | |
Functions | |
boost::shared_ptr< xms::TrTin > | trBuildTin () |
Builds a simple TIN with a hole in the middle. More... | |
Definition in file XmBathymetryIntersector.t.h.
boost::shared_ptr<xms::TrTin> trBuildTin | ( | ) |
Builds a simple TIN with a hole in the middle.
/// /// 15.0 9 /// /|\ /// / | \ /// / 8 | 9 \ /// 10.0 6-----7-----8 /// |\ 5 |\ 6 |\ /// | \ | \ | \ /// | 4 \| \| 7 \ /// 5.0 2-----3-----4-----5 /// \ 0 |\ 2 | 3 / /// \ | \ | / /// \| 1 \|/ /// 0.0 0-----1 /// /// 0.0 5.0 10.0 15.0 /// ///
Definition at line 788 of file XmBathymetryIntersector.cpp.
References xms::TrTin::New().
Referenced by XmBathymetryIntersectorUnitTests::testClassifyPoints(), XmBathymetryIntersectorUnitTests::testDescomposeCenterLine(), XmBathymetryIntersectorUnitTests::testIntersectCenterLine(), and XmBathymetryIntersectorUnitTests::testIntersectXsects().