|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
#include <PixelRectangle.h>
Public Member Functions | |
| PixelRectangle () | |
| PixelRectangle (const PixelRectangle &rectangle) | |
| PixelRectangle (PixelCoordinate min_coord, PixelCoordinate max_coord) | |
| PixelCoordinate | getTopLeft () const |
| PixelCoordinate | getBottomRight () const |
| int | getWidth () const |
| int | getHeight () const |
Private Attributes | |
| PixelCoordinate | m_min_coord |
| PixelCoordinate | m_max_coord |
Definition at line 15 of file PixelRectangle.h.
|
inline |
Definition at line 18 of file PixelRectangle.h.
References m_max_coord, and m_min_coord.
Referenced by PixelRectangle().
|
inline |
Definition at line 21 of file PixelRectangle.h.
References m_max_coord, m_min_coord, and PixelRectangle().
|
inline |
Definition at line 24 of file PixelRectangle.h.
References m_max_coord, m_min_coord, SourceXtractor::PixelCoordinate::m_x, and SourceXtractor::PixelCoordinate::m_y.
|
inline |
Definition at line 34 of file PixelRectangle.h.
References m_max_coord.
Referenced by SourceXtractor::FlexibleModelFittingIterativeTask::clipFittingRect().
|
inline |
Definition at line 45 of file PixelRectangle.h.
References m_max_coord, and m_min_coord.
Referenced by SourceXtractor::FlexibleModelFittingIterativeTask::createFrameModel().
|
inline |
Definition at line 29 of file PixelRectangle.h.
References m_max_coord, and m_min_coord.
Referenced by SourceXtractor::FlexibleModelFittingIterativeTask::clipFittingRect(), and SourceXtractor::FlexibleModelFittingIterativeTask::createFrameModel().
|
inline |
Definition at line 39 of file PixelRectangle.h.
References m_max_coord, and m_min_coord.
Referenced by SourceXtractor::FlexibleModelFittingIterativeTask::createFrameModel().
|
private |
Definition at line 52 of file PixelRectangle.h.
Referenced by getBottomRight(), getHeight(), getTopLeft(), getWidth(), PixelRectangle(), PixelRectangle(), and PixelRectangle().
|
private |
Definition at line 52 of file PixelRectangle.h.
Referenced by getHeight(), getTopLeft(), getWidth(), PixelRectangle(), PixelRectangle(), and PixelRectangle().