#include "G4VMarker.hh"#include "G4Square.icc"Go to the source code of this file.
Data Structures | |
| class | G4Square |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const G4Square &) |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const G4Square & | ||||
| ) |
Definition at line 37 of file G4Square.cc.
00038 { 00039 os << "G4Square: " << (const G4VMarker&)square; 00040 return os; 00041 }
1.4.7