Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
G4ControlPoints Class Reference

#include <G4ControlPoints.hh>

Public Member Functions

 G4ControlPoints ()
 
 G4ControlPoints (G4int, G4int)
 
 G4ControlPoints (G4int, G4int, G4int)
 
 G4ControlPoints (const G4ControlPoints &)
 
 ~G4ControlPoints ()
 
G4ControlPointsoperator= (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
 
G4PointRatGetRat (G4int i, G4int j) const
 
G4double ClosestDistanceToPoint (const G4Point3D &)
 

Detailed Description

Definition at line 45 of file G4ControlPoints.hh.

Constructor & Destructor Documentation

G4ControlPoints::G4ControlPoints ( )

Definition at line 39 of file G4ControlPoints.cc.

G4ControlPoints::G4ControlPoints ( G4int  rows,
G4int  columns 
)

Definition at line 46 of file G4ControlPoints.cc.

G4ControlPoints::G4ControlPoints ( G4int  ,
G4int  rows,
G4int  columns 
)

Definition at line 57 of file G4ControlPoints.cc.

G4ControlPoints::G4ControlPoints ( const G4ControlPoints old_points)

Definition at line 72 of file G4ControlPoints.cc.

Here is the call graph for this function:

G4ControlPoints::~G4ControlPoints ( )

Definition at line 95 of file G4ControlPoints.cc.

Member Function Documentation

void G4ControlPoints::CalcValues ( G4double  k1,
G4double  param,
G4Point3D pts1,
G4double  k2,
G4Point3D pts2 
)

Definition at line 149 of file G4ControlPoints.cc.

Here is the call graph for this function:

void G4ControlPoints::CalcValues ( G4double  k1,
G4double  param,
G4PointRat pts1,
G4double  k2,
G4PointRat pts2 
)

Definition at line 138 of file G4ControlPoints.cc.

Here is the call graph for this function:

G4double G4ControlPoints::ClosestDistanceToPoint ( const G4Point3D Pt)

Definition at line 158 of file G4ControlPoints.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4Point3D G4ControlPoints::Get3D ( G4int  i,
G4int  j 
) const
inline

Here is the caller graph for this function:

G4int G4ControlPoints::GetCols ( ) const
inline

Here is the caller graph for this function:

G4PointRat& G4ControlPoints::GetRat ( G4int  i,
G4int  j 
) const
inline

Here is the caller graph for this function:

G4int G4ControlPoints::GetRows ( ) const
inline

Here is the caller graph for this function:

G4ControlPoints & G4ControlPoints::operator= ( const G4ControlPoints c)

Definition at line 104 of file G4ControlPoints.cc.

Here is the call graph for this function:

void G4ControlPoints::put ( G4int  i,
G4int  j,
const G4Point3D tmp 
)
inline

Here is the caller graph for this function:

void G4ControlPoints::put ( G4int  i,
G4int  j,
const G4PointRat tmp 
)
inline
void G4ControlPoints::SetWeights ( G4double weights)

Definition at line 131 of file G4ControlPoints.cc.


The documentation for this class was generated from the following files: