|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
Task to produce the ExternalFlag Property. More...
#include <ExternalFlagTask.h>


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 |
Task to produce the ExternalFlag Property.
Definition at line 48 of file ExternalFlagTask.h.
|
virtual |
Definition at line 35 of file ExternalFlagTask.cpp.
| 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.
|
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().

|
private |
Definition at line 60 of file ExternalFlagTask.h.
|
private |
Definition at line 61 of file ExternalFlagTask.h.