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

Public Member Functions

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

Private Attributes

bool _flag
 

Detailed Description

Definition at line 1281 of file STL.h.

Constructor & Destructor Documentation

◆ adjoinImage()

Magick::adjoinImage::adjoinImage ( const bool flag_)

Definition at line 1207 of file STL.cpp.

1208 : _flag( flag_ )
1209{
1210}

Member Function Documentation

◆ operator()()

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

Definition at line 1211 of file STL.cpp.

1212{
1213 image_.adjoin( _flag );
1214}

Member Data Documentation

◆ _flag

bool Magick::adjoinImage::_flag
private

Definition at line 1289 of file STL.h.


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