#include <DDSolid.h>
Public Member Functions | |
DDBooleanSolid (const DDSolid &s) | |
DDBooleanSolid (void)=delete | |
DDRotation | rotation (void) const |
DDSolid | solidA (void) const |
DDSolid | solidB (void) const |
DDTranslation | translation (void) const |
Public Member Functions inherited from DDSolid | |
DDSolid (const DDName &name) | |
Creates a reference-object to a solid named name. More... | |
DDSolid (void) | |
Uninitialilzed solid reference-object; for further details on reference-objects see documentation of DDLogicalPart. More... | |
const std::vector< double > & | parameters (void) const |
Give the parameters of the solid. More... | |
DDSolidShape | shape (void) const |
The type of the solid. More... | |
double | volume (void) const |
Returns the volume of the given solid (does not work with boolean soids !) More... | |
Public Member Functions inherited from DDBase< DDName, std::unique_ptr< DDI::Solid > > | |
void | create (const DDName &name) |
void | create (const DDName &name, std::unique_ptr< DDI::Solid > vals) |
DDBase () | |
const DDName & | ddname () const |
def_type | isDefined () const |
bool | isValid () const |
true, if the wrapped pointer is valid More... | |
const DDName & | name () const |
operator bool () const | |
bool | operator< (const DDBase &b) const |
bool | operator== (const DDBase &b) const |
bool | operator> (const DDBase &b) const |
DDI::rep_traits< DDName, std::unique_ptr< DDI::Solid > >::reference | rep () |
const DDI::rep_traits< DDName, std::unique_ptr< DDI::Solid > >::reference | rep () const |
std::string | toString () const |
const DDI::rep_traits< DDName, std::unique_ptr< DDI::Solid > >::reference | val () |
const DDI::rep_traits< DDName, std::unique_ptr< DDI::Solid > >::reference | val () const |
virtual | ~DDBase () |
Private Attributes | |
const DDI::BooleanSolid & | boolean_ |
Additional Inherited Members | |
Public Types inherited from DDBase< DDName, std::unique_ptr< DDI::Solid > > | |
using | def_type = std::pair< const DDName *, bool > |
using | StoreT = DDI::Singleton< DDI::Store< DDName, std::unique_ptr< DDI::Solid > > > |
Static Public Member Functions inherited from DDBase< DDName, std::unique_ptr< DDI::Solid > > | |
static auto | begin () |
static auto | end () |
DDBooleanSolid::DDBooleanSolid | ( | const DDSolid & | s | ) |
|
delete |
DDRotation DDBooleanSolid::rotation | ( | void | ) | const |
Definition at line 462 of file DDSolid.cc.
References boolean_, and DDI::BooleanSolid::r().
Referenced by TGeoFromDddService::createShape(), TGeoMgrFromDdd::createShape(), DDCompareBoolSol(), and DDCoreToDDXMLOutput::solid().
DDSolid DDBooleanSolid::solidA | ( | void | ) | const |
Definition at line 466 of file DDSolid.cc.
References DDI::BooleanSolid::a(), and boolean_.
Referenced by GEMGeometryParsFromDD::buildChamber(), GEMGeometryBuilder::buildChamber(), GEMGeometryParsFromDD::buildSuperChamber(), GEMGeometryBuilder::buildSuperChamber(), TGeoFromDddService::createShape(), TGeoMgrFromDdd::createShape(), DDCompareBoolSol(), and DDCoreToDDXMLOutput::solid().
DDSolid DDBooleanSolid::solidB | ( | void | ) | const |
Definition at line 468 of file DDSolid.cc.
References DDI::BooleanSolid::b(), and boolean_.
Referenced by GEMGeometryParsFromDD::buildChamber(), GEMGeometryBuilder::buildChamber(), GEMGeometryParsFromDD::buildSuperChamber(), GEMGeometryBuilder::buildSuperChamber(), TGeoFromDddService::createShape(), TGeoMgrFromDdd::createShape(), DDCompareBoolSol(), and DDCoreToDDXMLOutput::solid().
DDTranslation DDBooleanSolid::translation | ( | void | ) | const |
Definition at line 464 of file DDSolid.cc.
References boolean_, and DDI::BooleanSolid::t().
Referenced by TGeoFromDddService::createShape(), TGeoMgrFromDdd::createShape(), DDCompareBoolSol(), and DDCoreToDDXMLOutput::solid().
|
private |
Definition at line 184 of file DDSolid.h.
Referenced by rotation(), solidA(), solidB(), and translation().