|
Celeritas 0.7.0-dev.252+develop.478e7a17
|
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 | |
| SolidBase (SolidBase const &)=default | |
| SolidBase & | operator= (SolidBase const &)=default |
| SolidBase (SolidBase &&)=default | |
| SolidBase & | operator= (SolidBase &&)=default |
Protected Member Functions inherited from celeritas::orangeinp::ObjectInterface | |
| ObjectInterface (ObjectInterface const &)=default | |
| ObjectInterface & | operator= (ObjectInterface const &)=default |
| ObjectInterface (ObjectInterface &&)=default | |
| ObjectInterface & | operator= (ObjectInterface &&)=default |
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
Allow construction and assignment only through daughter classes
|
protecteddefault |
Allow construction and assignment only through daughter classes
|
finalvirtual |
Construct a volume from this shape.
Implements celeritas::orangeinp::ObjectInterface.
|
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 >.
Allow construction and assignment only through daughter classes
Allow construction and assignment only through daughter classes
Output to JSON.
Implements celeritas::orangeinp::ObjectInterface.