SourceXtractorPlusPlus  0.16
Please provide a description of the project.
Public Member Functions | Private Attributes | List of all members
SourceXtractor::SourcePsfProperty Class Reference

#include <SourcePsfProperty.h>

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

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.

◆ 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().

◆ m_psf

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

Definition at line 45 of file SourcePsfProperty.h.

Referenced by getPsf().


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