
Data Fields | |
| kdBranch * | lo |
| kdBranch * | hi |
| kdLeaf * | leaf |
| int | cutCoord |
| double | maxScore |
| int | maxQ |
| int | maxT |
Definition at line 14 of file chainBlock.c.
struct kdBranch* kdBranch::lo [read] |
Definition at line 19 of file chainBlock.c.
Referenced by bestPredecessor(), kdBuild(), and updateScoresOnWay().
struct kdBranch* kdBranch::hi [read] |
Definition at line 20 of file chainBlock.c.
Referenced by bestPredecessor(), kdBuild(), and updateScoresOnWay().
struct kdLeaf* kdBranch::leaf [read] |
Definition at line 21 of file chainBlock.c.
Referenced by bestPredecessor(), kdBuild(), and updateScoresOnWay().
Definition at line 22 of file chainBlock.c.
Referenced by bestPredecessor(), kdBuild(), and updateScoresOnWay().
| double kdBranch::maxScore |
Definition at line 23 of file chainBlock.c.
Referenced by bestPredecessor(), and updateScoresOnWay().
| int kdBranch::maxQ |
| int kdBranch::maxT |
1.5.2