Definition at line 1262 of file STL.h.
◆ animationIterationsImage()
Magick::animationIterationsImage::animationIterationsImage |
( |
const size_t | iterations_ | ) |
|
Definition at line 1175 of file STL.cpp.
1176 : _iterations( iterations_ )
1177{
1178}
◆ operator()()
void Magick::animationIterationsImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 1179 of file STL.cpp.
1180{
1181 image_.animationIterations( _iterations );
1182}
◆ _iterations
size_t Magick::animationIterationsImage::_iterations |
|
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