Celeritas  0.5.0-56+6b053cd
Public Member Functions | List of all members
celeritas::orangeinp::SolidBase Class Referenceabstract

A hollow shape with an optional start and end angle. More...

#include <Solid.hh>

Inheritance diagram for celeritas::orangeinp::SolidBase:
Inheritance graph
[legend]

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 SolidEnclosedAngle enclosed_angle () const =0
 Optional azimuthal 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 ()=default
 
virtual ~SolidBase ()=default
 
 CELER_DEFAULT_COPY_MOVE (SolidBase)
 
- Protected Member Functions inherited from celeritas::orangeinp::ObjectInterface
 ObjectInterface ()=default
 
 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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ SolidBase()

celeritas::orangeinp::SolidBase::SolidBase ( )
protecteddefault

Allow construction and assignment only through daughter classes

◆ ~SolidBase()

virtual celeritas::orangeinp::SolidBase::~SolidBase ( )
protectedvirtualdefault

Allow construction and assignment only through daughter classes

Member Function Documentation

◆ CELER_DEFAULT_COPY_MOVE()

celeritas::orangeinp::SolidBase::CELER_DEFAULT_COPY_MOVE ( SolidBase  )
protected

Allow construction and assignment only through daughter classes


The documentation for this class was generated from the following files: