|
ARB
|

Public Attributes | |
| double | score |
| double | upperScore |
| double | lowerScore |
| int | beginX |
| int | beginY |
| int | endX |
| int | endY |
| int | hasUpper |
| int | hasLower |
| struct island * | next |
| struct island * | nextBeginIndex |
| struct island * | nextEndIndex |
| struct island * | nextSelected |
| struct island * | upper |
| struct island * | lower |
| struct fragment * | fragments |
| double island::score |
Definition at line 47 of file align.cxx.
Referenced by AlignTwo(), drawIsland(), isSignificant(), and newIsland().
| double island::upperScore |
Definition at line 47 of file align.cxx.
Referenced by AlignTwo().
| double island::lowerScore |
Definition at line 47 of file align.cxx.
Referenced by AlignTwo().
| int island::beginX |
Definition at line 48 of file align.cxx.
Referenced by areEqual(), isUnique(), newIsland(), registerIsland(), selectLowerIslands(), and selectUpperIslands().
| int island::beginY |
Definition at line 48 of file align.cxx.
Referenced by areEqual(), isUnique(), newIsland(), registerIsland(), selectLowerIslands(), and selectUpperIslands().
| int island::endX |
Definition at line 48 of file align.cxx.
Referenced by areEqual(), newIsland(), registerIsland(), selectLowerIslands(), and selectUpperIslands().
| int island::endY |
Definition at line 48 of file align.cxx.
Referenced by areEqual(), newIsland(), registerIsland(), selectLowerIslands(), and selectUpperIslands().
| int island::hasUpper |
Definition at line 49 of file align.cxx.
Referenced by AlignTwo(), and selectUpperIslands().
| int island::hasLower |
Definition at line 49 of file align.cxx.
Referenced by AlignTwo(), and selectLowerIslands().
| struct island* island::next |
Definition at line 50 of file align.cxx.
Referenced by AlignTwo(), and registerIsland().
| struct island * island::nextBeginIndex |
Definition at line 50 of file align.cxx.
Referenced by isUnique(), registerIsland(), and selectUpperIslands().
| struct island * island::nextEndIndex |
Definition at line 50 of file align.cxx.
Referenced by registerIsland(), and selectLowerIslands().
| struct island * island::nextSelected |
Definition at line 50 of file align.cxx.
Referenced by AlignTwo(), selectLowerIslands(), and selectUpperIslands().
| struct island * island::upper |
Definition at line 50 of file align.cxx.
Referenced by AlignTwo(), and drawPath().
| struct island * island::lower |
Definition at line 50 of file align.cxx.
Referenced by AlignTwo(), drawLowerPath(), and drawPath().
| struct fragment* island::fragments |
Definition at line 51 of file align.cxx.
Referenced by areEqual(), drawIsland(), drawLowerPath(), drawPath(), freeIsland(), isSignificant(), and newIsland().
1.8.8