|
Celeritas 0.7.0-dev.245+develop.a7be925e
|
A sphere centered on the origin. More...
#include <IntersectRegion.hh>

Public Member Functions | |
| Sphere (real_type radius) | |
| Construct with radius. | |
| void | build (IntersectSurfaceBuilder &) const final |
| Build surfaces. | |
| void | output (JsonPimpl *) const final |
| Write output to the given JSON object. | |
| bool | encloses (Sphere const &other) const |
| Whether this encloses another sphere. | |
| real_type | radius () const |
| Radius. | |
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 sphere centered on the origin.
|
finalvirtual |
Build surfaces.
Implements celeritas::orangeinp::IntersectRegionInterface.
Write output to the given JSON object.
Implements celeritas::orangeinp::IntersectRegionInterface.