MagickCore
7.0.11
|
Data Fields | |
double | tau |
ssize_t | left |
ssize_t | right |
double | mean_stability |
double | stability |
struct _IntervalTree * | sibling |
struct _IntervalTree * | child |
struct _IntervalTree * _IntervalTree::child |
Definition at line 165 of file segment.c.
Referenced by ActiveNodes(), FreeNodes(), InitializeIntervalTree(), InitializeList(), MeanStability(), OptimalTau(), and Stability().
ssize_t _IntervalTree::left |
Definition at line 158 of file segment.c.
Referenced by InitializeIntervalTree(), and OptimalTau().
double _IntervalTree::mean_stability |
Definition at line 162 of file segment.c.
Referenced by ActiveNodes(), InitializeIntervalTree(), and MeanStability().
ssize_t _IntervalTree::right |
Definition at line 158 of file segment.c.
Referenced by InitializeIntervalTree(), and OptimalTau().
struct _IntervalTree* _IntervalTree::sibling |
Definition at line 165 of file segment.c.
Referenced by ActiveNodes(), FreeNodes(), InitializeIntervalTree(), InitializeList(), MeanStability(), and Stability().
double _IntervalTree::stability |
Definition at line 162 of file segment.c.
Referenced by ActiveNodes(), InitializeIntervalTree(), MeanStability(), and Stability().
double _IntervalTree::tau |
Definition at line 155 of file segment.c.
Referenced by InitializeIntervalTree(), OptimalTau(), and Stability().