#include <G4PointRat.hh>
Public Member Functions | |
| G4PointRat () | |
| ~G4PointRat () | |
| G4PointRat (const G4Point3D &) | |
| G4PointRat & | operator= (const G4Point3D &) |
| G4PointRat & | operator= (const G4PointRat &) |
| G4double | x () const |
| void | setX (G4double Value) |
| G4double | y () const |
| void | setY (G4double Value) |
| G4double | z () const |
| void | setZ (G4double Value) |
| G4double | w () const |
| void | setW (G4double Value) |
| G4Point3D | pt () const |
| G4double | PlaneDistance (const G4Plane3D &Pl) const |
| G4int | GetType (void) const |
Definition at line 56 of file G4PointRat.hh.
| G4PointRat::G4PointRat | ( | ) |
| G4PointRat::~G4PointRat | ( | ) |
| G4PointRat::G4PointRat | ( | const G4Point3D & | ) |
| G4int G4PointRat::GetType | ( | void | ) | const [inline] |
| G4PointRat & G4PointRat::operator= | ( | const G4PointRat & | ) |
| G4PointRat & G4PointRat::operator= | ( | const G4Point3D & | ) |
| G4Point3D G4PointRat::pt | ( | ) | const [inline] |
| void G4PointRat::setW | ( | G4double | Value | ) | [inline] |
| void G4PointRat::setX | ( | G4double | Value | ) | [inline] |
| void G4PointRat::setY | ( | G4double | Value | ) | [inline] |
| void G4PointRat::setZ | ( | G4double | Value | ) | [inline] |
| G4double G4PointRat::w | ( | ) | const [inline] |
Definition at line 74 of file G4PointRat.icc.
Referenced by G4ControlPoints::CalcValues(), and operator=().
| G4double G4PointRat::x | ( | ) | const [inline] |
Definition at line 38 of file G4PointRat.icc.
Referenced by G4ControlPoints::CalcValues(), and operator=().
| G4double G4PointRat::y | ( | ) | const [inline] |
Definition at line 50 of file G4PointRat.icc.
Referenced by G4ControlPoints::CalcValues(), and operator=().
| G4double G4PointRat::z | ( | ) | const [inline] |
Definition at line 62 of file G4PointRat.icc.
Referenced by G4ControlPoints::CalcValues(), and operator=().
1.4.7