Geant4 10.7.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 93 of file G4Visible.cc.

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