#include <boost/python.hpp>
#include "G4Polyhedra.hh"
Go to the source code of this file.
|
G4Polyhedra * | pyG4Polyhedra::f1_CreatePolyhedra (const G4String &name, G4double phiStart, G4double phiTotal, G4int numSide, G4int numZPlanes, const std::vector< G4double > &zPlane, const std::vector< G4double > &rInner, const std::vector< G4double > &rOuter) |
|
G4Polyhedra * | pyG4Polyhedra::f2_CreatePolyhedra (const G4String &name, G4double phiStart, G4double phiTotal, G4int numSide, G4int numRZ, const std::vector< G4double > &r, const std::vector< G4double > &z) |
|
void | export_G4Polyhedra () |
|
void export_G4Polyhedra |
( |
| ) |
|
Definition at line 92 of file pyG4Polyhedra.cc.
94 class_<G4Polyhedra, G4Polyhedra*, bases<G4VSolid> >
95 (
"G4Polyhedra",
"Polyhedra solid class", no_init)
105 .def(self_ns::str(
self))
110 return_value_policy<manage_new_object>());
112 return_value_policy<manage_new_object>());
G4double GetEndPhi() const
G4Polyhedra * f2_CreatePolyhedra(const G4String &name, G4double phiStart, G4double phiTotal, G4int numSide, G4int numRZ, const std::vector< G4double > &r, const std::vector< G4double > &z)
G4int GetNumRZCorner() const
G4Polyhedra * f1_CreatePolyhedra(const G4String &name, G4double phiStart, G4double phiTotal, G4int numSide, G4int numZPlanes, const std::vector< G4double > &zPlane, const std::vector< G4double > &rInner, const std::vector< G4double > &rOuter)
G4double GetStartPhi() const