Geant4  10.03.p03
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pyG4VGraphicsSystem.cc File Reference
#include <boost/python.hpp>
#include "G4VGraphicsSystem.hh"
Include dependency graph for pyG4VGraphicsSystem.cc:

Go to the source code of this file.

Functions

void export_G4VGraphicsSystem ()
 

Function Documentation

void export_G4VGraphicsSystem ( )

Definition at line 40 of file pyG4VGraphicsSystem.cc.

41 {
42  class_<G4VGraphicsSystem, G4VGraphicsSystem*, boost::noncopyable>
43  ("G4VGraphicsSystem", "base class of graphics system", no_init)
44  ;
45 }

Here is the caller graph for this function: