Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

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

Definition at line 110 of file G4LatticeLogical.hh.

References G4LatticeLogical::Dump().

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