Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VSolid.cc File Reference
#include "G4VSolid.hh"
#include "G4SolidStore.hh"
#include "globals.hh"
#include "G4QuickRand.hh"
#include "G4GeometryTolerance.hh"
#include "G4VoxelLimits.hh"
#include "G4AffineTransform.hh"
#include "G4VisExtent.hh"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const G4VSolid &e)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const G4VSolid & e )

Streaming operator. Outputs the solid information to the given stream.

Definition at line 48 of file G4VSolid.cc.

49{
50 return e.StreamInfo(os);
51}
virtual std::ostream & StreamInfo(std::ostream &os) const =0