Definition at line 1685 of file STL.h.
◆ quantizeTreeDepthImage()
Magick::quantizeTreeDepthImage::quantizeTreeDepthImage |
( |
const size_t | treeDepth_ | ) |
|
Definition at line 1513 of file STL.cpp.
1514 : _treeDepth( treeDepth_ ) { }
◆ operator()()
void Magick::quantizeTreeDepthImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 1516 of file STL.cpp.
1517{
1518 image_.quantizeTreeDepth( _treeDepth );
1519}
◆ _treeDepth
size_t Magick::quantizeTreeDepthImage::_treeDepth |
|
private |
The documentation for this class was generated from the following files:
- ImageMagick-7/Magick++/lib/Magick++/STL.h
- ImageMagick-7/Magick++/lib/STL.cpp