quantizeTreeDepth 1371 Magick++/lib/Image.cpp   options()->quantizeTreeDepth(treeDepth_);
quantizeTreeDepth 1376 Magick++/lib/Image.cpp   return(constOptions()->quantizeTreeDepth());
quantizeTreeDepth  434 Magick++/lib/Magick++/Image.h     void quantizeTreeDepth(const size_t treeDepth_);
quantizeTreeDepth  435 Magick++/lib/Magick++/Image.h     size_t quantizeTreeDepth(void) const;
quantizeTreeDepth  179 Magick++/lib/Magick++/Options.h     void quantizeTreeDepth(size_t treeDepth_);
quantizeTreeDepth  180 Magick++/lib/Magick++/Options.h     size_t quantizeTreeDepth(void) const;
quantizeTreeDepth 1598 Magick++/lib/STL.cpp   image_.quantizeTreeDepth( _treeDepth );
quantizeTreeDepth 1195 Magick++/tests/attributes.cpp     if ( image.quantizeTreeDepth() != 0 )
quantizeTreeDepth 1199 Magick++/tests/attributes.cpp 	     << image.quantizeTreeDepth()
quantizeTreeDepth 1203 Magick++/tests/attributes.cpp     image.quantizeTreeDepth(7);
quantizeTreeDepth 1204 Magick++/tests/attributes.cpp     if ( image.quantizeTreeDepth() != 7 )
quantizeTreeDepth 1210 Magick++/tests/attributes.cpp     image.quantizeTreeDepth(8);