quantizeTreeDepth 3496 Magick++/lib/Image.cpp options()->quantizeTreeDepth( treeDepth_ ); quantizeTreeDepth 3500 Magick++/lib/Image.cpp return constOptions()->quantizeTreeDepth( ); quantizeTreeDepth 1120 Magick++/lib/Magick++/Image.h void quantizeTreeDepth ( const size_t treeDepth_ ); quantizeTreeDepth 1121 Magick++/lib/Magick++/Image.h size_t quantizeTreeDepth ( void ) const; quantizeTreeDepth 157 Magick++/lib/Magick++/Options.h void quantizeTreeDepth ( size_t treeDepth_ ); quantizeTreeDepth 158 Magick++/lib/Magick++/Options.h size_t quantizeTreeDepth ( void ) const; quantizeTreeDepth 1494 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);