#include <G4VisExtent.hh>
Definition at line 54 of file G4VisExtent.hh.
◆ G4VisExtent() [1/2]
◆ G4VisExtent() [2/2]
◆ ~G4VisExtent()
G4VisExtent::~G4VisExtent |
( |
| ) |
|
◆ GetExtentCenter()
const G4Point3D & G4VisExtent::GetExtentCenter |
( |
| ) |
const |
|
inline |
Definition at line 96 of file G4VisExtent.hh.
const G4Point3D & GetExtentCentre() const
◆ GetExtentCentre()
const G4Point3D & G4VisExtent::GetExtentCentre |
( |
| ) |
const |
Definition at line 63 of file G4VisExtent.cc.
HepGeom::Point3D< G4double > G4Point3D
◆ GetExtentRadius()
G4double G4VisExtent::GetExtentRadius |
( |
| ) |
const |
◆ GetXmax()
◆ GetXmin()
◆ GetYmax()
◆ GetYmin()
◆ GetZmax()
◆ GetZmin()
◆ operator!=()
◆ SetXmax()
void G4VisExtent::SetXmax |
( |
G4double |
xmax | ) |
|
|
inline |
◆ SetXmin()
void G4VisExtent::SetXmin |
( |
G4double |
xmin | ) |
|
|
inline |
◆ SetYmax()
void G4VisExtent::SetYmax |
( |
G4double |
ymax | ) |
|
|
inline |
◆ SetYmin()
void G4VisExtent::SetYmin |
( |
G4double |
ymin | ) |
|
|
inline |
◆ SetZmax()
void G4VisExtent::SetZmax |
( |
G4double |
zmax | ) |
|
|
inline |
◆ SetZmin()
void G4VisExtent::SetZmin |
( |
G4double |
zmin | ) |
|
|
inline |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const G4VisExtent & |
e |
|
) |
| |
|
friend |
Definition at line 83 of file G4VisExtent.cc.
84 os <<
"G4VisExtent (bounding box):";
85 os <<
"\n X limits: " << e.
fXmin <<
' ' << e.
fXmax;
86 os <<
"\n Y limits: " << e.
fYmin <<
' ' << e.
fYmax;
87 os <<
"\n Z limits: " << e.
fZmin <<
' ' << e.
fZmax;
◆ fCentre
◆ fCentreCached
G4bool G4VisExtent::fCentreCached |
|
mutableprivate |
◆ fRadius
◆ fRadiusCached
G4bool G4VisExtent::fRadiusCached |
|
mutableprivate |
◆ fXmax
◆ fXmin
◆ fYmax
◆ fYmin
◆ fZmax
◆ fZmin
◆ NullExtent
The documentation for this class was generated from the following files: