Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4NURBS.hh>
Public Member Functions | |
KnotsIterator (const G4NURBS &in_rNurb, t_direction in_dir, t_indKnot in_startIndex=0) | |
G4bool | pick (G4double *inout_pDbl) |
G4bool | pick (G4float *inout_pFlt) |
Protected Attributes | |
const t_direction | kmdir |
const t_Knot *const | kmpMax |
const t_Knot * | mp |
Definition at line 212 of file G4NURBS.hh.
G4NURBS::KnotsIterator::KnotsIterator | ( | const G4NURBS & | in_rNurb, |
G4NURBS::t_direction | in_dir, | ||
t_indKnot | in_startIndex = 0 |
||
) |
Definition at line 236 of file G4NURBS.cc.
Definition at line 261 of file G4NURBS.cc.
|
protected |
Definition at line 222 of file G4NURBS.hh.
Referenced by KnotsIterator().
Definition at line 223 of file G4NURBS.hh.
Definition at line 224 of file G4NURBS.hh.
Referenced by KnotsIterator().