Magick++ 6.9.13
Loading...
Searching...
No Matches
Magick::antiAliasImage Class Reference
Collaboration diagram for Magick::antiAliasImage:

Public Member Functions

 antiAliasImage (const bool flag_)
 
void operator() (Image &image_) const
 

Private Attributes

bool _flag
 

Detailed Description

Definition at line 1269 of file STL.h.

Constructor & Destructor Documentation

◆ antiAliasImage()

Magick::antiAliasImage::antiAliasImage ( const bool flag_)

Definition at line 1197 of file STL.cpp.

1198 : _flag( flag_ )
1199{
1200}

Member Function Documentation

◆ operator()()

void Magick::antiAliasImage::operator() ( Magick::Image & image_) const

Definition at line 1201 of file STL.cpp.

1202{
1203 image_.antiAlias( _flag );
1204}

Member Data Documentation

◆ _flag

bool Magick::antiAliasImage::_flag
private

Definition at line 1277 of file STL.h.


The documentation for this class was generated from the following files: