SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
Public Member Functions | List of all members
SourceXtractor::DeblendStep Class Referenceabstract

An action to be applied to a SourceGroup for deblending its sources. More...

#include <Deblending.h>

Inheritance diagram for SourceXtractor::DeblendStep:
Inheritance graph
[legend]

Public Member Functions

virtual ~DeblendStep ()=default
 Destructor.
 
virtual void deblend (SourceGroupInterface &group) const =0
 Performs the DeblendStep on the SourceGroup.
 
virtual std::set< PropertyIdrequiredProperties () const
 Returns properties used by the deblend step.
 

Detailed Description

An action to be applied to a SourceGroup for deblending its sources.

Definition at line 37 of file Deblending.h.

Constructor & Destructor Documentation

◆ ~DeblendStep()

virtual SourceXtractor::DeblendStep::~DeblendStep ( )
virtualdefault

Destructor.

Member Function Documentation

◆ deblend()

virtual void SourceXtractor::DeblendStep::deblend ( SourceGroupInterface & group) const
pure virtual

Performs the DeblendStep on the SourceGroup.

Implemented in SourceXtractor::Cleaning.

◆ requiredProperties()

virtual std::set< PropertyId > SourceXtractor::DeblendStep::requiredProperties ( ) const
inlinevirtual

Returns properties used by the deblend step.

Reimplemented in SourceXtractor::Cleaning.

Definition at line 47 of file Deblending.h.


The documentation for this class was generated from the following file: