Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
BoundingBoxTest.cpp File Reference
#include <boost/test/unit_test.hpp>
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Geometry/AbstractVolume.hpp"
#include "Acts/Geometry/GenericCuboidVolumeBounds.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Utilities/BoundingBox.hpp"
#include "Acts/Utilities/Frustum.hpp"
#include "Acts/Utilities/Ray.hpp"
#include "Acts/Visualization/IVisualization3D.hpp"
#include "Acts/Visualization/PlyVisualization3D.hpp"
#include <algorithm>
#include <array>
#include <cmath>
#include <cstdio>
#include <filesystem>
#include <fstream>
#include <iostream>
#include <memory>
#include <set>
#include <sstream>
#include <string>
#include <utility>
#include <vector>
+ Include dependency graph for BoundingBoxTest.cpp:

Go to the source code of this file.

Classes

class  Acts::Test::Object
 

Namespaces

namespace  Acts
 Acts includes to create all necessary definitions.
 
namespace  Acts::Test
 

Typedefs

using Acts::Test::BoundingBoxScalar = ActsScalar
 
using Acts::Test::ObjectBBox = Acts::AxisAlignedBoundingBox< Object, BoundingBoxScalar, 3 >
 
using Acts::Test::Vector2F = Eigen::Matrix< BoundingBoxScalar, 2, 1 >
 
using Acts::Test::Vector3F = Eigen::Matrix< BoundingBoxScalar, 3, 1 >
 
using Acts::Test::AngleAxis3F = Eigen::AngleAxis< BoundingBoxScalar >
 

Functions

std::ofstream Acts::Test::tmp (const std::string &path)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (box_construction)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (intersect_points)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (intersect_rays)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (ray_obb_intersect)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (frustum_intersect)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (ostream_operator)
 

Variables

std::filesystem::path Acts::Test::tmp_path