G4Polyhedron.cc File Reference

#include "G4Polyhedron.hh"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const G4Polyhedron &polyhedron)


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const G4Polyhedron polyhedron 
)

Definition at line 161 of file G4Polyhedron.cc.

00162 {
00163   os << "G4Polyhedron: "
00164      << (const G4Visible&)polyhedron << '\n'
00165      << (const HepPolyhedron&)polyhedron;
00166   return os;
00167 }


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