SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SourceXtractor::GrowthCurveResampled Class Reference

#include <GrowthCurveResampled.h>

Inheritance diagram for SourceXtractor::GrowthCurveResampled:
Collaboration diagram for SourceXtractor::GrowthCurveResampled:

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
Public Member Functions inherited from SourceXtractor::Property
virtual ~Property ()=default

Private Attributes

Euclid::NdArray::NdArray< DetectionImage::PixelTypem_samples
std::vector< double > m_step_size

Detailed Description

Stores a custom sampling of the growth curve, which is stored under the property GrowthCurve

Definition at line 31 of file GrowthCurveResampled.h.

Constructor & Destructor Documentation

◆ ~GrowthCurveResampled()

virtual SourceXtractor::GrowthCurveResampled::~GrowthCurveResampled ( )
virtualdefault

◆ GrowthCurveResampled()

SourceXtractor::GrowthCurveResampled::GrowthCurveResampled ( Euclid::NdArray::NdArray< DetectionImage::PixelType > && samples,
std::vector< double > && step_size )
inline

Definition at line 35 of file GrowthCurveResampled.h.

References m_samples, m_step_size, and std::move().

Here is the call graph for this function:

Member Function Documentation

◆ getSamples()

const Euclid::NdArray::NdArray< DetectionImage::PixelType > & SourceXtractor::GrowthCurveResampled::getSamples ( ) const
inline

Definition at line 38 of file GrowthCurveResampled.h.

References m_samples.

◆ getStepSize()

std::vector< double > SourceXtractor::GrowthCurveResampled::getStepSize ( ) const
inline

Definition at line 42 of file GrowthCurveResampled.h.

References m_step_size.

Member Data Documentation

◆ m_samples

Euclid::NdArray::NdArray<DetectionImage::PixelType> SourceXtractor::GrowthCurveResampled::m_samples
private

Definition at line 47 of file GrowthCurveResampled.h.

Referenced by getSamples(), and GrowthCurveResampled().

◆ m_step_size

std::vector<double> SourceXtractor::GrowthCurveResampled::m_step_size
private

Definition at line 48 of file GrowthCurveResampled.h.

Referenced by getStepSize(), and GrowthCurveResampled().


The documentation for this class was generated from the following file: