|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
#include <SourcePsfProperty.h>


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 |
Definition at line 26 of file SourcePsfProperty.h.
|
virtualdefault |
|
inline |
Definition at line 30 of file SourcePsfProperty.h.
| SourceXtractor::SourcePsfProperty::SourcePsfProperty | ( | ) |
|
inline |
Definition at line 35 of file SourcePsfProperty.h.
References m_pixel_sampling.
|
inline |
Definition at line 39 of file SourcePsfProperty.h.
References m_psf.
|
private |
Definition at line 44 of file SourcePsfProperty.h.
Referenced by getPixelSampling().
|
private |
Definition at line 45 of file SourcePsfProperty.h.
Referenced by getPsf().