#include <Solid.h>
Public Member Functions | |
const std::vector< double > & | parameters () const |
void | setParameters (std::vector< double > const &p) |
DDSolidShape | shape () const |
Solid (DDSolidShape shape) | |
Solid () | |
virtual void | stream (std::ostream &) const |
virtual double | volume () const |
virtual | ~Solid () |
Protected Attributes | |
std::vector< double > | p_ |
DDSolidShape | shape_ |
DDI::Solid::Solid | ( | ) | [inline] |
Definition at line 14 of file Solid.h.
: shape_(dd_not_init) { }
DDI::Solid::Solid | ( | DDSolidShape | shape | ) | [inline] |
const std::vector<double>& DDI::Solid::parameters | ( | void | ) | const [inline] |
void DDI::Solid::setParameters | ( | std::vector< double > const & | p | ) | [inline] |
Definition at line 28 of file Solid.h.
References AlCaHLTBitMon_ParallelJobs::p, and p_.
Referenced by DDSolid::DDSolid().
DDSolidShape DDI::Solid::shape | ( | void | ) | const [inline] |
Definition at line 24 of file Solid.h.
References shape_.
Referenced by DDI::Polyhedra::volume().
{ return shape_; }
void DDI::Solid::stream | ( | std::ostream & | os | ) | const [virtual] |
Reimplemented in DDI::Box, DDI::Cons, DDI::Ellipsoid, DDI::EllipticalTube, DDI::Orb, DDI::Parallelepiped, DDI::PseudoTrap, DDI::Reflection, DDI::Shapeless, DDI::Sphere, DDI::Torus, DDI::Trap, DDI::TruncTubs, and DDI::Tubs.
Definition at line 4 of file Solid.cc.
References alignCSCRings::e, i, and p_.
virtual double DDI::Solid::volume | ( | void | ) | const [inline, virtual] |
Reimplemented in DDI::Box, DDI::Cons, DDI::Ellipsoid, DDI::EllipticalTube, DDI::Orb, DDI::Parallelepiped, DDI::Polycone, DDI::Polyhedra, DDI::PseudoTrap, DDI::Reflection, DDI::Shapeless, DDI::Sphere, DDI::Torus, DDI::Trap, DDI::TruncTubs, and DDI::Tubs.
Definition at line 22 of file Solid.h.
{ return 0; }
std::vector<double> DDI::Solid::p_ [protected] |
Definition at line 32 of file Solid.h.
Referenced by DDI::Box::Box(), DDI::Cons::Cons(), DDI::Ellipsoid::Ellipsoid(), DDI::EllipticalTube::EllipticalTube(), DDI::Orb::Orb(), DDI::Parallelepiped::Parallelepiped(), parameters(), DDI::Polycone::Polycone(), DDI::Polyhedra::Polyhedra(), DDI::PseudoTrap::PseudoTrap(), setParameters(), DDI::Sphere::Sphere(), DDI::PseudoTrap::stream(), DDI::Parallelepiped::stream(), DDI::EllipticalTube::stream(), DDI::Ellipsoid::stream(), stream(), DDI::Box::stream(), DDI::Orb::stream(), DDI::Torus::Torus(), DDI::Trap::Trap(), DDI::TruncTubs::TruncTubs(), DDI::Tubs::Tubs(), DDI::Orb::volume(), DDI::Polycone::volume(), DDI::Box::volume(), and DDI::Polyhedra::volume().
DDSolidShape DDI::Solid::shape_ [protected] |
Definition at line 31 of file Solid.h.
Referenced by shape(), and DDI::Polycone::volume().