Geant4-11
Functions
G4VisExtent.cc File Reference
#include "G4VisExtent.hh"
#include "G4ThreeVector.hh"

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 85 of file G4VisExtent.cc.

85 {
86 os << "G4VisExtent (bounding box):";
87 os << "\n X limits: " << e.fXmin << ' ' << e.fXmax;
88 os << "\n Y limits: " << e.fYmin << ' ' << e.fYmax;
89 os << "\n Z limits: " << e.fZmin << ' ' << e.fZmax;
90 return os;
91}
G4double fXmax
Definition: G4VisExtent.hh:93
G4double fZmax
Definition: G4VisExtent.hh:93
G4double fZmin
Definition: G4VisExtent.hh:93
G4double fXmin
Definition: G4VisExtent.hh:93
G4double fYmin
Definition: G4VisExtent.hh:93
G4double fYmax
Definition: G4VisExtent.hh:93