#include <boost/python.hpp>
#include "G4BooleanSolid.hh"
Go to the source code of this file.
void export_G4BooleanSolid |
( |
| ) |
|
Definition at line 40 of file pyG4BooleanSolid.cc.
42 class_<G4BooleanSolid, G4BooleanSolid*, bases<G4VSolid>, boost::noncopyable>
43 (
"G4BooleanSolid",
"boolean solid class", no_init)
G4int GetCubVolStatistics() const
G4int GetAreaStatistics() const
G4double GetCubVolEpsilon() const
void SetCubVolStatistics(G4int st)
void SetAreaStatistics(G4int st)
G4ThreeVector GetPointOnSurface() const
G4double GetAreaAccuracy() const
void SetAreaAccuracy(G4double ep)
void SetCubVolEpsilon(G4double ep)