SourceXtractorPlusPlus
0.16
Please provide a description of the project.
|
The bounding box of all the pixels in the source. Both min and max coordinate are inclusive. More...
#include <PixelBoundaries.h>
Public Member Functions | |
virtual | ~PixelBoundaries ()=default |
Destructor. More... | |
PixelBoundaries (int min_x, int min_y, int max_x, int max_y) | |
PixelCoordinate | getMin () const |
PixelCoordinate | getMax () const |
int | getWidth () const |
int | getHeight () const |
![]() | |
virtual | ~Property ()=default |
Private Attributes | |
PixelCoordinate | m_min |
PixelCoordinate | m_max |
The bounding box of all the pixels in the source. Both min and max coordinate are inclusive.
Definition at line 37 of file PixelBoundaries.h.
|
virtualdefault |
Destructor.
|
inline |
Definition at line 46 of file PixelBoundaries.h.
|
inline |
Definition at line 61 of file PixelBoundaries.h.
References m_max, m_min, and SourceXtractor::PixelCoordinate::m_y.
|
inline |
Definition at line 53 of file PixelBoundaries.h.
References m_max.
Referenced by SourceXtractor::OverlappingBoundariesCriteria::shouldGroup().
|
inline |
Definition at line 49 of file PixelBoundaries.h.
References m_min.
Referenced by SourceXtractor::OverlappingBoundariesCriteria::shouldGroup().
|
inline |
Definition at line 57 of file PixelBoundaries.h.
References m_max, m_min, and SourceXtractor::PixelCoordinate::m_x.
|
private |
Definition at line 66 of file PixelBoundaries.h.
Referenced by getHeight(), getMax(), and getWidth().
|
private |
Definition at line 66 of file PixelBoundaries.h.
Referenced by getHeight(), getMin(), and getWidth().