SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
#include <LineSelectionCriteria.h>
Public Member Functions | |
LineSelectionCriteria (int line_number) | |
virtual bool | mustBeProcessed (const SourceInterface &) const override |
Determines if the given Source must be processed or not. More... | |
![]() | |
virtual | ~SelectionCriteria ()=default |
Destructor. More... | |
Private Attributes | |
int | m_line_number |
Definition at line 32 of file LineSelectionCriteria.h.
|
inline |
Definition at line 35 of file LineSelectionCriteria.h.
|
overridevirtual |
Determines if the given Source must be processed or not.
Implements SourceXtractor::SelectionCriteria.
Definition at line 33 of file LineSelectionCriteria.cpp.
References SourceXtractor::PixelCentroid::getCentroidY(), SourceXtractor::SourceInterface::getProperty(), and m_line_number.
|
private |
Definition at line 41 of file LineSelectionCriteria.h.
Referenced by mustBeProcessed().