|
xmsstamper
1.0
|
#include <xmsstamper/stamper/detail/XmBathymetryIntersector.h>#include <cfloat>#include <boost/make_shared.hpp>#include <xmscore/math/math.h>#include <xmscore/misc/XmError.h>#include <xmscore/misc/DynBitset.h>#include <xmscore/misc/xmstype.h>#include <xmsinterp/geometry/geoms.h>#include <xmsinterp/geometry/GmMultiPolyIntersector.h>#include <xmsinterp/geometry/GmMultiPolyIntersectionSorterTerse.h>#include <xmsinterp/geometry/GmTriSearch.h>#include <xmsstamper/stamper/detail/XmStamper3dPts.h>#include <xmsstamper/stamper/XmStamperIo.h>#include <xmsinterp/triangulate/TrTin.h>#include <xmscore/misc/XmConst.h>#include <xmsstamper/stamper/detail/XmBathymetryIntersector.t.h>#include <xmscore/testing/TestTools.h>Go to the source code of this file.
Classes | |
| class | xms::XmBathymetryIntersectorImpl |
| Implementaion of XmBathymetryIntersector. More... | |
Namespaces | |
| xms | |
Functions | |
| BSHP< TrTin > | trBuildTin () |
| Builds a simple TIN with a hole in the middle. More... | |
Definition in file XmBathymetryIntersector.cpp.
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().