SourceXtractorPlusPlus
0.11
Please provide a description of the project.
|
#include <GrowthCurveResampled.h>
Public Member Functions | |
virtual | ~GrowthCurveResampled ()=default |
GrowthCurveResampled (Euclid::NdArray::NdArray< DetectionImage::PixelType > &&samples, std::vector< double > &&step_size) | |
const Euclid::NdArray::NdArray < DetectionImage::PixelType > & | getSamples () const |
std::vector< double > | getStepSize () const |
![]() | |
virtual | ~Property ()=default |
Private Attributes | |
Euclid::NdArray::NdArray < DetectionImage::PixelType > | m_samples |
std::vector< double > | m_step_size |
Stores a custom sampling of the growth curve, which is stored under the property GrowthCurve
Definition at line 31 of file GrowthCurveResampled.h.
|
virtualdefault |
|
inline |
Definition at line 35 of file GrowthCurveResampled.h.
References std::move().
|
inline |
Definition at line 38 of file GrowthCurveResampled.h.
References m_samples.
|
inline |
Definition at line 42 of file GrowthCurveResampled.h.
References m_step_size.
|
private |
Definition at line 47 of file GrowthCurveResampled.h.
Referenced by getSamples().
|
private |
Definition at line 48 of file GrowthCurveResampled.h.
Referenced by getStepSize().