Geant4-11
Data Structures | Functions
G4LatticeLogical.hh File Reference

Definition of the G4LatticeLogical class. More...

#include "globals.hh"
#include "G4ThreeVector.hh"
#include <iosfwd>

Go to the source code of this file.

Data Structures

class  G4LatticeLogical
 

Functions

std::ostream & operator<< (std::ostream &os, const G4LatticeLogical &lattice)
 

Detailed Description

Definition of the G4LatticeLogical class.

Definition in file G4LatticeLogical.hh.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const G4LatticeLogical lattice 
)
inline

Definition at line 108 of file G4LatticeLogical.hh.

109 {
110 lattice.Dump(os);
111 return os;
112}
void Dump(std::ostream &os) const

References G4LatticeLogical::Dump().