G4GeomTestStreamLogger.cc File Reference

#include <iomanip>
#include "G4SystemOfUnits.hh"
#include "G4GeomTestStreamLogger.hh"
#include "G4VSolid.hh"
#include "G4VPhysicalVolume.hh"
#include "G4GeomTestOverlapList.hh"
#include "G4GeomTestOvershootList.hh"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &o, const G4GeomTestStreamLogger::PrintPos &p)
std::ostream & operator<< (std::ostream &o, const G4GeomTestStreamLogger::VolumeNameAndCopy &p)


Function Documentation

std::ostream& operator<< ( std::ostream &  o,
const G4GeomTestStreamLogger::VolumeNameAndCopy p 
)

Definition at line 88 of file G4GeomTestStreamLogger.cc.

References G4GeomTestStreamLogger::VolumeNameAndCopy::Print().

00090 {
00091   p.Print(o);
00092   return o;
00093 }

std::ostream& operator<< ( std::ostream &  o,
const G4GeomTestStreamLogger::PrintPos p 
)

Definition at line 70 of file G4GeomTestStreamLogger.cc.

References G4GeomTestStreamLogger::PrintPos::Print().

00072 {
00073   p.Print(o);
00074   return o;
00075 }


Generated on Mon May 27 17:50:45 2013 for Geant4 by  doxygen 1.4.7