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

#include <PsfProperty.h>

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

Public Member Functions

virtual ~PsfProperty ()=default
 
 PsfProperty (double pixel_sampling, std::shared_ptr< VectorImage< SeFloat >> psf)
 
 PsfProperty ()
 
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 32 of file PsfProperty.h.

Constructor & Destructor Documentation

◆ ~PsfProperty()

virtual SourceXtractor::PsfProperty::~PsfProperty ( )
virtualdefault

◆ PsfProperty() [1/2]

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

Definition at line 36 of file PsfProperty.h.

◆ PsfProperty() [2/2]

SourceXtractor::PsfProperty::PsfProperty ( )

Member Function Documentation

◆ getPixelSampling()

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

Definition at line 41 of file PsfProperty.h.

References m_pixel_sampling.

◆ getPsf()

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

Definition at line 45 of file PsfProperty.h.

References m_psf.

Member Data Documentation

◆ m_pixel_sampling

double SourceXtractor::PsfProperty::m_pixel_sampling
private

Definition at line 50 of file PsfProperty.h.

Referenced by getPixelSampling().

◆ m_psf

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

Definition at line 51 of file PsfProperty.h.

Referenced by getPsf().


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