quantizeTreeDepth 1317 Magick++/lib/Image.cpp options()->quantizeTreeDepth(treeDepth_); quantizeTreeDepth 1322 Magick++/lib/Image.cpp return(constOptions()->quantizeTreeDepth()); quantizeTreeDepth 418 Magick++/lib/Magick++/Image.h void quantizeTreeDepth(const size_t treeDepth_); quantizeTreeDepth 419 Magick++/lib/Magick++/Image.h size_t quantizeTreeDepth(void) const; quantizeTreeDepth 167 Magick++/lib/Magick++/Options.h void quantizeTreeDepth(size_t treeDepth_); quantizeTreeDepth 168 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);