#include <Parallelepiped.h>
Public Member Functions | |
Parallelepiped (double xHalf, double yHalf, double zHalf, double alpha, double theta, double phi) | |
void | stream (std::ostream &os) const |
double | volume () const |
Not as flexible and possibly less accurate than G4 volume. More... | |
~Parallelepiped () | |
Public Member Functions inherited from DDI::Solid | |
const std::vector< double > & | parameters () const |
void | setParameters (std::vector< double > const &p) |
DDSolidShape | shape () const |
Solid () | |
Solid (DDSolidShape shape) | |
virtual | ~Solid () |
Additional Inherited Members | |
Protected Attributes inherited from DDI::Solid | |
std::vector< double > | p_ |
DDSolidShape | shape_ |
Definition at line 10 of file Parallelepiped.h.
|
inline |
Definition at line 13 of file Parallelepiped.h.
References DDI::Solid::p_.
|
inline |
Definition at line 24 of file Parallelepiped.h.
|
virtual |
Reimplemented from DDI::Solid.
Definition at line 7 of file Parallelepiped.cc.
References DDI::Solid::p_.
|
virtual |
Not as flexible and possibly less accurate than G4 volume.
Reimplemented from DDI::Solid.
Definition at line 18 of file Parallelepiped.cc.