|
Celeritas 0.7.0-dev.170+develop.df22d2a88
|
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. | |
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::ObjectInterface | |
| 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.