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

Public Member Functions

 cdlImage (const std::string &cdl_)
 
void operator() (Image &image_) const
 

Private Attributes

std::string _cdl
 

Detailed Description

Definition at line 202 of file STL.h.

Constructor & Destructor Documentation

◆ cdlImage()

Magick::cdlImage::cdlImage ( const std::string & cdl_)

Definition at line 165 of file STL.cpp.

166 : _cdl ( cdl_ )
167{
168}

Member Function Documentation

◆ operator()()

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

Definition at line 169 of file STL.cpp.

170{
171 image_.cdl( _cdl.c_str() );
172}

Member Data Documentation

◆ _cdl

std::string Magick::cdlImage::_cdl
private

Definition at line 210 of file STL.h.


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