#include "G4Surface.hh"#include "G4CompositeCurve.hh"#include "G4GeometryTolerance.hh"Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &os, const G4Surface &) |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const G4Surface & | ||||
| ) |
Definition at line 274 of file G4Surface.cc.
00275 { 00276 // overwrite output operator << to Print out Surface objects 00277 // using the PrintOn function defined below 00278 // s.PrintOn( os ); 00279 return os; 00280 }
1.4.7