G4Visible.cc File Reference

#include "G4Visible.hh"
#include "G4VisAttributes.hh"
#include "G4ios.hh"

Go to the source code of this file.

Functions

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


Function Documentation

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

Definition at line 94 of file G4Visible.cc.

References G4Visible::fpVisAttributes.

00094                                                              {
00095   if (v.fpVisAttributes) return os << *(v.fpVisAttributes);
00096   else return os << "No Visualization Attributes";
00097 }


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