Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
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

◆ operator<<()

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

Definition at line 94 of file G4Visible.cc.

94 {
95 if (v.fpVisAttributes) return os << *(v.fpVisAttributes);
96 else return os << "No Visualization Attributes";
97}
const G4VisAttributes * fpVisAttributes
Definition: G4Visible.hh:81