
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 73 of file histogram.c.
| struct _NodeInfo * _NodeInfo::child | ( | ) | [read] |
Definition at line 75 of file histogram.c.
Referenced by AssignImageColors(), ClassifyImageColors(), ClosestColor(), DefineImageColormap(), DefineImageHistogram(), DestroyColorCube(), FloydSteinbergDither(), IsHistogramImage(), IsPaletteImage(), PruneChild(), PruneLevel(), PruneToCubeDepth(), Reduce(), RiemersmaDither(), and UniqueColorsToImage().
| unsigned long _NodeInfo::color_number |
Definition at line 235 of file quantize.c.
Referenced by ClosestColor(), and DefineImageColormap().
| unsigned long _NodeInfo::id |
Definition at line 235 of file quantize.c.
Referenced by GetNodeInfo(), and PruneChild().
| 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(), ResetSplayTree(), 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(), ResetSplayTree(), and Splay().
| unsigned long _NodeInfo::level |
Definition at line 85 of file histogram.c.
Referenced by DefineImageHistogram(), GetNodeInfo(), PruneLevel(), PruneToCubeDepth(), and UniqueColorsToImage().
Definition at line 79 of file histogram.c.
Referenced by ClassifyImageColors(), DefineImageHistogram(), DestroyColorCube(), IsHistogramImage(), IsPaletteImage(), and UniqueColorsToImage().
Definition at line 82 of file histogram.c.
Referenced by ClassifyImageColors(), ClosestColor(), DefineImageColormap(), DefineImageHistogram(), IsHistogramImage(), IsPaletteImage(), PruneChild(), Reduce(), and UniqueColorsToImage().
struct _NodeInfo* _NodeInfo::parent [read] |
Definition at line 221 of file quantize.c.
Referenced by AssignImageColors(), FloydSteinbergDither(), GetCubeInfo(), GetNodeInfo(), PruneChild(), and RiemersmaDither().
Definition at line 232 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(), ResetSplayTree(), and Splay().
Definition at line 229 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(), RemoveNodeFromSplayTree(), and ResetSplayTree().
1.6.1