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

#include <SourcePsfProperty.h>

Inheritance diagram for SourceXtractor::SourcePsfProperty:
Collaboration diagram for SourceXtractor::SourcePsfProperty:

Public Member Functions

virtual ~SourcePsfProperty ()=default
 SourcePsfProperty (double pixel_sampling, std::shared_ptr< VectorImage< SeFloat > > psf)
 SourcePsfProperty ()
double getPixelSampling () const
std::shared_ptr< VectorImage< SeFloat > > getPsf () const
Public Member Functions inherited from SourceXtractor::Property
virtual ~Property ()=default

Private Attributes

double m_pixel_sampling
std::shared_ptr< VectorImage< SeFloat > > m_psf

Detailed Description

Definition at line 26 of file SourcePsfProperty.h.

Constructor & Destructor Documentation

◆ ~SourcePsfProperty()

virtual SourceXtractor::SourcePsfProperty::~SourcePsfProperty ( )
virtualdefault

◆ SourcePsfProperty() [1/2]

SourceXtractor::SourcePsfProperty::SourcePsfProperty ( double pixel_sampling,
std::shared_ptr< VectorImage< SeFloat > > psf )
inline

Definition at line 30 of file SourcePsfProperty.h.

References m_pixel_sampling, and m_psf.

◆ SourcePsfProperty() [2/2]

SourceXtractor::SourcePsfProperty::SourcePsfProperty ( )

Member Function Documentation

◆ getPixelSampling()

double SourceXtractor::SourcePsfProperty::getPixelSampling ( ) const
inline

Definition at line 35 of file SourcePsfProperty.h.

References m_pixel_sampling.

◆ getPsf()

std::shared_ptr< VectorImage< SeFloat > > SourceXtractor::SourcePsfProperty::getPsf ( ) const
inline

Definition at line 39 of file SourcePsfProperty.h.

References m_psf.

Member Data Documentation

◆ m_pixel_sampling

double SourceXtractor::SourcePsfProperty::m_pixel_sampling
private

Definition at line 44 of file SourcePsfProperty.h.

Referenced by getPixelSampling(), and SourcePsfProperty().

◆ m_psf

std::shared_ptr<VectorImage<SeFloat> > SourceXtractor::SourcePsfProperty::m_psf
private

Definition at line 45 of file SourcePsfProperty.h.

Referenced by getPsf(), and SourcePsfProperty().


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