Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4GeomTestPoint.hh>
Public Member Functions | |
G4GeomTestPoint () | |
G4GeomTestPoint (const G4GeomTestPoint &other) | |
G4GeomTestPoint (const G4ThreeVector &thePoint, G4double theS, G4bool isEntering) | |
virtual | ~G4GeomTestPoint () |
G4GeomTestPoint & | operator= (const G4GeomTestPoint &other) |
G4bool | operator== (const G4GeomTestPoint &other) const |
G4bool | operator< (const G4GeomTestPoint &other) const |
G4bool | operator<= (const G4GeomTestPoint &other) const |
virtual const G4ThreeVector & | GetPosition () const |
virtual G4double | GetDistance () const |
virtual G4bool | Entering () const |
Protected Attributes | |
G4ThreeVector | p |
G4double | s |
G4bool | entering |
Definition at line 49 of file G4GeomTestPoint.hh.
G4GeomTestPoint::G4GeomTestPoint | ( | ) |
Definition at line 43 of file G4GeomTestPoint.cc.
G4GeomTestPoint::G4GeomTestPoint | ( | const G4GeomTestPoint & | other | ) |
G4GeomTestPoint::G4GeomTestPoint | ( | const G4ThreeVector & | thePoint, |
G4double | theS, | ||
G4bool | isEntering | ||
) |
Definition at line 53 of file G4GeomTestPoint.cc.
|
virtual |
Definition at line 75 of file G4GeomTestPoint.cc.
|
virtual |
Definition at line 140 of file G4GeomTestPoint.cc.
|
virtual |
Definition at line 131 of file G4GeomTestPoint.cc.
|
virtual |
Definition at line 122 of file G4GeomTestPoint.cc.
G4bool G4GeomTestPoint::operator< | ( | const G4GeomTestPoint & | other | ) | const |
Definition at line 108 of file G4GeomTestPoint.cc.
G4bool G4GeomTestPoint::operator<= | ( | const G4GeomTestPoint & | other | ) | const |
Definition at line 113 of file G4GeomTestPoint.cc.
G4GeomTestPoint & G4GeomTestPoint::operator= | ( | const G4GeomTestPoint & | other | ) |
Definition at line 80 of file G4GeomTestPoint.cc.
Referenced by G4GeomTestVolPoint::operator=().
G4bool G4GeomTestPoint::operator== | ( | const G4GeomTestPoint & | other | ) | const |
Definition at line 99 of file G4GeomTestPoint.cc.
|
protected |
Definition at line 76 of file G4GeomTestPoint.hh.
Referenced by Entering(), and operator=().
|
protected |
Definition at line 74 of file G4GeomTestPoint.hh.
Referenced by G4GeomTestVolPoint::G4GeomTestVolPoint(), GetPosition(), and operator=().
|
protected |
Definition at line 75 of file G4GeomTestPoint.hh.
Referenced by GetDistance(), operator<(), operator<=(), operator=(), and operator==().