Celeritas 0.6.0-rc.2.10+develop.de0a3a05
|
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 SolidEnclosedAngle | enclosed_angle () const =0 |
Optional azimuthal angular restriction. | |
virtual SolidZSlab | z_slab () const =0 |
Optional z-slab restriction. | |
![]() | |
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) | |
![]() | |
CELER_DEFAULT_COPY_MOVE (ObjectInterface) | |
Additional Inherited Members | |
![]() | |
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 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.
|
pure virtual |
Optional z-slab restriction.
Implemented in celeritas::orangeinp::Solid< T >.