SourceXtractorPlusPlus  0.14
Please provide a description of the project.
 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:
[legend]
Collaboration diagram for SourceXtractor::MeasurementFrameRectangle:
[legend]

Public Member Functions

virtual ~MeasurementFrameRectangle ()=default
 
 MeasurementFrameRectangle ()
 
 MeasurementFrameRectangle (PixelCoordinate min_coord, PixelCoordinate max_coord)
 
PixelCoordinate getTopLeft () const
 
PixelCoordinate getBottomRight () const
 
int getWidth () const
 
int getHeight () const
 
- Public Member Functions inherited from SourceXtractor::Property
virtual ~Property ()=default
 

Private Attributes

PixelCoordinate m_min_coord
 
PixelCoordinate m_max_coord
 

Detailed Description

Definition at line 33 of file MeasurementFrameRectangle.h.

Constructor & Destructor Documentation

virtual SourceXtractor::MeasurementFrameRectangle::~MeasurementFrameRectangle ( )
virtualdefault
SourceXtractor::MeasurementFrameRectangle::MeasurementFrameRectangle ( )
inline

Definition at line 37 of file MeasurementFrameRectangle.h.

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

Definition at line 40 of file MeasurementFrameRectangle.h.

Member Function Documentation

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

Member Data Documentation

PixelCoordinate SourceXtractor::MeasurementFrameRectangle::m_max_coord
private

Definition at line 68 of file MeasurementFrameRectangle.h.

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

PixelCoordinate SourceXtractor::MeasurementFrameRectangle::m_min_coord
private

Definition at line 68 of file MeasurementFrameRectangle.h.

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


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