48 #ifndef G4VISEXTENT_HH 
   49 #define G4VISEXTENT_HH 
static const G4VisExtent NullExtent
 
void SetXmax(G4double xmax)
 
const G4Point3D & GetExtentCentre() const 
 
HepGeom::Point3D< G4double > G4Point3D
 
friend std::ostream & operator<<(std::ostream &os, const G4VisExtent &e)
 
void SetYmax(G4double ymax)
 
G4bool operator!=(const G4VisExtent &e) const 
 
G4double GetExtentRadius() const 
 
void SetZmin(G4double zmin)
 
void SetZmax(G4double zmax)
 
void SetXmin(G4double xmin)
 
void SetYmin(G4double ymin)
 
const G4Point3D & GetExtentCenter() const 
 
G4VisExtent(G4double xmin=0., G4double xmax=0., G4double ymin=0., G4double ymax=0., G4double zmin=0., G4double zmax=0.)