Geant4  10.02.p03
pyG4BooleanSolid.cc File Reference
#include <boost/python.hpp>
#include "G4BooleanSolid.hh"
Include dependency graph for pyG4BooleanSolid.cc:

Go to the source code of this file.

Functions

void export_G4BooleanSolid ()
 

Function Documentation

◆ export_G4BooleanSolid()

void export_G4BooleanSolid ( )

Definition at line 40 of file pyG4BooleanSolid.cc.

41 {
42  class_<G4BooleanSolid, G4BooleanSolid*, bases<G4VSolid>, boost::noncopyable>
43  ("G4BooleanSolid", "boolean solid class", no_init)
44  // ---
45  .def("GetCubVolStatistics", &G4BooleanSolid::GetCubVolStatistics)
46  .def("GetCubVolEpsilon", &G4BooleanSolid::GetCubVolEpsilon)
47  .def("SetCubVolStatistics", &G4BooleanSolid::SetCubVolStatistics)
48  .def("SetCubVolEpsilon", &G4BooleanSolid::SetCubVolEpsilon)
49  .def("GetAreaStatistics", &G4BooleanSolid::GetAreaStatistics)
50  .def("GetAreaAccuracy", &G4BooleanSolid::GetAreaAccuracy)
51  .def("SetAreaStatistics", &G4BooleanSolid::SetAreaStatistics)
52  .def("SetAreaAccuracy", &G4BooleanSolid::SetAreaAccuracy)
53  .def("GetPointOnSurface", &G4BooleanSolid::GetPointOnSurface)
54  ;
55 
56 }
G4int GetAreaStatistics() const
G4double GetAreaAccuracy() const
G4int GetCubVolStatistics() const
G4double GetCubVolEpsilon() const
void SetCubVolStatistics(G4int st)
void SetAreaStatistics(G4int st)
G4ThreeVector GetPointOnSurface() const
void SetAreaAccuracy(G4double ep)
void SetCubVolEpsilon(G4double ep)
Here is the call graph for this function:
Here is the caller graph for this function: