Celeritas 0.6.0-67+develop.47f47c88
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
celeritas::orangeinp::test::IntersectTestResult Struct Reference

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
 

Detailed Description

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.


The documentation for this struct was generated from the following files: