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

Public Member Functions

 labelImage (const std::string &label_)
 
void operator() (Image &image_) const
 

Private Attributes

std::string _label
 

Detailed Description

Constructor & Destructor Documentation

◆ labelImage()

Magick::labelImage::labelImage ( const std::string &  label_)

Definition at line 631 of file STL.cpp.

632 : _label( label_ )
633{
634}

Member Function Documentation

◆ operator()()

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

Definition at line 635 of file STL.cpp.

636{
637 image_.label( _label );
638}

Field Documentation

◆ _label

std::string Magick::labelImage::_label
private

Definition at line 664 of file STL.h.


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