Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4Polyhedron.cc File Reference
#include "G4Polyhedron.hh"
Include dependency graph for G4Polyhedron.cc:

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.

162 {
163  os << "G4Polyhedron: "
164  << (const G4Visible&)polyhedron << '\n'
165  << (const HepPolyhedron&)polyhedron;
166  return os;
167 }