Celeritas
0.5.0-56+6b053cd
|
Shape that holds an intersect region and forwards construction args to it. More...
#include <Shape.hh>
Public Member Functions | |
template<class... Ts> | |
Shape (std::string &&label, Ts... region_args) | |
Construct with a label and arguments of the intersect region. | |
Shape (std::string &&label, T &®ion) | |
Construct with a label and intersect region. | |
std::string_view | label () const final |
Get the user-provided label. | |
IntersectRegionInterface const & | interior () const final |
Interior intersect region. | |
Public Member Functions inherited from celeritas::orangeinp::ShapeBase | |
NodeId | build (VolumeBuilder &) const final |
Construct a volume from this shape. | |
void | output (JsonPimpl *) const final |
Output to JSON. | |
Public Member Functions inherited from celeritas::orangeinp::ObjectInterface | |
virtual | ~ObjectInterface ()=0 |
Anchored default destructor. | |
Additional Inherited Members | |
Public Types inherited from celeritas::orangeinp::ObjectInterface | |
using | SPConstObject = std::shared_ptr< ObjectInterface const > |
using | VolumeBuilder = detail::VolumeBuilder |
Protected Member Functions inherited from celeritas::orangeinp::ShapeBase | |
ShapeBase ()=default | |
virtual | ~ShapeBase ()=default |
CELER_DEFAULT_COPY_MOVE (ShapeBase) | |
Protected Member Functions inherited from celeritas::orangeinp::ObjectInterface | |
ObjectInterface ()=default | |
CELER_DEFAULT_COPY_MOVE (ObjectInterface) | |
Shape that holds an intersect region and forwards construction args to it.
Construct as:
or
See IntersectRegion.hh for a list of the regions and their construction arguments.