xmsstamper  1.0
XmBathymetryIntersector.cpp File Reference

Go to the source code of this file.

Classes

class  xms::XmBathymetryIntersectorImpl
 Implementaion of XmBathymetryIntersector. More...
 

Namespaces

 xms
 

Functions

BSHP< TrTintrBuildTin ()
 Builds a simple TIN with a hole in the middle. More...
 

Detailed Description

Definition in file XmBathymetryIntersector.cpp.

Function Documentation

◆ trBuildTin()

BSHP<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
///
/// 
Returns
The tin.

Definition at line 788 of file XmBathymetryIntersector.cpp.

References xms::TrTin::New().

Referenced by XmBathymetryIntersectorUnitTests::testClassifyPoints(), XmBathymetryIntersectorUnitTests::testDescomposeCenterLine(), XmBathymetryIntersectorUnitTests::testIntersectCenterLine(), and XmBathymetryIntersectorUnitTests::testIntersectXsects().