SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
SourceXtractor::ExternalFlagTask< Combine > Class Template Reference

Task to produce the ExternalFlag Property. More...

#include <ExternalFlagTask.h>

Inheritance diagram for SourceXtractor::ExternalFlagTask< Combine >:
Inheritance graph
[legend]
Collaboration diagram for SourceXtractor::ExternalFlagTask< Combine >:
Collaboration graph
[legend]

Public Member Functions

virtual ~ExternalFlagTask ()
 
 ExternalFlagTask (const std::vector< std::shared_ptr< FlagImage > > &flag_images, unsigned int flag_instance)
 
void computeProperties (SourceInterface &source) const override
 Computes one or more properties for the Source.
 
- Public Member Functions inherited from SourceXtractor::SourceTask
virtual ~SourceTask ()=default
 Destructor.
 
- Public Member Functions inherited from SourceXtractor::Task
virtual ~Task ()=default
 Destructor.
 

Private Attributes

std::vector< std::shared_ptr< FlagImage > > m_flag_images
 
unsigned int m_flag_instance
 

Detailed Description

template<typename Combine>
class SourceXtractor::ExternalFlagTask< Combine >

Task to produce the ExternalFlag Property.

Definition at line 48 of file ExternalFlagTask.h.

Constructor & Destructor Documentation

◆ ~ExternalFlagTask()

Definition at line 35 of file ExternalFlagTask.cpp.

◆ ExternalFlagTask()

template<typename Combine >
SourceXtractor::ExternalFlagTask< Combine >::ExternalFlagTask ( const std::vector< std::shared_ptr< FlagImage > > & flag_images,
unsigned int flag_instance )

Definition at line 39 of file ExternalFlagTask.cpp.

Member Function Documentation

◆ computeProperties()

template<typename Combine >
void SourceXtractor::ExternalFlagTask< Combine >::computeProperties ( SourceInterface & source) const
overridevirtual

Computes one or more properties for the Source.

Implements SourceXtractor::SourceTask.

Definition at line 47 of file ExternalFlagTask.cpp.

References std::count(), std::function::function(), and std::tie().

Here is the call graph for this function:

Member Data Documentation

◆ m_flag_images

Definition at line 60 of file ExternalFlagTask.h.

◆ m_flag_instance

template<typename Combine >
unsigned int SourceXtractor::ExternalFlagTask< Combine >::m_flag_instance
private

Definition at line 61 of file ExternalFlagTask.h.


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