Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ControlPoints.hh>
Public Member Functions | |
G4ControlPoints () | |
G4ControlPoints (G4int, G4int) | |
G4ControlPoints (G4int, G4int, G4int) | |
G4ControlPoints (const G4ControlPoints &) | |
~G4ControlPoints () | |
G4ControlPoints & | operator= (const G4ControlPoints &) |
void | SetWeights (G4double *) |
void | CalcValues (G4double k1, G4double param, G4Point3D &pts1, G4double k2, G4Point3D &pts2) |
void | CalcValues (G4double k1, G4double param, G4PointRat &pts1, G4double k2, G4PointRat &pts2) |
G4int | GetRows () const |
G4int | GetCols () const |
void | put (G4int i, G4int j, const G4Point3D &tmp) |
void | put (G4int i, G4int j, const G4PointRat &tmp) |
G4Point3D | Get3D (G4int i, G4int j) const |
G4PointRat & | GetRat (G4int i, G4int j) const |
G4double | ClosestDistanceToPoint (const G4Point3D &) |
Definition at line 45 of file G4ControlPoints.hh.
G4ControlPoints::G4ControlPoints | ( | ) |
Definition at line 39 of file G4ControlPoints.cc.
Definition at line 46 of file G4ControlPoints.cc.
Definition at line 57 of file G4ControlPoints.cc.
G4ControlPoints::G4ControlPoints | ( | const G4ControlPoints & | old_points | ) |
Definition at line 72 of file G4ControlPoints.cc.
G4ControlPoints::~G4ControlPoints | ( | ) |
Definition at line 95 of file G4ControlPoints.cc.
void G4ControlPoints::CalcValues | ( | G4double | k1, |
G4double | param, | ||
G4Point3D & | pts1, | ||
G4double | k2, | ||
G4Point3D & | pts2 | ||
) |
Definition at line 149 of file G4ControlPoints.cc.
void G4ControlPoints::CalcValues | ( | G4double | k1, |
G4double | param, | ||
G4PointRat & | pts1, | ||
G4double | k2, | ||
G4PointRat & | pts2 | ||
) |
Definition at line 138 of file G4ControlPoints.cc.
Definition at line 158 of file G4ControlPoints.cc.
Referenced by G4BSplineSurface::ClosestDistanceToPoint().
|
inline |
|
inline |
Referenced by G4ControlPoints(), and operator=().
|
inline |
G4ControlPoints & G4ControlPoints::operator= | ( | const G4ControlPoints & | c | ) |
Definition at line 104 of file G4ControlPoints.cc.
Referenced by G4ControlPoints(), and operator=().
|
inline |
void G4ControlPoints::SetWeights | ( | G4double * | weights | ) |
Definition at line 131 of file G4ControlPoints.cc.