|
Celeritas 0.7.0-dev.246+develop.67e9bdac
|
A rectangular parallelepiped/cuboid centered on the origin. More...
#include <IntersectRegion.hh>

Public Member Functions | |
| Box (Real3 const &halfwidths) | |
| Construct with half-widths. | |
| void | build (IntersectSurfaceBuilder &) const final |
| Build surfaces. | |
| void | output (JsonPimpl *) const final |
| Write output to the given JSON object. | |
| Real3 const & | halfwidths () const |
| Half-width for each axis. | |
Additional Inherited Members | |
Protected Member Functions inherited from celeritas::orangeinp::IntersectRegionInterface | |
| IntersectRegionInterface (IntersectRegionInterface const &)=default | |
| IntersectRegionInterface & | operator= (IntersectRegionInterface const &)=default |
| IntersectRegionInterface (IntersectRegionInterface &&)=default | |
| IntersectRegionInterface & | operator= (IntersectRegionInterface &&)=default |
A rectangular parallelepiped/cuboid centered on the origin.
The box is constructed with half-widths.
|
finalvirtual |
Build surfaces.
Implements celeritas::orangeinp::IntersectRegionInterface.
Write output to the given JSON object.
Implements celeritas::orangeinp::IntersectRegionInterface.