Celeritas 0.6.0-rc.2.10+develop.de0a3a05
|
An infinite slab bound by lower and upper z-planes. More...
#include <IntersectRegion.hh>
Public Member Functions | |
InfSlab (real_type lower, real_type upper) | |
Construct from lower and upper z-planes. | |
void | build (IntersectSurfaceBuilder &) const final |
Build surfaces. | |
void | output (JsonPimpl *) const final |
Write output to the given JSON object. | |
real_type | lower () const |
Lower z-plane. | |
real_type | upper () const |
Upper z-plane. | |
Additional Inherited Members | |
![]() | |
CELER_DEFAULT_COPY_MOVE (IntersectRegionInterface) | |
An infinite slab bound by lower and upper z-planes.
|
finalvirtual |
Build surfaces.
Implements celeritas::orangeinp::IntersectRegionInterface.
Write output to the given JSON object.
Implements celeritas::orangeinp::IntersectRegionInterface.