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

Public Member Functions

 distortImage (const Magick::DistortMethod method_, const size_t number_arguments_, const double *arguments_, const bool bestfit_)
 
 distortImage (const Magick::DistortMethod method_, const size_t number_arguments_, const double *arguments_)
 
void operator() (Image &image_) const
 

Private Attributes

DistortMethod _method
 
size_t _number_arguments
 
const double * _arguments
 
bool _bestfit
 

Detailed Description

Definition at line 350 of file STL.h.

Constructor & Destructor Documentation

◆ distortImage() [1/2]

Magick::distortImage::distortImage ( const Magick::DistortMethod  method_,
const size_t  number_arguments_,
const double *  arguments_,
const bool  bestfit_ 
)

Definition at line 305 of file STL.cpp.

309 : _method ( method_ ),
310 _number_arguments ( number_arguments_ ),
311 _arguments ( arguments_ ),
312 _bestfit( bestfit_ )
313{
314}

◆ distortImage() [2/2]

Magick::distortImage::distortImage ( const Magick::DistortMethod  method_,
const size_t  number_arguments_,
const double *  arguments_ 
)

Definition at line 315 of file STL.cpp.

318 : _method ( method_ ),
319 _number_arguments ( number_arguments_ ),
320 _arguments ( arguments_ ),
321 _bestfit( false )
322{
323}

Member Function Documentation

◆ operator()()

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

Definition at line 324 of file STL.cpp.

325{
326 image_.distort( _method, _number_arguments, _arguments, _bestfit );
327}

Member Data Documentation

◆ _arguments

const double* Magick::distortImage::_arguments
private

Definition at line 367 of file STL.h.

◆ _bestfit

bool Magick::distortImage::_bestfit
private

Definition at line 368 of file STL.h.

◆ _method

DistortMethod Magick::distortImage::_method
private

Definition at line 365 of file STL.h.

◆ _number_arguments

size_t Magick::distortImage::_number_arguments
private

Definition at line 366 of file STL.h.


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