Geant4
10.02.p01
|
#include <boost/python.hpp>
#include "pyG4indexing.hh"
#include "G4Version.hh"
#include "G4strstreambuf.hh"
#include "G4UImanager.hh"
#include "G4PyCoutDestination.hh"
#include "G4ThreeVector.hh"
#include "G4TwoVector.hh"
#include <vector>
Go to the source code of this file.
Namespaces | |
pyglobals | |
Typedefs | |
typedef std::vector< G4int > | pyglobals::G4intVector |
typedef std::vector< G4double > | pyglobals::G4doubleVector |
typedef std::vector< G4String > | pyglobals::G4StringVector |
typedef std::vector < G4ThreeVector > | pyglobals::G4ThreeVectorVector |
Functions | |
void | pyglobals::SetG4PyCoutDestination () |
void | pyglobals::ResetG4PyCoutDestination () |
void | export_globals () |
Variables | |
G4strstreambuf | G4coutbuf |
G4strstreambuf | G4cerrbuf |
void export_globals | ( | ) |
Definition at line 78 of file pyglobals.cc.
References pyglobals::ResetG4PyCoutDestination(), and pyglobals::SetG4PyCoutDestination().
Referenced by BOOST_PYTHON_MODULE().
std::ostream G4cerr & G4cerrbuf |
Definition at line 83 of file G4ios.cc.
Referenced by G4CerrToFile::G4CerrToFile(), G4MTcoutDestination::G4MTcoutDestination(), and G4UImanager::SetCoutDestination().
std::ostream G4cout & G4coutbuf |
Definition at line 82 of file G4ios.cc.
Referenced by G4CoutToFile::G4CoutToFile(), G4MTcoutDestination::G4MTcoutDestination(), and G4UImanager::SetCoutDestination().