|
SourceXtractorPlusPlus 1.0.3
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.
References m_flag_images, and m_flag_instance.
|
overridevirtual |
Computes one or more properties for the Source.
Implements SourceXtractor::SourceTask.
Definition at line 47 of file ExternalFlagTask.cpp.
References std::count(), SourceXtractor::PixelCoordinateList::getCoordinateList(), SourceXtractor::DetectionFrameInfo::getHeight(), SourceXtractor::SourceInterface::getProperty(), SourceXtractor::DetectionFrameInfo::getWidth(), m_flag_images, m_flag_instance, std::vector< T >::push_back(), SourceXtractor::SourceInterface::setIndexedProperty(), and std::tie().

|
private |
Definition at line 60 of file ExternalFlagTask.h.
Referenced by computeProperties(), and ExternalFlagTask().
|
private |
Definition at line 61 of file ExternalFlagTask.h.
Referenced by computeProperties(), and ExternalFlagTask().