SourceXtractorPlusPlus
0.16
Please provide a description of the project.
|
An action to be applied to a SourceGroup for deblending its sources. More...
#include <Deblending.h>
Public Member Functions | |
virtual | ~DeblendStep ()=default |
Destructor. More... | |
virtual void | deblend (SourceGroupInterface &group) const =0 |
Performs the DeblendStep on the SourceGroup. More... | |
virtual std::set< PropertyId > | requiredProperties () const |
Returns properties used by the deblend step. More... | |
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.