SourceXtractorPlusPlus
0.14
Please provide a description of the project.
|
#include <GrowthCurveResampledTask.h>
Public Member Functions | |
virtual | ~GrowthCurveResampledTask ()=default |
GrowthCurveResampledTask (const std::vector< unsigned > &instances, size_t nsamples) | |
void | computeProperties (SourceInterface &source) const override |
Computes one or more properties for the Source. More... | |
![]() | |
virtual | ~SourceTask ()=default |
Destructor. More... | |
![]() | |
virtual | ~Task ()=default |
Destructor. More... | |
Private Attributes | |
std::vector< unsigned > | m_instances |
size_t | m_nsamples |
Definition at line 25 of file GrowthCurveResampledTask.h.
|
virtualdefault |
SourceXtractor::GrowthCurveResampledTask::GrowthCurveResampledTask | ( | const std::vector< unsigned > & | instances, |
size_t | nsamples | ||
) |
Definition at line 29 of file GrowthCurveResampledTask.cpp.
|
overridevirtual |
Computes one or more properties for the Source.
Implements SourceXtractor::SourceTask.
Definition at line 32 of file GrowthCurveResampledTask.cpp.
References SourceXtractor::GrowthCurve::getCurve(), SourceXtractor::SourceInterface::getProperty(), interpolate(), m_instances, m_nsamples, std::move(), s, SourceXtractor::SourceInterface::setProperty(), and std::vector< T >::size().
|
private |
Definition at line 34 of file GrowthCurveResampledTask.h.
Referenced by computeProperties().
|
private |
Definition at line 35 of file GrowthCurveResampledTask.h.
Referenced by computeProperties().