Test of LineClosestPoint.h utilities.
More...
#include <boost/test/unit_test.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.
larcorealg/Geometry/LineClosestPoint.h 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 331 of file LineClosestPoint_test.cc.
| BOOST_AUTO_TEST_CASE | ( | LineClosestPointWithUnitVectorsTestCase | ) |
Definition at line 344 of file LineClosestPoint_test.cc.
| void LineClosestPointAndOffsets_test | ( | ) |
Definition at line 59 of file LineClosestPoint_test.cc.
| void LineClosestPointAndOffsetsDocumentation_test | ( | ) |
Definition at line 116 of file LineClosestPoint_test.cc.
| void LineClosestPointAndOffsetsWithUnitVectorsDocumentation_test | ( | ) |
Definition at line 250 of file LineClosestPoint_test.cc.
| void LineClosestPointSimple45_test | ( | ) |
Definition at line 42 of file LineClosestPoint_test.cc.
| void LineClosestPointSimple_test | ( | ) |
Definition at line 25 of file LineClosestPoint_test.cc.
| void LineClosestPointWithNonHomogeneousDirs_test | ( | ) |
Definition at line 97 of file LineClosestPoint_test.cc.
| void LineClosestPointWithScaledDirs_test | ( | ) |
Definition at line 78 of file LineClosestPoint_test.cc.
| void LineClosestPointWithUnitVectorsAndOffsets_test | ( | ) |
Definition at line 231 of file LineClosestPoint_test.cc.
| void LineClosestPointWithUnitVectorsSimple45_test | ( | ) |
Definition at line 214 of file LineClosestPoint_test.cc.
| void LineClosestPointWithUnitVectorsSimple_test | ( | ) |
Definition at line 197 of file LineClosestPoint_test.cc.
1.8.5