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

Go to the source code of this file.

Functions

void export_G4Field ()
 

Function Documentation

◆ export_G4Field()

void export_G4Field ( )

Definition at line 40 of file pyG4Field.cc.

41 {
42  class_<G4Field, G4Field*, boost::noncopyable>
43  ("G4Field", "base class of field", no_init)
44  ;
45 }
Here is the caller graph for this function: