preCICE v3.2.0
Loading...
Searching...
No Matches
RTreeAdapterTests.cpp File Reference
#include <Eigen/Core>
#include <algorithm>
#include <boost/geometry.hpp>
#include <cmath>
#include <ostream>
#include <vector>
#include "logging/Logger.hpp"
#include "math/differences.hpp"
#include "math/geometry.hpp"
#include "mesh/Data.hpp"
#include "mesh/Edge.hpp"
#include "mesh/Mesh.hpp"
#include "mesh/Triangle.hpp"
#include "mesh/Vertex.hpp"
#include "query/impl/RTreeAdapter.hpp"
#include "testing/TestContext.hpp"
#include "testing/Testing.hpp"
Include dependency graph for RTreeAdapterTests.cpp:

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (VectorAdapter)
 BOOST_AUTO_TEST_CASE (VertexAdapter)
 BOOST_AUTO_TEST_CASE (RawCoordinateAdapter)
 BOOST_AUTO_TEST_CASE (EdgeAdapter)
 BOOST_AUTO_TEST_CASE (TriangleAdapter)
 BOOST_AUTO_TEST_CASE (DistanceTestFlatSingleTriangle)
 BOOST_AUTO_TEST_CASE (DistanceTestFlatDoubleTriangle)
 BOOST_AUTO_TEST_CASE (DistanceTestFlatDoubleTriangleInsideOutside)
 BOOST_AUTO_TEST_CASE (DistanceTestSlopedTriangle)
 BOOST_AUTO_TEST_CASE (EnvelopeTriangleClockWise)
 BOOST_AUTO_TEST_CASE (EnvelopeTriangleCounterclockWise)

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/11]

BOOST_AUTO_TEST_CASE ( DistanceTestFlatDoubleTriangle )

Definition at line 132 of file RTreeAdapterTests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/11]

BOOST_AUTO_TEST_CASE ( DistanceTestFlatDoubleTriangleInsideOutside )

Definition at line 169 of file RTreeAdapterTests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [3/11]

BOOST_AUTO_TEST_CASE ( DistanceTestFlatSingleTriangle )

Definition at line 108 of file RTreeAdapterTests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [4/11]

BOOST_AUTO_TEST_CASE ( DistanceTestSlopedTriangle )

Definition at line 204 of file RTreeAdapterTests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [5/11]

BOOST_AUTO_TEST_CASE ( EdgeAdapter )

Definition at line 68 of file RTreeAdapterTests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [6/11]

BOOST_AUTO_TEST_CASE ( EnvelopeTriangleClockWise )

Definition at line 234 of file RTreeAdapterTests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [7/11]

BOOST_AUTO_TEST_CASE ( EnvelopeTriangleCounterclockWise )

Definition at line 258 of file RTreeAdapterTests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [8/11]

BOOST_AUTO_TEST_CASE ( RawCoordinateAdapter )

Definition at line 53 of file RTreeAdapterTests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [9/11]

BOOST_AUTO_TEST_CASE ( TriangleAdapter )

Definition at line 84 of file RTreeAdapterTests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [10/11]

BOOST_AUTO_TEST_CASE ( VectorAdapter )

Definition at line 32 of file RTreeAdapterTests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [11/11]

BOOST_AUTO_TEST_CASE ( VertexAdapter )

Definition at line 42 of file RTreeAdapterTests.cpp.

Here is the call graph for this function: