#include <DDSolid.h>
Public Member Functions | |
DDExtrudedPolygon (const DDSolid &s) | |
DDExtrudedPolygon (void)=delete | |
std::vector< double > | xVec (void) const |
std::vector< double > | yVec (void) const |
std::vector< double > | zscaleVec (void) const |
std::vector< double > | zVec (void) const |
std::vector< double > | zxVec (void) const |
std::vector< double > | zyVec (void) const |
Public Member Functions inherited from DDPolySolid | |
DDPolySolid (const DDSolid &s) | |
DDPolySolid (void)=delete | |
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 Member Functions | |
auto | xyPointsSize (void) const -> std::size_t |
auto | zSectionsSize (void) const -> std::size_t |
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 () |
Protected Member Functions inherited from DDPolySolid | |
virtual std::vector< double > | getVec (const size_t &which, const size_t &offset=0, const size_t &nVecs=1) const |
note defaults please. More... | |
DDExtrudedPolygon::DDExtrudedPolygon | ( | const DDSolid & | s | ) |
Definition at line 345 of file DDSolid.cc.
References ddextrudedpolygon, Exception, alignCSCRings::s, and AlCaHLTBitMon_QueryRunRegistry::string.
|
delete |
std::vector< double > DDExtrudedPolygon::xVec | ( | void | ) | const |
Definition at line 374 of file DDSolid.cc.
References DDBase< DDName, std::unique_ptr< DDI::Solid > >::begin(), DDSolid::parameters(), DDBase< DDName, std::unique_ptr< DDI::Solid > >::rep(), and xyPointsSize().
Referenced by TGeoFromDddService::createShape(), TGeoMgrFromDdd::createShape(), HGCalGeomParameters::loadGeometryHexagon(), and DDCoreToDDXMLOutput::solid().
|
private |
std::vector< double > DDExtrudedPolygon::yVec | ( | void | ) | const |
Definition at line 378 of file DDSolid.cc.
References DDBase< DDName, std::unique_ptr< DDI::Solid > >::begin(), DDSolid::parameters(), DDBase< DDName, std::unique_ptr< DDI::Solid > >::rep(), and xyPointsSize().
Referenced by TGeoFromDddService::createShape(), TGeoMgrFromDdd::createShape(), and DDCoreToDDXMLOutput::solid().
std::vector< double > DDExtrudedPolygon::zscaleVec | ( | void | ) | const |
Definition at line 398 of file DDSolid.cc.
References DDBase< DDName, std::unique_ptr< DDI::Solid > >::end(), DDSolid::parameters(), DDBase< DDName, std::unique_ptr< DDI::Solid > >::rep(), and zSectionsSize().
Referenced by TGeoFromDddService::createShape(), TGeoMgrFromDdd::createShape(), and DDCoreToDDXMLOutput::solid().
|
private |
Definition at line 361 of file DDSolid.cc.
References cuy::rep.
Referenced by zscaleVec(), zVec(), zxVec(), and zyVec().
std::vector< double > DDExtrudedPolygon::zVec | ( | void | ) | const |
Definition at line 383 of file DDSolid.cc.
References DDBase< DDName, std::unique_ptr< DDI::Solid > >::end(), DDSolid::parameters(), DDBase< DDName, std::unique_ptr< DDI::Solid > >::rep(), and zSectionsSize().
Referenced by TGeoFromDddService::createShape(), TGeoMgrFromDdd::createShape(), HGCalGeomParameters::loadGeometryHexagon(), and DDCoreToDDXMLOutput::solid().
std::vector< double > DDExtrudedPolygon::zxVec | ( | void | ) | const |
Definition at line 388 of file DDSolid.cc.
References DDBase< DDName, std::unique_ptr< DDI::Solid > >::end(), DDSolid::parameters(), DDBase< DDName, std::unique_ptr< DDI::Solid > >::rep(), and zSectionsSize().
Referenced by TGeoFromDddService::createShape(), TGeoMgrFromDdd::createShape(), and DDCoreToDDXMLOutput::solid().
std::vector< double > DDExtrudedPolygon::zyVec | ( | void | ) | const |
Definition at line 393 of file DDSolid.cc.
References DDBase< DDName, std::unique_ptr< DDI::Solid > >::end(), DDSolid::parameters(), DDBase< DDName, std::unique_ptr< DDI::Solid > >::rep(), and zSectionsSize().
Referenced by TGeoFromDddService::createShape(), TGeoMgrFromDdd::createShape(), and DDCoreToDDXMLOutput::solid().