Loading...
Searching...
No Matches
Magick::chopImage Class Reference

Public Member Functions

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

Private Attributes

Geometry _geometry
 

Detailed Description

Constructor & Destructor Documentation

◆ chopImage()

Magick::chopImage::chopImage ( const Geometry geometry_)

Definition at line 158 of file STL.cpp.

159 : _geometry( geometry_ )
160{
161}

Member Function Documentation

◆ operator()()

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

Definition at line 162 of file STL.cpp.

163{
164 image_.chop( _geometry );
165}

Field Documentation

◆ _geometry

Geometry Magick::chopImage::_geometry
private

Definition at line 199 of file STL.h.


The documentation for this class was generated from the following files:
  • /build/imagemagick-7.1.1.33+dfsg1/Magick++/lib/Magick++/STL.h
  • /build/imagemagick-7.1.1.33+dfsg1/Magick++/lib/STL.cpp