Celeritas 0.6.0-dev.115+3b60a5fd
|
An axis-alligned ellipsoid centered at the origin. More...
#include <IntersectRegion.hh>
Public Member Functions | |
Ellipsoid (Real3 const &radii) | |
Construct with radii. | |
void | build (IntersectSurfaceBuilder &) const final |
Build surfaces. | |
void | output (JsonPimpl *) const final |
Write output to the given JSON object. | |
Real3 const & | radii () const |
Radius along each axis. | |
Additional Inherited Members | |
![]() | |
CELER_DEFAULT_COPY_MOVE (IntersectRegionInterface) | |
An axis-alligned ellipsoid centered at the origin.
The ellipsoid is constructed with the three radial lengths.
|
finalvirtual |
Build surfaces.
Implements celeritas::orangeinp::IntersectRegionInterface.
Write output to the given JSON object.
Implements celeritas::orangeinp::IntersectRegionInterface.