Definition at line 1738 of file STL.h.
◆ quantizeTreeDepthImage()
| Magick::quantizeTreeDepthImage::quantizeTreeDepthImage |
( |
const size_t | treeDepth_ | ) |
|
Definition at line 1593 of file STL.cpp.
1594 : _treeDepth( treeDepth_ ) { }
◆ operator()()
| void Magick::quantizeTreeDepthImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 1596 of file STL.cpp.
1597{
1598 image_.quantizeTreeDepth( _treeDepth );
1599}
◆ _treeDepth
| size_t Magick::quantizeTreeDepthImage::_treeDepth |
|
private |
The documentation for this class was generated from the following files:
- ImageMagick-6/Magick++/lib/Magick++/STL.h
- ImageMagick-6/Magick++/lib/STL.cpp