Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4NURBS.hh>
Public Member Functions | |
CtrlPtsCoordsIterator (const G4NURBS &in_rNurb, t_indCtrlPt in_startCtrlPtIndex=0) | |
G4bool | pick (G4double *inout_pDbl) |
G4bool | pick (G4float *inout_pFlt) |
Protected Attributes | |
const t_Coord *const | kmpMax |
const t_Coord * | mp |
Definition at line 236 of file G4NURBS.hh.
G4NURBS::CtrlPtsCoordsIterator::CtrlPtsCoordsIterator | ( | const G4NURBS & | in_rNurb, |
t_indCtrlPt | in_startCtrlPtIndex = 0 |
||
) |
Definition at line 267 of file G4NURBS.cc.
Definition at line 285 of file G4NURBS.cc.
Definition at line 291 of file G4NURBS.cc.
Definition at line 246 of file G4NURBS.hh.
Definition at line 247 of file G4NURBS.hh.
Referenced by CtrlPtsCoordsIterator().