Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4Polyhedron.hh File Reference
#include "globals.hh"
#include "HepPolyhedron.h"
#include "G4Visible.hh"

Go to the source code of this file.

Classes

class  G4Polyhedron
 
class  G4PolyhedronBox
 
class  G4PolyhedronCone
 
class  G4PolyhedronCons
 
class  G4PolyhedronPara
 
class  G4PolyhedronPcon
 
class  G4PolyhedronPgon
 
class  G4PolyhedronSphere
 
class  G4PolyhedronTet
 
class  G4PolyhedronTorus
 
class  G4PolyhedronTrap
 
class  G4PolyhedronTrd1
 
class  G4PolyhedronTrd2
 
class  G4PolyhedronTube
 
class  G4PolyhedronTubs
 
class  G4PolyhedronParaboloid
 
class  G4PolyhedronHype
 
class  G4PolyhedronEllipsoid
 
class  G4PolyhedronEllipticalCone
 
class  G4PolyhedronHyperbolicMirror
 
class  G4PolyhedronTetMesh
 
class  G4PolyhedronBoxMesh
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 199 of file G4Polyhedron.cc.

200{
201 os << "G4Polyhedron: "
202 << (const G4Visible&)polyhedron << '\n'
203 << (const HepPolyhedron&)polyhedron;
204 return os;
205}