Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
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

◆ operator<<()

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

Definition at line 175 of file G4Polyhedron.cc.

176{
177 os << "G4Polyhedron: "
178 << (const G4Visible&)polyhedron << '\n'
179 << (const HepPolyhedron&)polyhedron;
180 return os;
181}