SourceXtractorPlusPlus  0.19
SourceXtractor++, the next generation SExtractor
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
SourceXtractor::MeasurementFrameRectangle Class Reference

#include <MeasurementFrameRectangle.h>

Inheritance diagram for SourceXtractor::MeasurementFrameRectangle:
Inheritance graph
[legend]
Collaboration diagram for SourceXtractor::MeasurementFrameRectangle:
Collaboration graph
[legend]

Public Member Functions

virtual ~MeasurementFrameRectangle ()=default
 
 MeasurementFrameRectangle (bool bad_projection)
 
 MeasurementFrameRectangle (PixelCoordinate min_coord, PixelCoordinate max_coord)
 
PixelCoordinate getTopLeft () const
 
PixelCoordinate getBottomRight () const
 
int getWidth () const
 
int getHeight () const
 
PixelRectangle getRect () 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
 

Detailed Description

Definition at line 34 of file MeasurementFrameRectangle.h.

Constructor & Destructor Documentation

virtual SourceXtractor::MeasurementFrameRectangle::~MeasurementFrameRectangle ( )
virtualdefault
SourceXtractor::MeasurementFrameRectangle::MeasurementFrameRectangle ( bool  bad_projection)
inlineexplicit

Definition at line 38 of file MeasurementFrameRectangle.h.

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

Definition at line 41 of file MeasurementFrameRectangle.h.

Member Function Documentation

bool SourceXtractor::MeasurementFrameRectangle::badProjection ( ) const
inline
PixelCoordinate SourceXtractor::MeasurementFrameRectangle::getBottomRight ( ) const
inline
int SourceXtractor::MeasurementFrameRectangle::getHeight ( ) const
inline
PixelRectangle SourceXtractor::MeasurementFrameRectangle::getRect ( ) const
inline

Definition at line 68 of file MeasurementFrameRectangle.h.

References m_max_coord, and m_min_coord.

PixelCoordinate SourceXtractor::MeasurementFrameRectangle::getTopLeft ( ) const
inline
int SourceXtractor::MeasurementFrameRectangle::getWidth ( ) const
inline

Member Data Documentation

bool SourceXtractor::MeasurementFrameRectangle::m_bad_projection
private

Definition at line 78 of file MeasurementFrameRectangle.h.

Referenced by badProjection().

PixelCoordinate SourceXtractor::MeasurementFrameRectangle::m_max_coord
private

Definition at line 77 of file MeasurementFrameRectangle.h.

Referenced by getBottomRight(), getHeight(), getRect(), getTopLeft(), and getWidth().

PixelCoordinate SourceXtractor::MeasurementFrameRectangle::m_min_coord
private

Definition at line 77 of file MeasurementFrameRectangle.h.

Referenced by getHeight(), getRect(), getTopLeft(), and getWidth().


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