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

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

Definition at line 34 of file ExternalFlagTask.cpp.

template<typename Combine >
SourceXtractor::ExternalFlagTask< Combine >::ExternalFlagTask ( std::shared_ptr< FlagImage flag_image,
unsigned int  flag_instance 
)

Definition at line 38 of file ExternalFlagTask.cpp.

Member Function Documentation

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 44 of file ExternalFlagTask.cpp.

References std::count(), SourceXtractor::MultithreadedMeasurement::g_global_mutex, SourceXtractor::PixelCoordinateList::getCoordinateList(), 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

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

Definition at line 59 of file ExternalFlagTask.h.

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: