SourceXtractorPlusPlus  0.11
Please provide a description of the project.
Public Member Functions | Private Attributes | List of all members
SourceXtractor::VignetArraySourceTask Class Reference

#include <VignetArraySourceTask.h>

Inheritance diagram for SourceXtractor::VignetArraySourceTask:
[legend]
Collaboration diagram for SourceXtractor::VignetArraySourceTask:
[legend]

Public Member Functions

virtual ~VignetArraySourceTask ()=default
 
 VignetArraySourceTask (const std::vector< unsigned > images)
 
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::vector< unsigned > m_images
 

Detailed Description

Definition at line 25 of file VignetArraySourceTask.h.

Constructor & Destructor Documentation

◆ ~VignetArraySourceTask()

virtual SourceXtractor::VignetArraySourceTask::~VignetArraySourceTask ( )
virtualdefault

◆ VignetArraySourceTask()

SourceXtractor::VignetArraySourceTask::VignetArraySourceTask ( const std::vector< unsigned >  images)

Definition at line 24 of file VignetArraySourceTask.cpp.

Member Function Documentation

◆ computeProperties()

void SourceXtractor::VignetArraySourceTask::computeProperties ( SourceInterface source) const
overridevirtual

Computes one or more properties for the Source.

Implements SourceXtractor::SourceTask.

Definition at line 27 of file VignetArraySourceTask.cpp.

References std::vector< T >::emplace_back(), SourceXtractor::SourceInterface::getProperty(), m_images, and SourceXtractor::SourceInterface::setProperty().

Here is the call graph for this function:

Member Data Documentation

◆ m_images

std::vector<unsigned> SourceXtractor::VignetArraySourceTask::m_images
private

Definition at line 34 of file VignetArraySourceTask.h.

Referenced by computeProperties().


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