|
SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
#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.
| 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().
|
private |
Definition at line 51 of file PsfProperty.h.
Referenced by getPsf().
1.8.14