Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4NURBS.hh>
Public Member Functions | |
CtrlPtsIterator (const G4NURBS &in_rNurb, t_indCtrlPt in_startIndex=0) | |
G4bool | pick (t_doubleCtrlPt *inout_pDblCtrlPt) |
G4bool | pick (t_floatCtrlPt *inout_pFltCtrlPt) |
Protected Attributes | |
const t_CtrlPt *const | kmpMax |
const t_CtrlPt * | mp |
Definition at line 252 of file G4NURBS.hh.
G4NURBS::CtrlPtsIterator::CtrlPtsIterator | ( | const G4NURBS & | in_rNurb, |
t_indCtrlPt | in_startIndex = 0 |
||
) |
Definition at line 297 of file G4NURBS.cc.
G4bool G4NURBS::CtrlPtsIterator::pick | ( | t_doubleCtrlPt * | inout_pDblCtrlPt | ) |
G4bool G4NURBS::CtrlPtsIterator::pick | ( | t_floatCtrlPt * | inout_pFltCtrlPt | ) |
Definition at line 321 of file G4NURBS.cc.
Definition at line 261 of file G4NURBS.hh.
Definition at line 262 of file G4NURBS.hh.
Referenced by CtrlPtsIterator().