SourceXtractorPlusPlus
0.12
Please provide a description of the project.
SEImplementation
SEImplementation
Plugin
GrowthCurve
GrowthCurveResampledTask.h
Go to the documentation of this file.
1
18
#ifndef _SEIMPLEMENTATION_PLUGIN_GROWTHCURVE_GROWTHCURVERESAMPLEDTASK_H_
19
#define _SEIMPLEMENTATION_PLUGIN_GROWTHCURVE_GROWTHCURVERESAMPLEDTASK_H_
20
21
#include "
SEFramework/Task/SourceTask.h
"
22
23
namespace
SourceXtractor
{
24
25
class
GrowthCurveResampledTask
:
public
SourceTask
{
26
public
:
27
virtual
~GrowthCurveResampledTask
() =
default
;
28
29
GrowthCurveResampledTask
(
const
std::vector<unsigned>
& instances,
size_t
nsamples);
30
31
void
computeProperties
(
SourceInterface
& source)
const override
;
32
33
private
:
34
std::vector<unsigned>
m_instances
;
35
size_t
m_nsamples
;
36
};
37
38
}
// end of namespace SourceXtractor
39
40
#endif
/* _SEIMPLEMENTATION_PLUGIN_GROWTHCURVE_GROWTHCURVERESAMPLEDTASK_H_ */
SourceXtractor::GrowthCurveResampledTask::~GrowthCurveResampledTask
virtual ~GrowthCurveResampledTask()=default
SourceXtractor::GrowthCurveResampledTask::m_instances
std::vector< unsigned > m_instances
Definition:
GrowthCurveResampledTask.h:34
SourceXtractor::GrowthCurveResampledTask::computeProperties
void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.
Definition:
GrowthCurveResampledTask.cpp:32
SourceXtractor::GrowthCurveResampledTask::m_nsamples
size_t m_nsamples
Definition:
GrowthCurveResampledTask.h:35
SourceXtractor::GrowthCurveResampledTask::GrowthCurveResampledTask
GrowthCurveResampledTask(const std::vector< unsigned > &instances, size_t nsamples)
Definition:
GrowthCurveResampledTask.cpp:29
SourceXtractor::SourceTask
A Task that acts on a Source to compute one or more properties.
Definition:
SourceTask.h:36
SourceTask.h
SourceXtractor
Definition:
Aperture.h:30
SourceXtractor::GrowthCurveResampledTask
Definition:
GrowthCurveResampledTask.h:25
std::vector< unsigned >
SourceXtractor::SourceInterface
The SourceInterface is an abstract "source" that has properties attached to it.
Definition:
SourceInterface.h:46
Generated by
1.8.14