SourceXtractorPlusPlus  0.11
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
SourceXtractor::GrowthCurveResampled Class Reference

#include <GrowthCurveResampled.h>

Inheritance diagram for SourceXtractor::GrowthCurveResampled:
[legend]
Collaboration diagram for SourceXtractor::GrowthCurveResampled:
[legend]

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::PixelType
m_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

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

Definition at line 35 of file GrowthCurveResampled.h.

References std::move().

Here is the call graph for this function:

Member Function Documentation

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

Definition at line 38 of file GrowthCurveResampled.h.

References m_samples.

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

Definition at line 42 of file GrowthCurveResampled.h.

References m_step_size.

Member Data Documentation

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

Definition at line 47 of file GrowthCurveResampled.h.

Referenced by getSamples().

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

Definition at line 48 of file GrowthCurveResampled.h.

Referenced by getStepSize().


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