#include "G4VMarker.hh"#include "globals.hh"#include "G4Text.icc"Go to the source code of this file.
Data Structures | |
| class | G4Text |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const G4Text &) |
| std::ostream & | operator<< (std::ostream &os, G4Text::Layout) |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| G4Text::Layout | ||||
| ) |
Definition at line 84 of file G4Text.cc.
00085 { 00086 if (layout == G4Text::left) os << "left"; 00087 if (layout == G4Text::centre) os << "centre"; 00088 if (layout == G4Text::right) os << "right"; 00089 return os; 00090 }
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const G4Text & | ||||
| ) |
1.4.7