#include <boost/python.hpp>
#include "G4PVReplica.hh"
#include "G4LogicalVolume.hh"
Go to the source code of this file.
◆ export_G4PVReplica()
void export_G4PVReplica |
( |
| ) |
|
Definition at line 40 of file pyG4PVReplica.cc.
41{
42 class_<G4PVReplica, G4PVReplica*, bases<G4VPhysicalVolume>,
43 boost::noncopyable >
44 ("G4PVReplica", "physical volume placement with replication", no_init)
45
54
56 ;
57}
virtual G4int GetMultiplicity() const
References G4PVReplica::GetMultiplicity().
Referenced by BOOST_PYTHON_MODULE().