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

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

Definition at line 43 of file G4Polyline.cc.

00043                                                                  {
00044   os << "G4Polyline: ";
00045   os << '\n' << (const G4Visible&) line;
00046   os << '\n' << (const G4Point3DList&) line;
00047   return os;
00048 }


Generated on Mon May 27 17:51:02 2013 for Geant4 by  doxygen 1.4.7