Test of LineClosestPoint.h
utilities.
More...
#include <cetlib/quiet_unit_test.hpp>
#include <boost/test/test_tools.hpp>
#include "larcorealg/Geometry/LineClosestPoint.h"
#include "larcoreobj/SimpleTypesAndConstants/geo_vectors.h"
#include <utility>
#include <type_traits>
#include <cmath>
Go to the source code of this file.
Macros | |
#define | BOOST_TEST_MODULE LineClosestPoint_test |
Functions | |
void | LineClosestPointSimple_test () |
void | LineClosestPointSimple45_test () |
void | LineClosestPointAndOffsets_test () |
void | LineClosestPointWithScaledDirs_test () |
void | LineClosestPointWithNonHomogeneousDirs_test () |
void | LineClosestPointAndOffsetsDocumentation_test () |
void | LineClosestPointWithUnitVectorsSimple_test () |
void | LineClosestPointWithUnitVectorsSimple45_test () |
void | LineClosestPointWithUnitVectorsAndOffsets_test () |
void | LineClosestPointAndOffsetsWithUnitVectorsDocumentation_test () |
BOOST_AUTO_TEST_CASE (LineClosestPointTestCase) | |
BOOST_AUTO_TEST_CASE (LineClosestPointWithUnitVectorsTestCase) | |
Test of LineClosestPoint.h
utilities.
Definition in file LineClosestPoint_test.cc.
#define BOOST_TEST_MODULE LineClosestPoint_test |
Definition at line 11 of file LineClosestPoint_test.cc.
BOOST_AUTO_TEST_CASE | ( | LineClosestPointTestCase | ) |
Definition at line 332 of file LineClosestPoint_test.cc.
BOOST_AUTO_TEST_CASE | ( | LineClosestPointWithUnitVectorsTestCase | ) |
Definition at line 345 of file LineClosestPoint_test.cc.
void LineClosestPointAndOffsets_test | ( | ) |
Definition at line 60 of file LineClosestPoint_test.cc.
void LineClosestPointAndOffsetsDocumentation_test | ( | ) |
Definition at line 117 of file LineClosestPoint_test.cc.
void LineClosestPointAndOffsetsWithUnitVectorsDocumentation_test | ( | ) |
Definition at line 251 of file LineClosestPoint_test.cc.
void LineClosestPointSimple45_test | ( | ) |
Definition at line 43 of file LineClosestPoint_test.cc.
void LineClosestPointSimple_test | ( | ) |
Definition at line 26 of file LineClosestPoint_test.cc.
void LineClosestPointWithNonHomogeneousDirs_test | ( | ) |
Definition at line 98 of file LineClosestPoint_test.cc.
void LineClosestPointWithScaledDirs_test | ( | ) |
Definition at line 79 of file LineClosestPoint_test.cc.
void LineClosestPointWithUnitVectorsAndOffsets_test | ( | ) |
Definition at line 232 of file LineClosestPoint_test.cc.
void LineClosestPointWithUnitVectorsSimple45_test | ( | ) |
Definition at line 215 of file LineClosestPoint_test.cc.
void LineClosestPointWithUnitVectorsSimple_test | ( | ) |
Definition at line 198 of file LineClosestPoint_test.cc.