Geant4 9.6.0
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 43 of file G4Polyline.cc.

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