SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SourceXtractor::PixelRectangle Class Reference

#include <PixelRectangle.h>

Collaboration diagram for SourceXtractor::PixelRectangle:

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

Detailed Description

Definition at line 15 of file PixelRectangle.h.

Constructor & Destructor Documentation

◆ PixelRectangle() [1/3]

SourceXtractor::PixelRectangle::PixelRectangle ( )
inline

Definition at line 18 of file PixelRectangle.h.

References m_max_coord, and m_min_coord.

Referenced by PixelRectangle().

◆ PixelRectangle() [2/3]

SourceXtractor::PixelRectangle::PixelRectangle ( const PixelRectangle & rectangle)
inline

Definition at line 21 of file PixelRectangle.h.

References m_max_coord, m_min_coord, and PixelRectangle().

Here is the call graph for this function:

◆ PixelRectangle() [3/3]

SourceXtractor::PixelRectangle::PixelRectangle ( PixelCoordinate min_coord,
PixelCoordinate max_coord )
inline

Member Function Documentation

◆ getBottomRight()

PixelCoordinate SourceXtractor::PixelRectangle::getBottomRight ( ) const
inline

◆ getHeight()

int SourceXtractor::PixelRectangle::getHeight ( ) const
inline

◆ getTopLeft()

PixelCoordinate SourceXtractor::PixelRectangle::getTopLeft ( ) const
inline

◆ getWidth()

int SourceXtractor::PixelRectangle::getWidth ( ) const
inline

Member Data Documentation

◆ m_max_coord

PixelCoordinate SourceXtractor::PixelRectangle::m_max_coord
private

◆ m_min_coord

PixelCoordinate SourceXtractor::PixelRectangle::m_min_coord
private

The documentation for this class was generated from the following file: