Enrollment 28.2.0
Loading...
Searching...
No Matches
ImageMask Class Referenceabstract

Defines the interface for applying mask to the image with a masker. More...

#include <ImageMask.h>

Collaboration diagram for ImageMask:

Public Member Functions

virtual void MaskWith (ImageMasker &masker) const =0
 Applies a mask to the image using the provided ImageMasker.

Detailed Description

Defines the interface for applying mask to the image with a masker.

Member Function Documentation

◆ MaskWith()

virtual void MaskWith ( ImageMasker & masker) const
pure virtual

Applies a mask to the image using the provided ImageMasker.

Parameters
maskerimage masker instance used to apply the mask.

Implemented in CircleImageMask, and PolygonImageMask.

Referenced by Image::MaskImageBy().

Here is the caller graph for this function:

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