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

Public Member Functions

 rollImage (const Geometry &roll_)
 
 rollImage (const ::ssize_t columns_, const ::ssize_t rows_)
 
void operator() (Image &image_) const
 

Private Attributes

ssize_t _columns
 
ssize_t _rows
 

Detailed Description

Constructor & Destructor Documentation

◆ rollImage()

Magick::rollImage::rollImage ( const Geometry roll_)

Definition at line 892 of file STL.cpp.

893 : _columns( static_cast<ssize_t>(roll_.width()) ),
894 _rows( static_cast<ssize_t>(roll_.height()) )
895{
896}

Member Function Documentation

◆ operator()()

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

Definition at line 903 of file STL.cpp.

904{
905 image_.roll( _columns, _rows );
906}

Field Documentation

◆ _columns

ssize_t Magick::rollImage::_columns
private

Definition at line 943 of file STL.h.

◆ _rows

ssize_t Magick::rollImage::_rows
private

Definition at line 944 of file STL.h.


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