Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4LatticeLogical.hh File Reference

Definition of the G4LatticeLogical class. More...

#include "globals.hh"
#include "G4ThreeVector.hh"
#include <iosfwd>
Include dependency graph for G4LatticeLogical.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

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

Definition at line 110 of file G4LatticeLogical.hh.

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

Here is the call graph for this function: