18#if !defined(__mlLineApplicator_H)
19#define __mlLineApplicator_H
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)
virtual ImageVector getPositiveExtent() const
Returns the positive extent of a kernel used for filtering.
TImageVector< MLint > ImageVector
Defines the standard ImageVector type that is used by the ML for indexing and coordinates.