Celeritas 0.6.0-dev.115+3b60a5fd
|
Everywhere but the embedded object. More...
#include <CsgObject.hh>
Public Member Functions | |
NegatedObject (SPConstObject obj) | |
Construct with the object to negate and an empty name. | |
NegatedObject (std::string &&label, SPConstObject obj) | |
Construct with a name and object. | |
SPConstObject const & | daughter () const |
Access the daughter object. | |
std::string_view | label () const final |
Get the user-provided label. | |
NodeId | build (VolumeBuilder &) const final |
Construct a volume from this object. | |
void | output (JsonPimpl *) const final |
Output to JSON. | |
![]() | |
virtual | ~ObjectInterface ()=0 |
Anchored default destructor. | |
Additional Inherited Members | |
![]() | |
using | SPConstObject = std::shared_ptr< ObjectInterface const > |
using | VolumeBuilder = detail::VolumeBuilder |
![]() | |
CELER_DEFAULT_COPY_MOVE (ObjectInterface) | |
Everywhere but the embedded object.
|
finalvirtual |
Construct a volume from this object.
Implements celeritas::orangeinp::ObjectInterface.
|
inlinefinalvirtual |
Get the user-provided label.
Implements celeritas::orangeinp::ObjectInterface.
Output to JSON.
Implements celeritas::orangeinp::ObjectInterface.