Geant4
9.6.p02
|
#include <G4BoundingBox3D.hh>
Public Member Functions | |
G4BoundingBox3D () | |
G4BoundingBox3D (const G4Point3D &) | |
G4BoundingBox3D (const G4Point3D &, const G4Point3D &) | |
~G4BoundingBox3D () | |
G4BoundingBox3D (const G4BoundingBox3D &right) | |
G4BoundingBox3D & | operator= (const G4BoundingBox3D &right) |
void | Init (const G4Point3D &) |
void | Init (const G4Point3D &, const G4Point3D &) |
void | Extend (const G4Point3D &) |
G4Point3D | GetBoxMin () const |
G4Point3D | GetBoxMax () const |
G4double | GetDistance () const |
void | SetDistance (G4double distance0) |
G4int | Inside (const G4Point3D &) const |
G4int | GetTestResult () const |
G4int | Test (const G4Ray &) |
Static Public Attributes | |
static const G4BoundingBox3D | space |
Definition at line 46 of file G4BoundingBox3D.hh.
G4BoundingBox3D::G4BoundingBox3D | ( | ) |
G4BoundingBox3D::~G4BoundingBox3D | ( | ) |
Definition at line 63 of file G4BoundingBox3D.cc.
G4BoundingBox3D::G4BoundingBox3D | ( | const G4BoundingBox3D & | right) |
Definition at line 67 of file G4BoundingBox3D.cc.
Definition at line 125 of file G4BoundingBox3D.cc.
G4Point3D G4BoundingBox3D::GetBoxMax | ( | ) | const |
G4Point3D G4BoundingBox3D::GetBoxMin | ( | ) | const |
G4double G4BoundingBox3D::GetDistance | ( | ) | const |
G4int G4BoundingBox3D::GetTestResult | ( | ) | const |
Definition at line 113 of file G4BoundingBox3D.cc.
G4BoundingBox3D & G4BoundingBox3D::operator= | ( | const G4BoundingBox3D & | right) |
Definition at line 75 of file G4BoundingBox3D.cc.
Definition at line 157 of file G4BoundingBox3D.cc.
|
static |
Definition at line 81 of file G4BoundingBox3D.hh.