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

Public Member Functions

 interlaceTypeImage (const InterlaceType interlace_)
 
void operator() (Image &image_) const
 

Private Attributes

InterlaceType _interlace
 

Detailed Description

Definition at line 1566 of file STL.h.

Constructor & Destructor Documentation

◆ interlaceTypeImage()

Magick::interlaceTypeImage::interlaceTypeImage ( const InterlaceType interlace_)

Definition at line 1450 of file STL.cpp.

1451 : _interlace( interlace_ )
1452{
1453}

Member Function Documentation

◆ operator()()

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

Definition at line 1454 of file STL.cpp.

1455{
1456 image_.interlaceType( _interlace );
1457}

Member Data Documentation

◆ _interlace

InterlaceType Magick::interlaceTypeImage::_interlace
private

Definition at line 1574 of file STL.h.


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