
Data Fields | |
| struct _NodeInfo * | child [16] |
| ColorPacket * | list |
| MagickSizeType | number_unique |
| unsigned long | level |
| struct _NodeInfo * | parent |
| RealPixelPacket | total_color |
| MagickRealType | quantize_error |
| unsigned long | color_number |
| unsigned long | id |
| void * | key |
| void * | value |
| struct _NodeInfo * | left |
| struct _NodeInfo * | right |
Definition at line 342 of file color.c.
| struct _NodeInfo * _NodeInfo::child | ( | ) | [read] |
Definition at line 344 of file color.c.
Referenced by AssignImageColors(), ClassifyImageColors(), ClosestColor(), DefineImageColormap(), DefineImageHistogram(), DestroyColorCube(), FloydSteinbergDither(), IsHistogramImage(), IsPaletteImage(), PruneChild(), PruneLevel(), PruneToCubeDepth(), Reduce(), RiemersmaDither(), and UniqueColorsToImage().
| unsigned long _NodeInfo::color_number |
| unsigned long _NodeInfo::id |
| void* _NodeInfo::key |
Definition at line 71 of file splay-tree.c.
Referenced by AddValueToSplayTree(), CloneSplayTree(), DeleteNodeByValueFromSplayTree(), DeleteNodeFromSplayTree(), DestroySplayTree(), GetFirstSplayTreeNode(), GetNextKeyInSplayTree(), GetNextValueInSplayTree(), GetValueFromSplayTree(), RemoveNodeByValueFromSplayTree(), RemoveNodeFromSplayTree(), Splay(), and SplaySplayTree().
struct _NodeInfo* _NodeInfo::left [read] |
Definition at line 76 of file splay-tree.c.
Referenced by AddValueToSplayTree(), CloneSplayTree(), DeleteNodeByValueFromSplayTree(), DeleteNodeFromSplayTree(), DestroySplayTree(), GetFirstSplayTreeNode(), GetNextKeyInSplayTree(), GetNextValueInSplayTree(), IterateOverSplayTree(), LinkSplayTreeNodes(), RemoveNodeByValueFromSplayTree(), RemoveNodeFromSplayTree(), and Splay().
| unsigned long _NodeInfo::level |
Definition at line 354 of file color.c.
Referenced by DefineImageHistogram(), GetNodeInfo(), PruneLevel(), PruneToCubeDepth(), and UniqueColorsToImage().
Definition at line 348 of file color.c.
Referenced by ClassifyImageColors(), DefineImageHistogram(), DestroyColorCube(), IsHistogramImage(), IsPaletteImage(), and UniqueColorsToImage().
Definition at line 351 of file color.c.
Referenced by ClassifyImageColors(), ClosestColor(), DefineImageColormap(), DefineImageHistogram(), IsHistogramImage(), IsPaletteImage(), PruneChild(), Reduce(), and UniqueColorsToImage().
struct _NodeInfo* _NodeInfo::parent [read] |
Definition at line 220 of file quantize.c.
Referenced by AssignImageColors(), FloydSteinbergDither(), GetCubeInfo(), GetNodeInfo(), PruneChild(), and RiemersmaDither().
Definition at line 231 of file quantize.c.
Referenced by ClassifyImageColors(), Reduce(), and ReduceImageColors().
struct _NodeInfo * _NodeInfo::right [read] |
Definition at line 76 of file splay-tree.c.
Referenced by AddValueToSplayTree(), CloneSplayTree(), DeleteNodeByValueFromSplayTree(), DeleteNodeFromSplayTree(), DestroySplayTree(), GetNextKeyInSplayTree(), GetNextValueInSplayTree(), IterateOverSplayTree(), RemoveNodeByValueFromSplayTree(), RemoveNodeFromSplayTree(), and Splay().
Definition at line 228 of file quantize.c.
Referenced by ClassifyImageColors(), DefineImageColormap(), and PruneChild().
| void* _NodeInfo::value |
Definition at line 74 of file splay-tree.c.
Referenced by AddValueToSplayTree(), CloneSplayTree(), DeleteNodeByValueFromSplayTree(), DeleteNodeFromSplayTree(), DestroySplayTree(), GetNextValueInSplayTree(), GetValueFromSplayTree(), RemoveNodeByValueFromSplayTree(), and RemoveNodeFromSplayTree().
1.5.7.1