Magick++ 7.1.1
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 1236 of file STL.h.

Constructor & Destructor Documentation

◆ adjoinImage()

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

Definition at line 1153 of file STL.cpp.

1154 : _flag( flag_ )
1155{
1156}

Member Function Documentation

◆ operator()()

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

Definition at line 1157 of file STL.cpp.

1158{
1159 image_.adjoin( _flag );
1160}

Member Data Documentation

◆ _flag

bool Magick::adjoinImage::_flag
private

Definition at line 1244 of file STL.h.


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