SourceXtractorPlusPlus
0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SEImplementation
SEImplementation
Plugin
Vignet
VignetArraySourceTask.h
Go to the documentation of this file.
1
18
#ifndef _SEIMPLEMENTATION_PLUGIN_VIGNETARRAYSOURCETASK_H_
19
#define _SEIMPLEMENTATION_PLUGIN_VIGNETARRAYSOURCETASK_H_
20
21
#include "
SEFramework/Task/SourceTask.h
"
22
23
namespace
SourceXtractor
{
24
25
class
VignetArraySourceTask
:
public
SourceTask
{
26
public
:
27
virtual
~VignetArraySourceTask
() =
default
;
28
29
explicit
VignetArraySourceTask
(
const
std::vector<unsigned>
images
);
30
31
void
computeProperties
(
SourceInterface
&
source
)
const override
;
32
33
private
:
34
std::vector<unsigned>
m_images
;
35
};
36
37
}
// end of namespace SourceXtractor
38
39
#endif
/* _SEIMPLEMENTATION_PLUGIN_VIGNETARRAYSOURCETASK_H_ */
SourceTask.h
SourceXtractor::SourceInterface
The SourceInterface is an abstract "source" that has properties attached to it.
Definition
SourceInterface.h:46
SourceXtractor::SourceTask
A Task that acts on a Source to compute one or more properties.
Definition
SourceTask.h:36
SourceXtractor::VignetArraySourceTask
Definition
VignetArraySourceTask.h:25
SourceXtractor::VignetArraySourceTask::computeProperties
void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.
Definition
VignetArraySourceTask.cpp:27
SourceXtractor::VignetArraySourceTask::~VignetArraySourceTask
virtual ~VignetArraySourceTask()=default
SourceXtractor::VignetArraySourceTask::VignetArraySourceTask
VignetArraySourceTask(const std::vector< unsigned > images)
Definition
VignetArraySourceTask.cpp:24
SourceXtractor::VignetArraySourceTask::m_images
std::vector< unsigned > m_images
Definition
VignetArraySourceTask.h:34
std::function
SourceXtractor
Definition
Aperture.h:30
Generated by
1.10.0