preCICE v3.1.2
Loading...
Searching...
No Matches
Functions
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 125 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 161 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 102 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 195 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 64 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 224 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 247 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 50 of file RTreeAdapterTests.cpp.

◆ BOOST_AUTO_TEST_CASE() [9/11]

BOOST_AUTO_TEST_CASE ( TriangleAdapter )

Definition at line 79 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 31 of file RTreeAdapterTests.cpp.

◆ BOOST_AUTO_TEST_CASE() [11/11]

BOOST_AUTO_TEST_CASE ( VertexAdapter )

Definition at line 40 of file RTreeAdapterTests.cpp.

Here is the call graph for this function: