Definition at line 1307 of file STL.h.
◆ animationIterationsImage()
Magick::animationIterationsImage::animationIterationsImage |
( |
const size_t | iterations_ | ) |
|
Definition at line 1229 of file STL.cpp.
1230 : _iterations( iterations_ )
1231{
1232}
◆ operator()()
void Magick::animationIterationsImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 1233 of file STL.cpp.
1234{
1235 image_.animationIterations( _iterations );
1236}
◆ _iterations
size_t Magick::animationIterationsImage::_iterations |
|
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