Magick++ 7.1.1
Loading...
Searching...
No Matches
Magick::sizeImage Class Reference
Collaboration diagram for Magick::sizeImage:

Public Member Functions

 sizeImage (const Geometry &geometry_)
 
void operator() (Image &image_) const
 

Private Attributes

Geometry _geometry
 

Detailed Description

Definition at line 1749 of file STL.h.

Constructor & Destructor Documentation

◆ sizeImage()

Magick::sizeImage::sizeImage ( const Geometry geometry_)

Definition at line 1552 of file STL.cpp.

1553 : _geometry( geometry_ )
1554{
1555}

Member Function Documentation

◆ operator()()

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

Definition at line 1556 of file STL.cpp.

1557{
1558 image_.size( _geometry );
1559}

Member Data Documentation

◆ _geometry

Geometry Magick::sizeImage::_geometry
private

Definition at line 1757 of file STL.h.


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