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