Endoscopy::EndoscopyGUI::path Class Reference
List of all members.
Member Function Documentation
| def Endoscopy::EndoscopyGUI::path::__init__ |
( |
|
self, |
|
|
|
dl = 0.5, |
|
|
|
fidListName = 'L', |
|
|
|
cameraName = 'Camera' | |
|
) |
| | |
| def Endoscopy::EndoscopyGUI::path::calculatePath |
( |
|
self |
) |
|
generate a flight path for of steps of length dl
| def Endoscopy::EndoscopyGUI::path::closeCB |
( |
|
self |
) |
|
| def Endoscopy::EndoscopyGUI::path::fly |
( |
|
self |
) |
|
| def Endoscopy::EndoscopyGUI::path::flyCB |
( |
|
self |
) |
|
| def Endoscopy::EndoscopyGUI::path::flyto |
( |
|
self, |
|
|
|
f | |
|
) |
| | |
apply the fth step in the path to the global camera
| def Endoscopy::EndoscopyGUI::path::gui |
( |
|
self |
) |
|
| def Endoscopy::EndoscopyGUI::path::pathModel |
( |
|
self |
) |
|
| def Endoscopy::EndoscopyGUI::path::playCB |
( |
|
self |
) |
|
| def Endoscopy::EndoscopyGUI::path::point |
( |
|
self, |
|
|
|
segment, |
|
|
|
t | |
|
) |
| | |
| def Endoscopy::EndoscopyGUI::path::scaleCB |
( |
|
self, |
|
|
|
value | |
|
) |
| | |
| def Endoscopy::EndoscopyGUI::path::step |
( |
|
self, |
|
|
|
segment, |
|
|
|
t, |
|
|
|
dl | |
|
) |
| | |
take a step of dl and return the path point and new t
return:
t = new parametric coordinate after step
p = point after step
remainder = if step results in parametic coordinate > 1.0, then
this is the amount of world space not covered by step
Member Data Documentation
The documentation for this class was generated from the following file: