Magick++ 7.1.1
Loading...
Searching...
No Matches
Magick::densityImage Class Reference
Collaboration diagram for Magick::densityImage:

Public Member Functions

 densityImage (const Point &point_)
 
void operator() (Image &image_) const
 

Private Attributes

Point _point
 

Detailed Description

Definition at line 1428 of file STL.h.

Constructor & Destructor Documentation

◆ densityImage()

Magick::densityImage::densityImage ( const Point point_)

Definition at line 1319 of file STL.cpp.

1320 : _point( point_ )
1321{
1322}

Member Function Documentation

◆ operator()()

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

Definition at line 1323 of file STL.cpp.

1324{
1325 image_.density( _point );
1326}

Member Data Documentation

◆ _point

Point Magick::densityImage::_point
private

Definition at line 1436 of file STL.h.


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