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

Public Member Functions

 endianImage (const EndianType endian_)
 
void operator() (Image &image_) const
 

Private Attributes

EndianType _endian
 

Detailed Description

Definition at line 1494 of file STL.h.

Constructor & Destructor Documentation

◆ endianImage()

Magick::endianImage::endianImage ( const EndianType endian_)

Definition at line 1390 of file STL.cpp.

1391 : _endian( endian_ )
1392{
1393}

Member Function Documentation

◆ operator()()

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

Definition at line 1394 of file STL.cpp.

1395{
1396 image_.endian( _endian );
1397}

Member Data Documentation

◆ _endian

EndianType Magick::endianImage::_endian
private

Definition at line 1502 of file STL.h.


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