Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pymodG4geometry.cc
Go to the documentation of this file.
1 //
2 // ********************************************************************
3 // * License and Disclaimer *
4 // * *
5 // * The Geant4 software is copyright of the Copyright Holders of *
6 // * the Geant4 Collaboration. It is provided under the terms and *
7 // * conditions of the Geant4 Software License, included in the file *
8 // * LICENSE and available at http://cern.ch/geant4/license . These *
9 // * include a list of copyright holders. *
10 // * *
11 // * Neither the authors of this software system, nor their employing *
12 // * institutes,nor the agencies providing financial support for this *
13 // * work make any representation or warranty, express or implied, *
14 // * regarding this software system or assume any liability for its *
15 // * use. Please see the license in the file LICENSE and URL above *
16 // * for the full disclaimer and the limitation of liability. *
17 // * *
18 // * This code implementation is the result of the scientific and *
19 // * technical work of the GEANT4 collaboration. *
20 // * By using, copying, modifying or distributing the software (or *
21 // * any work based on the software) you agree to acknowledge its *
22 // * use in resulting scientific publications, and indicate your *
23 // * acceptance of all terms of the Geant4 Software license. *
24 // ********************************************************************
25 //
26 // $Id: pymodG4geometry.cc 66892 2013-01-17 10:57:59Z gunter $
27 // ====================================================================
28 // pymodG4geometry.cc [Geant4Py module]
29 //
30 // 2005 Q
31 // ====================================================================
32 #include <boost/python.hpp>
33 
34 using namespace boost::python;
35 
36 // ====================================================================
37 // module definition
38 // ====================================================================
40 void export_G4VTouchable();
44 void export_G4PVReplica();
46 void export_G4Region();
47 void export_G4VSolid();
48 void export_G4Box();
49 void export_G4Cons();
50 void export_G4Para();
51 void export_G4Torus();
52 void export_G4Trd();
53 void export_G4Orb();
54 void export_G4Sphere();
55 void export_G4Trap();
56 void export_G4Tubs();
57 void export_G4Polycone();
58 void export_G4Polyhedra();
60 void export_G4Ellipsoid();
62 void export_G4Hype();
63 void export_G4Tet();
64 void export_G4TwistedBox();
66 void export_G4TwistedTrd();
69 void export_G4UnionSolid();
73 void export_G4Navigator();
75 void export_G4Field();
79 
81 {
91  export_G4Box();
92  export_G4Cons();
93  export_G4Para();
95  export_G4Trd();
96  export_G4Orb();
98  export_G4Trap();
99  export_G4Tubs();
105  export_G4Hype();
106  export_G4Tet();
118  export_G4Field();
122 }
123 
void export_G4FieldManager()
void export_G4VTouchable()
void export_G4Para()
Definition: pyG4Para.cc:56
BOOST_PYTHON_MODULE(G4geometry)
void export_G4Box()
Definition: pyG4Box.cc:55
void export_G4Trap()
Definition: pyG4Trap.cc:102
void export_G4Torus()
Definition: pyG4Torus.cc:55
void export_G4EllipticalCone()
void export_G4TwistedBox()
void export_G4PVReplica()
void export_G4VPhysicalVolume()
void export_G4Field()
Definition: pyG4Field.cc:40
void export_G4Hype()
Definition: pyG4Hype.cc:62
void export_G4EllipticalTube()
void export_G4BooleanSolid()
void export_G4PVPlacement()
void export_G4Tet()
Definition: pyG4Tet.cc:55
void export_G4UnionSolid()
void export_G4TwistedTrap()
void export_G4ChordFinder()
void export_G4Orb()
Definition: pyG4Orb.cc:54
void export_G4LogicalVolume()
void export_G4Sphere()
Definition: pyG4Sphere.cc:57
void export_G4SubtractionSolid()
void export_G4Ellipsoid()
void export_G4TouchableHistory()
void export_G4Polyhedra()
void export_G4MagneticField()
void export_G4Tubs()
Definition: pyG4Tubs.cc:55
void export_G4VSolid()
Definition: pyG4VSolid.cc:41
void export_G4IntersectionSolid()
void export_G4Trd()
Definition: pyG4Trd.cc:55
void export_G4TwistedTrd()
void export_G4UniformMagField()
void export_G4GeometryManager()
void export_G4Polycone()
Definition: pyG4Polycone.cc:91
void export_G4Navigator()
void export_G4TwistedTubs()
void export_G4Region()
Definition: pyG4Region.cc:47
void export_G4TransportationManager()
void export_G4Cons()
Definition: pyG4Cons.cc:56