Loading...
Searching...
No Matches
Magick::filterTypeImage Class Reference

Public Member Functions

 filterTypeImage (const FilterType filterType_)
 
void operator() (Image &image_) const
 

Private Attributes

FilterType _filterType
 

Detailed Description

Constructor & Destructor Documentation

◆ filterTypeImage()

Magick::filterTypeImage::filterTypeImage ( const FilterType  filterType_)

Definition at line 1360 of file STL.cpp.

1361 : _filterType( filterType_ )
1362{
1363}

Member Function Documentation

◆ operator()()

void Magick::filterTypeImage::operator() ( Magick::Image image_) const

Definition at line 1364 of file STL.cpp.

1365{
1366 image_.filterType( _filterType );
1367}

Field Documentation

◆ _filterType

FilterType Magick::filterTypeImage::_filterType
private

Definition at line 1485 of file STL.h.


The documentation for this class was generated from the following files:
  • /build/reproducible-path/imagemagick-7.1.1.39+dfsg1/Magick++/lib/Magick++/STL.h
  • /build/reproducible-path/imagemagick-7.1.1.39+dfsg1/Magick++/lib/STL.cpp