preCICE v3.1.2
Loading...
Searching...
No Matches
Functions
BoundingBoxTest.cpp File Reference
#include <Eigen/Core>
#include <algorithm>
#include <vector>
#include "logging/Logger.hpp"
#include "mesh/BoundingBox.hpp"
#include "mesh/Vertex.hpp"
#include "testing/TestContext.hpp"
#include "testing/Testing.hpp"
Include dependency graph for BoundingBoxTest.cpp:

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (Constructor)
 
 BOOST_AUTO_TEST_CASE (ExpandByBoundingBox)
 
 BOOST_AUTO_TEST_CASE (ExpandByVertex)
 
 BOOST_AUTO_TEST_CASE (ExpandByRadius)
 
 BOOST_AUTO_TEST_CASE (Scaling)
 
 BOOST_AUTO_TEST_CASE (CenterOfGravity)
 
 BOOST_AUTO_TEST_CASE (MinMaxCorner)
 
 BOOST_AUTO_TEST_CASE (EdgeLength)
 
 BOOST_AUTO_TEST_CASE (Area)
 
 BOOST_AUTO_TEST_CASE (Overlapping)
 
 BOOST_AUTO_TEST_CASE (Comparison)
 
 BOOST_AUTO_TEST_CASE (Contains)
 
 BOOST_AUTO_TEST_CASE (DefaultCase)
 
 BOOST_AUTO_TEST_CASE (EmptyCase)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/14]

BOOST_AUTO_TEST_CASE ( Area )

Definition at line 215 of file BoundingBoxTest.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/14]

BOOST_AUTO_TEST_CASE ( CenterOfGravity )

Definition at line 146 of file BoundingBoxTest.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/14]

BOOST_AUTO_TEST_CASE ( Comparison )

Definition at line 294 of file BoundingBoxTest.cpp.

◆ BOOST_AUTO_TEST_CASE() [4/14]

BOOST_AUTO_TEST_CASE ( Constructor )

Definition at line 16 of file BoundingBoxTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [5/14]

BOOST_AUTO_TEST_CASE ( Contains )

Definition at line 324 of file BoundingBoxTest.cpp.

◆ BOOST_AUTO_TEST_CASE() [6/14]

BOOST_AUTO_TEST_CASE ( DefaultCase )

Definition at line 364 of file BoundingBoxTest.cpp.

◆ BOOST_AUTO_TEST_CASE() [7/14]

BOOST_AUTO_TEST_CASE ( EdgeLength )

Definition at line 190 of file BoundingBoxTest.cpp.

◆ BOOST_AUTO_TEST_CASE() [8/14]

BOOST_AUTO_TEST_CASE ( EmptyCase )

Definition at line 386 of file BoundingBoxTest.cpp.

◆ BOOST_AUTO_TEST_CASE() [9/14]

BOOST_AUTO_TEST_CASE ( ExpandByBoundingBox )

Definition at line 43 of file BoundingBoxTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [10/14]

BOOST_AUTO_TEST_CASE ( ExpandByRadius )

Definition at line 96 of file BoundingBoxTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [11/14]

BOOST_AUTO_TEST_CASE ( ExpandByVertex )

Definition at line 71 of file BoundingBoxTest.cpp.

◆ BOOST_AUTO_TEST_CASE() [12/14]

BOOST_AUTO_TEST_CASE ( MinMaxCorner )

Definition at line 166 of file BoundingBoxTest.cpp.

◆ BOOST_AUTO_TEST_CASE() [13/14]

BOOST_AUTO_TEST_CASE ( Overlapping )

Definition at line 264 of file BoundingBoxTest.cpp.

◆ BOOST_AUTO_TEST_CASE() [14/14]

BOOST_AUTO_TEST_CASE ( Scaling )

Definition at line 121 of file BoundingBoxTest.cpp.

Here is the call graph for this function: