
Data Fields | |
| MagickRealType | tau |
| long | left |
| long | right |
| MagickRealType | mean_stability |
| MagickRealType | stability |
| struct _IntervalTree * | sibling |
| struct _IntervalTree * | child |
Definition at line 145 of file segment.c.
struct _IntervalTree * _IntervalTree::child [read] |
Definition at line 158 of file segment.c.
Referenced by ActiveNodes(), FreeNodes(), InitializeIntervalTree(), InitializeList(), MeanStability(), OptimalTau(), and Stability().
| long _IntervalTree::left |
| long _IntervalTree::right |
struct _IntervalTree* _IntervalTree::sibling [read] |
Definition at line 158 of file segment.c.
Referenced by ActiveNodes(), FreeNodes(), InitializeIntervalTree(), InitializeList(), MeanStability(), and Stability().
Definition at line 155 of file segment.c.
Referenced by ActiveNodes(), MeanStability(), and Stability().
Definition at line 148 of file segment.c.
Referenced by InitializeIntervalTree(), OptimalTau(), and Stability().
1.5.7.1