Definition at line 640 of file STL.h.
◆ labelImage()
| Magick::labelImage::labelImage |
( |
const std::string & | label_ | ) |
|
Definition at line 621 of file STL.cpp.
622 : _label( label_ )
623{
624}
◆ operator()()
| void Magick::labelImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 625 of file STL.cpp.
626{
627 image_.label( _label );
628}
◆ _label
| std::string Magick::labelImage::_label |
|
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