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"

Go to the source code of this file.

Functions

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


Function Documentation

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

Definition at line 134 of file G4VViewer.cc.

References G4VViewer::fName, and G4VViewer::fVP.

00134                                                              {
00135   os << "View " << v.fName << ":\n";
00136   os << v.fVP;
00137   return os;
00138 }


Generated on Mon May 27 17:51:15 2013 for Geant4 by  doxygen 1.4.7