Definition at line 262 of file STL.h.
◆ commentImage()
| Magick::commentImage::commentImage |
( |
const std::string & | comment_ | ) |
|
Definition at line 222 of file STL.cpp.
223 : _comment( comment_ )
224{
225}
◆ operator()()
| void Magick::commentImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 226 of file STL.cpp.
227{
228 image_.comment( _comment );
229}
◆ _comment
| std::string Magick::commentImage::_comment |
|
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