SourceXtractorPlusPlus  0.15
Please provide a description of the project.
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

◆ ~MeasurementFrameRectangle()

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

◆ MeasurementFrameRectangle() [1/2]

SourceXtractor::MeasurementFrameRectangle::MeasurementFrameRectangle ( )
inline

Definition at line 37 of file MeasurementFrameRectangle.h.

◆ MeasurementFrameRectangle() [2/2]

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

Member Function Documentation

◆ getBottomRight()

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

◆ getHeight()

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

◆ getTopLeft()

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

◆ getWidth()

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

Member Data Documentation

◆ m_max_coord

PixelCoordinate SourceXtractor::MeasurementFrameRectangle::m_max_coord
private

Definition at line 68 of file MeasurementFrameRectangle.h.

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

◆ m_min_coord

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: