Geant4  10.02.p03
G4VViewer.cc File Reference
#include "G4VViewer.hh"
#include "G4ios.hh"
#include <sstream>
#include "G4VisManager.hh"
#include "G4VGraphicsSystem.hh"
#include "G4VSceneHandler.hh"
#include "G4Scene.hh"
#include "G4VPhysicalVolume.hh"
#include "G4Transform3D.hh"
Include dependency graph for G4VViewer.cc:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const G4VViewer &v)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const G4VViewer v 
)

Definition at line 163 of file G4VViewer.cc.

163  {
164  os << "View " << v.fName << ":\n";
165  os << v.fVP;
166  return os;
167 }
G4ViewParameters fVP
Definition: G4VViewer.hh:160
G4String fName
Definition: G4VViewer.hh:158