Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4Polyline.cc File Reference
#include "G4Polyline.hh"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const G4Polyline &line)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const G4Polyline & line )

Definition at line 42 of file G4Polyline.cc.

42 {
43 os << "G4Polyline: ";
44 os << '\n' << (const G4Visible&) line;
45 os << '\n' << (const G4Point3DList&) line;
46 return os;
47}