Celeritas 0.6.0-67+develop.47f47c88
|
This helper struct is returned by IntersectRegionTest's harness. More...
#include <IntersectTestResult.hh>
Public Member Functions | |
void | print_expected () const |
Public Attributes | |
std::string | node |
std::vector< std::string > | surfaces |
BBox | interior |
BBox | exterior |
NodeId | node_id |
This helper struct is returned by IntersectRegionTest's harness.
It embeds all the meaningful output from constructing an intersect region: the logical definition, surfaces, and bounding boxes.
Use print_expected
to generate output to copy-paste into a test; this output defines a IntersectTestResult
that can be compared using EXPECT_REF_EQ
.