GeneralBrokenLines V03-01-02
gblpy
|
Prediction (from helix at measurement) More...
Public Member Functions | |
def | __init__ (self, sArc, pred, tDir, uDir, vDir, nDir, pos) |
Constructor. More... | |
def | getArcLength (self) |
Get arc-length More... | |
def | getMeasPred (self) |
Get measurement prediction. More... | |
def | getPos (self) |
Get Position. More... | |
def | getDirection (self) |
Get (track) direction. More... | |
def | getCosIncidence (self) |
Get cosine of incidence. More... | |
def | getCurvilinearDirs (self) |
Get curvilinear directions (U,V) More... | |
Private Attributes | |
__sarc | |
arc-length More... | |
__pred | |
prediction More... | |
__tdir | |
track direction More... | |
__udir | |
u direction More... | |
__vdir | |
v direction More... | |
__ndir | |
normal to (u,v) More... | |
__pos | |
position More... | |
def gblsit.gblHelixPrediction.__init__ | ( | self, | |
sArc, | |||
pred, | |||
tDir, | |||
uDir, | |||
vDir, | |||
nDir, | |||
pos | |||
) |
Constructor.
[in] | sArc | arc length; float |
[in] | pred | prediction for measurement (u,v); list |
[in] | tDir | track direction at prediction; vector |
[in] | uDir | measurement direction for u; vector |
[in] | vDir | measurement direction for v; vector |
[in] | nDir | normal to measurement plane; vector |
[in] | pos | position at prediction; vector |
def gblsit.gblHelixPrediction.getArcLength | ( | self | ) |
Get arc-length
Definition at line 656 of file gblsit.py.
References gblsit.gblHelixPrediction.__sarc.
def gblsit.gblHelixPrediction.getCosIncidence | ( | self | ) |
Get cosine of incidence.
Definition at line 672 of file gblsit.py.
References gblsit.gblHelixPrediction.__ndir, and gblsit.gblHelixPrediction.__tdir.
def gblsit.gblHelixPrediction.getCurvilinearDirs | ( | self | ) |
Get curvilinear directions (U,V)
Curvilinear system: track direction T, U = Z x T / |Z x T|, V = T x U
Definition at line 679 of file gblsit.py.
References gblsit.gblHelixPrediction.__tdir, and gblsit.exampleSit().
def gblsit.gblHelixPrediction.getDirection | ( | self | ) |
Get (track) direction.
Definition at line 668 of file gblsit.py.
References gblsit.gblHelixPrediction.__tdir.
def gblsit.gblHelixPrediction.getMeasPred | ( | self | ) |
Get measurement prediction.
Definition at line 660 of file gblsit.py.
References gblsit.gblHelixPrediction.__pred.
def gblsit.gblHelixPrediction.getPos | ( | self | ) |
|
private |
normal to (u,v)
Definition at line 650 of file gblsit.py.
Referenced by gblsit.gblHelixPrediction.getCosIncidence().
|
private |
position
Definition at line 652 of file gblsit.py.
Referenced by gblsit.gblHelixPrediction.getPos().
|
private |
prediction
Definition at line 642 of file gblsit.py.
Referenced by gblsit.gblHelixPrediction.getMeasPred().
|
private |
arc-length
Definition at line 640 of file gblsit.py.
Referenced by gblsit.gblHelixPrediction.getArcLength().
|
private |
track direction
Definition at line 644 of file gblsit.py.
Referenced by gblsit.gblHelixPrediction.getCosIncidence(), gblsit.gblHelixPrediction.getCurvilinearDirs(), and gblsit.gblHelixPrediction.getDirection().