SourceXtractorPlusPlus
0.16
Please provide a description of the project.
|
#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.
|
inline |
Definition at line 21 of file PixelRectangle.h.
|
inline |
Definition at line 24 of file PixelRectangle.h.
References SourceXtractor::PixelCoordinate::m_x, and SourceXtractor::PixelCoordinate::m_y.
|
inline |
Definition at line 34 of file PixelRectangle.h.
References m_max_coord, and SourceXtractor::PixelCoordinate::m_x.
|
inline |
Definition at line 45 of file PixelRectangle.h.
References m_max_coord, m_min_coord, SourceXtractor::PixelCoordinate::m_x, and SourceXtractor::PixelCoordinate::m_y.
|
inline |
Definition at line 29 of file PixelRectangle.h.
References m_max_coord, m_min_coord, and SourceXtractor::PixelCoordinate::m_x.
|
inline |
Definition at line 39 of file PixelRectangle.h.
References m_max_coord, m_min_coord, and SourceXtractor::PixelCoordinate::m_x.
|
private |
Definition at line 52 of file PixelRectangle.h.
Referenced by getBottomRight(), getHeight(), getTopLeft(), and getWidth().
|
private |
Definition at line 52 of file PixelRectangle.h.
Referenced by getHeight(), getTopLeft(), and getWidth().