#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) |
| 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 }
1.4.7