18#if !defined(__mlLineApplicator_H)
19#define __mlLineApplicator_H
The LineApplicator class provides pure virtual functions used by the old applyFiltering functions fro...
virtual ~LineApplicator()
Virtual destructor. Currently it does nothing.
virtual ImageVector getNegativeExtent() const
Returns the negative extent of a kernel used for filtering.
virtual void applyToLine(TSubImageWithCursor< DATATYPE > *, TSubImageWithCursor< DATATYPE > *, size_t)
Method to be overloaded to implement an algorithm which filters a line of the input image.
virtual ImageVector getPositiveExtent() const
Returns the positive extent of a kernel used for filtering.
A class that offers a TSubImage with a TSubImageCursor.
#define MLKERNELEXPORT
Includes files used in many parts of the dll, defined dll-specific macros and controls any system dep...
Target mlrange_cast(Source arg)
Generic version of checked ML casts.