Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 "G4UImanager.hh"
Include dependency graph for G4VViewer.cc:

Go to the source code of this file.

Macros

#define BOUNDS(pp)   { if (pp < 0) pp = 0; else if (pp >= (int)vp.size()-1) pp = vp.size() - 1; }
 

Functions

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

Macro Definition Documentation

#define BOUNDS (   pp)    { if (pp < 0) pp = 0; else if (pp >= (int)vp.size()-1) pp = vp.size() - 1; }

Function Documentation

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

Definition at line 384 of file G4VViewer.cc.

384  {
385  os << "View " << v.fName << ":\n";
386  os << v.fVP;
387  return os;
388 }
G4ViewParameters fVP
Definition: G4VViewer.hh:205
G4String fName
Definition: G4VViewer.hh:203