#include <boost/python.hpp>
#include "G4TwistedTrd.hh"
Go to the source code of this file.
void export_G4TwistedTrd |
( |
| ) |
|
Definition at line 57 of file pyG4TwistedTrd.cc.
59 class_<G4TwistedTrd, G4TwistedTrd*, bases<G4VSolid> >
60 (
"G4TwistedTrd",
"twisted trapezoid solid class", no_init)
72 .def(self_ns::str(
self))
77 return_value_policy<manage_new_object>());
G4double GetX1HalfLength() const
G4double GetY1HalfLength() const
G4double GetX2HalfLength() const
G4double GetZHalfLength() const
G4double GetY2HalfLength() const
G4double GetPhiTwist() const
G4TwistedTrd * CreateTwistedTrd(const G4String &name, G4double pDx1, G4double pDx2, G4double pDy1, G4double pDy2, G4double pDz, G4double pPhiTwist)