Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
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.

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