Magick++
7.0.10
|
#include <Statistic.h>
Public Member Functions | |
ImageStatistics (void) | |
ImageStatistics (const ImageStatistics &imageStatistics_) | |
~ImageStatistics (void) | |
ChannelStatistics | channel (const PixelChannel channel_) const |
ImageStatistics (const Image &image_) | |
Definition at line 281 of file Statistic.h.
Magick::ImageStatistics::ImageStatistics | ( | void | ) |
Definition at line 603 of file Statistic.cpp.
Magick::ImageStatistics::ImageStatistics | ( | const ImageStatistics & | imageStatistics_ | ) |
Definition at line 608 of file Statistic.cpp.
Magick::ImageStatistics::~ImageStatistics | ( | void | ) |
Definition at line 614 of file Statistic.cpp.
Magick::ImageStatistics::ImageStatistics | ( | const Image & | image_ | ) |
Definition at line 630 of file Statistic.cpp.
References channel(), Magick::Image::constImage(), GetPPException, Magick::Image::quiet(), and ThrowPPException.
Magick::ChannelStatistics Magick::ImageStatistics::channel | ( | const PixelChannel | channel_ | ) | const |
Definition at line 618 of file Statistic.cpp.
Referenced by ImageStatistics().