quantizeTreeDepth 3233 Magick++/lib/Image.cpp   options()->quantizeTreeDepth( treeDepth_ );
quantizeTreeDepth 3237 Magick++/lib/Image.cpp   return constOptions()->quantizeTreeDepth( );
quantizeTreeDepth 1044 Magick++/lib/Magick++/Image.h     void            quantizeTreeDepth ( const unsigned int treeDepth_ );
quantizeTreeDepth 1045 Magick++/lib/Magick++/Image.h     unsigned int    quantizeTreeDepth ( void ) const;
quantizeTreeDepth  149 Magick++/lib/Magick++/Options.h     void            quantizeTreeDepth ( unsigned int treeDepth_ );
quantizeTreeDepth  150 Magick++/lib/Magick++/Options.h     unsigned int    quantizeTreeDepth ( void ) const;
quantizeTreeDepth 1435 Magick++/lib/STL.cpp   image_.quantizeTreeDepth( _treeDepth );
quantizeTreeDepth 1217 Magick++/tests/attributes.cpp     if ( image.quantizeTreeDepth() != 0 )
quantizeTreeDepth 1221 Magick++/tests/attributes.cpp 	     << image.quantizeTreeDepth()
quantizeTreeDepth 1225 Magick++/tests/attributes.cpp     image.quantizeTreeDepth(7);
quantizeTreeDepth 1226 Magick++/tests/attributes.cpp     if ( image.quantizeTreeDepth() != 7 )
quantizeTreeDepth 1232 Magick++/tests/attributes.cpp     image.quantizeTreeDepth(8);