SourceXtractorPlusPlus 0.19.2
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
GrowthCurveResampled.h
Go to the documentation of this file.
1
18#ifndef _SEIMPLEMENTATION_PLUGIN_GROWTHCURVE_GROWTHCURVERESAMPLED_H_
19#define _SEIMPLEMENTATION_PLUGIN_GROWTHCURVE_GROWTHCURVERESAMPLED_H_
20
21#include <NdArray/NdArray.h>
24
25namespace SourceXtractor {
26
32public:
33 virtual ~GrowthCurveResampled() = default;
34
36 : m_samples{std::move(samples)}, m_step_size{std::move(step_size)} {}
37
39 return m_samples;
40 }
41
43 return m_step_size;
44 }
45
46private:
49};
50
51} // end of namespace SourceXtractor
52
53#endif /* _SEIMPLEMENTATION_PLUGIN_GROWTHCURVE_GROWTHCURVERESAMPLED_H_ */
const Euclid::NdArray::NdArray< DetectionImage::PixelType > & getSamples() const
Euclid::NdArray::NdArray< DetectionImage::PixelType > m_samples
std::vector< double > getStepSize() const
GrowthCurveResampled(Euclid::NdArray::NdArray< DetectionImage::PixelType > &&samples, std::vector< double > &&step_size)
Base class for all Properties. (has no actual content)
Definition Property.h:33
T move(T... args)
STL namespace.