Definition at line 1762 of file STL.h.
◆ resolutionUnitsImage()
| Magick::resolutionUnitsImage::resolutionUnitsImage |
( |
const ResolutionType | resolutionUnits_ | ) |
|
Definition at line 1612 of file STL.cpp.
1613 : _resolutionUnits( resolutionUnits_ )
1614{
1615}
◆ operator()()
| void Magick::resolutionUnitsImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 1616 of file STL.cpp.
1617{
1618 image_.resolutionUnits( _resolutionUnits );
1619}
◆ _resolutionUnits
| ResolutionType Magick::resolutionUnitsImage::_resolutionUnits |
|
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