Magick++ 7.1.1
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 205 of file STL.h.

Constructor & Destructor Documentation

◆ cdlImage()

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

Definition at line 170 of file STL.cpp.

171 : _cdl ( cdl_ )
172{
173}

Member Function Documentation

◆ operator()()

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

Definition at line 174 of file STL.cpp.

175{
176 image_.cdl( _cdl.c_str() );
177}

Member Data Documentation

◆ _cdl

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

Definition at line 213 of file STL.h.


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