ARB
Public Attributes | List of all members
island Struct Reference
Collaboration diagram for island:
Collaboration graph
[legend]

Public Attributes

double score
 
double upperScore
 
double lowerScore
 
int beginX
 
int beginY
 
int endX
 
int endY
 
int hasUpper
 
int hasLower
 
struct islandnext
 
struct islandnextBeginIndex
 
struct islandnextEndIndex
 
struct islandnextSelected
 
struct islandupper
 
struct islandlower
 
struct fragmentfragments
 

Detailed Description

Definition at line 46 of file align.cxx.

Member Data Documentation

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
int island::beginY
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

The documentation for this struct was generated from the following file: