|
SourceXtractorPlusPlus
0.19
SourceXtractor++, the next generation SExtractor
|
#include <MeasurementFrameGroupRectangle.h>


Public Member Functions | |
| virtual | ~MeasurementFrameGroupRectangle ()=default |
| MeasurementFrameGroupRectangle (bool bad_projection) | |
| MeasurementFrameGroupRectangle (PixelCoordinate min_coord, PixelCoordinate max_coord) | |
| PixelCoordinate | getTopLeft () const |
| PixelCoordinate | getBottomRight () const |
| int | getWidth () const |
| int | getHeight () const |
| bool | badProjection () const |
Public Member Functions inherited from SourceXtractor::Property | |
| virtual | ~Property ()=default |
Private Attributes | |
| PixelCoordinate | m_min_coord |
| PixelCoordinate | m_max_coord |
| bool | m_bad_projection |
Definition at line 33 of file MeasurementFrameGroupRectangle.h.
|
virtualdefault |
|
inlineexplicit |
Definition at line 37 of file MeasurementFrameGroupRectangle.h.
|
inline |
Definition at line 40 of file MeasurementFrameGroupRectangle.h.
|
inline |
true if the translation detection pixel -> world -> measurement pixel failed (probably falls outside the measurement image and the projection there is discontinuous)
Definition at line 69 of file MeasurementFrameGroupRectangle.h.
References m_bad_projection.
|
inline |
Definition at line 50 of file MeasurementFrameGroupRectangle.h.
References m_max_coord, and SourceXtractor::PixelCoordinate::m_x.
|
inline |
Definition at line 61 of file MeasurementFrameGroupRectangle.h.
References m_max_coord, m_min_coord, SourceXtractor::PixelCoordinate::m_x, and SourceXtractor::PixelCoordinate::m_y.
|
inline |
Definition at line 45 of file MeasurementFrameGroupRectangle.h.
References m_max_coord, m_min_coord, and SourceXtractor::PixelCoordinate::m_x.
Referenced by SourceXtractor::getCoordX(), and SourceXtractor::getCoordY().
|
inline |
Definition at line 55 of file MeasurementFrameGroupRectangle.h.
References m_max_coord, m_min_coord, and SourceXtractor::PixelCoordinate::m_x.
Referenced by SourceXtractor::FlexibleModelFittingTask::isFrameValid().
|
private |
Definition at line 75 of file MeasurementFrameGroupRectangle.h.
Referenced by badProjection().
|
private |
Definition at line 74 of file MeasurementFrameGroupRectangle.h.
Referenced by getBottomRight(), getHeight(), getTopLeft(), and getWidth().
|
private |
Definition at line 74 of file MeasurementFrameGroupRectangle.h.
Referenced by getHeight(), getTopLeft(), and getWidth().
1.8.5