Celeritas
0.5.0-56+6b053cd
|
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. | |
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 | |
SolidBase ()=default | |
virtual | ~SolidBase ()=default |
CELER_DEFAULT_COPY_MOVE (SolidBase) | |
Protected Member Functions inherited from celeritas::orangeinp::ObjectInterface | |
ObjectInterface ()=default | |
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
|
protectedvirtualdefault |
Allow construction and assignment only through daughter classes
|
protected |
Allow construction and assignment only through daughter classes