Magick++ 6.9.13
Loading...
Searching...
No Matches
Magick::labelImage Class Reference
Collaboration diagram for Magick::labelImage:

Public Member Functions

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

Private Attributes

std::string _label
 

Detailed Description

Definition at line 640 of file STL.h.

Constructor & Destructor Documentation

◆ labelImage()

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

Definition at line 621 of file STL.cpp.

622 : _label( label_ )
623{
624}

Member Function Documentation

◆ operator()()

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

Definition at line 625 of file STL.cpp.

626{
627 image_.label( _label );
628}

Member Data Documentation

◆ _label

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

Definition at line 648 of file STL.h.


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