Magick++ 6.9.13
Loading...
Searching...
No Matches
Magick::quantizeTreeDepthImage Class Reference
Collaboration diagram for Magick::quantizeTreeDepthImage:

Public Member Functions

 quantizeTreeDepthImage (const size_t treeDepth_)
 
void operator() (Image &image_) const
 

Private Attributes

size_t _treeDepth
 

Detailed Description

Definition at line 1738 of file STL.h.

Constructor & Destructor Documentation

◆ quantizeTreeDepthImage()

Magick::quantizeTreeDepthImage::quantizeTreeDepthImage ( const size_t treeDepth_)

Definition at line 1593 of file STL.cpp.

1594 : _treeDepth( treeDepth_ ) { }

Member Function Documentation

◆ operator()()

void Magick::quantizeTreeDepthImage::operator() ( Magick::Image & image_) const

Definition at line 1596 of file STL.cpp.

1597{
1598 image_.quantizeTreeDepth( _treeDepth );
1599}

Member Data Documentation

◆ _treeDepth

size_t Magick::quantizeTreeDepthImage::_treeDepth
private

Definition at line 1746 of file STL.h.


The documentation for this class was generated from the following files: