SourceXtractorPlusPlus  0.15
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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:
[legend]

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< PropertyIdrequiredProperties () const
 Returns properties used by the deblend step. More...
 

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

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

Destructor.

Member Function Documentation

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

Performs the DeblendStep on the SourceGroup.

Implemented in SourceXtractor::Cleaning.

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: