#include "G4Circle.hh"#include "G4VisAttributes.hh"Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &os, const G4Circle &circle) |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const G4Circle & | circle | |||
| ) |
Definition at line 43 of file G4Circle.cc.
00044 { 00045 os << "G4Circle: " << (const G4VMarker&)circle; 00046 return os; 00047 }
1.4.7