SourceXtractorPlusPlus  0.19
SourceXtractor++, the next generation SExtractor
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
SourceXtractor::SourcePsfProperty Class Reference

#include <SourcePsfProperty.h>

Inheritance diagram for SourceXtractor::SourcePsfProperty:
Inheritance graph
[legend]
Collaboration diagram for SourceXtractor::SourcePsfProperty:
Collaboration graph
[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

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

Definition at line 30 of file SourcePsfProperty.h.

SourceXtractor::SourcePsfProperty::SourcePsfProperty ( )

Member Function Documentation

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

Definition at line 35 of file SourcePsfProperty.h.

References m_pixel_sampling.

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

Definition at line 39 of file SourcePsfProperty.h.

References m_psf.

Member Data Documentation

double SourceXtractor::SourcePsfProperty::m_pixel_sampling
private

Definition at line 44 of file SourcePsfProperty.h.

Referenced by getPixelSampling().

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: