|
Celeritas 0.7.0-dev.169+develop.bdc0041f6
|
A segmented stack of same-type shapes with an azimuthal truncation. More...
#include <PolySolid.hh>

Public Member Functions | |
| ~PolySolidBase () override | |
| Anchored default virtual destructor. | |
| std::string_view | label () const final |
| Get the user-provided label. | |
| PolySegments const & | segments () const |
| Axial segments. | |
| EnclosedAzi | enclosed_azi () const |
| Optional azimuthal angular restriction. | |
Public Member Functions inherited from celeritas::orangeinp::ObjectInterface | |
| virtual | ~ObjectInterface ()=0 |
| Anchored default destructor. | |
| virtual NodeId | build (VolumeBuilder &) const =0 |
| Construct a volume from this object. | |
| virtual void | output (JsonPimpl *) const =0 |
| Write the region to a JSON object. | |
Protected Member Functions | |
| PolySolidBase (std::string &&label, PolySegments &&segments, EnclosedAzi &&enclosed) | |
| Build with label, axial segments, optional restriction. | |
| CELER_DEFAULT_COPY_MOVE (PolySolidBase) | |
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 segmented stack of same-type shapes with an azimuthal truncation.
|
protected |
Allow construction and assignment only through daughter classes
|
inlinefinalvirtual |
Get the user-provided label.
Implements celeritas::orangeinp::ObjectInterface.