|
Celeritas 0.7.0-dev.194+develop.0df4cab59
|
A hollow shape with an optional start and end angle. More...
#include <Solid.hh>

Public Member Functions | |
| NodeId | build (VolumeBuilder &) const final |
| Construct a volume from this shape. | |
| void | output (JsonPimpl *) const final |
| Output to JSON. | |
| virtual IntersectRegionInterface const & | interior () const =0 |
| Interior intersect region interface for construction and access. | |
| virtual IntersectRegionInterface const * | excluded () const =0 |
| Optional excluded region. | |
| virtual EnclosedAzi const & | enclosed_azi () const =0 |
| Optional azimuthal angular restriction. | |
| virtual EnclosedPolar const & | enclosed_polar () const =0 |
| Optional polar angular restriction. | |
Public Member Functions inherited from celeritas::orangeinp::ObjectInterface | |
| virtual | ~ObjectInterface ()=0 |
| Anchored default destructor. | |
| virtual std::string_view | label () const =0 |
| Short unique name of this object. | |
Protected Member Functions | |
| CELER_DEFAULT_COPY_MOVE (SolidBase) | |
Protected Member Functions inherited from celeritas::orangeinp::ObjectInterface | |
| CELER_DEFAULT_COPY_MOVE (ObjectInterface) | |
Additional Inherited Members | |
Public Types inherited from celeritas::orangeinp::ObjectInterface | |
| using | SPConstObject = std::shared_ptr< ObjectInterface const > |
| using | VolumeBuilder = detail::VolumeBuilder |
A hollow shape with an optional start and end angle.
Solids are a shape with (optionally) the same kind of shape subtracted from it, and (optionally) an azimuthal section removed from it.
|
protecteddefault |
Allow construction and assignment only through daughter classes
|
finalvirtual |
Construct a volume from this shape.
Implements celeritas::orangeinp::ObjectInterface.
|
protected |
Allow construction and assignment only through daughter classes
|
pure virtual |
Optional azimuthal angular restriction.
Implemented in celeritas::orangeinp::Solid< T >.
|
pure virtual |
Optional polar angular restriction.
Implemented in celeritas::orangeinp::Solid< T >.
|
pure virtual |
Optional excluded region.
Implemented in celeritas::orangeinp::Solid< T >.
|
pure virtual |
Interior intersect region interface for construction and access.
Implemented in celeritas::orangeinp::Solid< T >.
Output to JSON.
Implements celeritas::orangeinp::ObjectInterface.