|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
#include <PsfProperty.h>


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 |
Definition at line 32 of file PsfProperty.h.
|
virtualdefault |
|
inline |
Definition at line 36 of file PsfProperty.h.
References m_pixel_sampling, and m_psf.
| SourceXtractor::PsfProperty::PsfProperty | ( | ) |
|
inline |
Definition at line 41 of file PsfProperty.h.
References m_pixel_sampling.
|
inline |
Definition at line 45 of file PsfProperty.h.
References m_psf.
|
private |
Definition at line 50 of file PsfProperty.h.
Referenced by getPixelSampling(), and PsfProperty().
|
private |
Definition at line 51 of file PsfProperty.h.
Referenced by getPsf(), and PsfProperty().