|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
An action to be applied to a SourceGroup for deblending its sources. More...
#include <Deblending.h>

Public Member Functions | |
| virtual | ~DeblendStep ()=default |
| Destructor. | |
| virtual void | deblend (SourceGroupInterface &group) const =0 |
| Performs the DeblendStep on the SourceGroup. | |
| virtual std::set< PropertyId > | requiredProperties () const |
| Returns properties used by the deblend step. | |
An action to be applied to a SourceGroup for deblending its sources.
Definition at line 37 of file Deblending.h.
|
virtualdefault |
Destructor.
|
pure virtual |
Performs the DeblendStep on the SourceGroup.
Implemented in SourceXtractor::Cleaning.
|
inlinevirtual |
Returns properties used by the deblend step.
Reimplemented in SourceXtractor::Cleaning.
Definition at line 47 of file Deblending.h.