SourceXtractorPlusPlus  0.11
Please provide a description of the project.
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 >:
[legend]
Collaboration diagram for SourceXtractor::ExternalFlagTask< Combine >:
[legend]

Public Member Functions

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

Private Attributes

std::shared_ptr< FlagImagem_flag_image
 
unsigned int m_flag_instance
 

Detailed Description

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

Task to produce the ExternalFlag Property.

Definition at line 47 of file ExternalFlagTask.h.

Constructor & Destructor Documentation

◆ ~ExternalFlagTask()

template<typename Combine >
SourceXtractor::ExternalFlagTask< Combine >::~ExternalFlagTask
virtual

Definition at line 35 of file ExternalFlagTask.cpp.

◆ ExternalFlagTask()

template<typename Combine >
SourceXtractor::ExternalFlagTask< Combine >::ExternalFlagTask ( std::shared_ptr< FlagImage flag_image,
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 45 of file ExternalFlagTask.cpp.

References std::count(), SourceXtractor::MultithreadedMeasurement::g_global_mutex, SourceXtractor::PixelCoordinateList::getCoordinateList(), SourceXtractor::DetectionFrame::getFrame(), SourceXtractor::SourceInterface::getProperty(), std::lock(), std::vector< T >::push_back(), SourceXtractor::SourceInterface::setIndexedProperty(), and std::tie().

Here is the call graph for this function:

Member Data Documentation

◆ m_flag_image

template<typename Combine >
std::shared_ptr<FlagImage> SourceXtractor::ExternalFlagTask< Combine >::m_flag_image
private

Definition at line 59 of file ExternalFlagTask.h.

◆ m_flag_instance

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

Definition at line 60 of file ExternalFlagTask.h.


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