SourceXtractorPlusPlus
0.14
Please provide a description of the project.
|
#include <CircularAperture.h>
Public Member Functions | |
virtual | ~CircularAperture ()=default |
CircularAperture (SeFloat radius) | |
SeFloat | getArea (SeFloat center_x, SeFloat center_y, SeFloat pixel_x, SeFloat pixel_y) const override |
PixelCoordinate | getMinPixel (SeFloat centroid_x, SeFloat centroid_y) const override |
PixelCoordinate | getMaxPixel (SeFloat centroid_x, SeFloat centroid_y) const override |
SeFloat | getRadiusSquared (SeFloat center_x, SeFloat center_y, SeFloat pixel_x, SeFloat pixel_y) const override |
![]() | |
virtual | ~Aperture ()=default |
Private Attributes | |
SeFloat | m_radius |
Definition at line 31 of file CircularAperture.h.
|
virtualdefault |
|
inline |
Definition at line 35 of file CircularAperture.h.
|
overridevirtual |
Implements SourceXtractor::Aperture.
Definition at line 31 of file CIrcularAperture.cpp.
References dx, dy, m_radius, and SourceXtractor::SUPERSAMPLE_NB.
|
overridevirtual |
Implements SourceXtractor::Aperture.
Definition at line 68 of file CIrcularAperture.cpp.
References m_radius.
|
overridevirtual |
Implements SourceXtractor::Aperture.
Definition at line 64 of file CIrcularAperture.cpp.
References m_radius.
|
overridevirtual |
Implements SourceXtractor::Aperture.
Definition at line 57 of file CIrcularAperture.cpp.
|
private |
Definition at line 46 of file CircularAperture.h.
Referenced by getArea(), getMaxPixel(), and getMinPixel().