Geant4-11
Functions
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 110 of file G4Visible.cc.

110 {
111 if (v.fpVisAttributes) return os << *(v.fpVisAttributes);
112 else return os << "No Visualization Attributes";
113}
const G4VisAttributes * fpVisAttributes
Definition: G4Visible.hh:82