SourceXtractorPlusPlus  0.15
Please provide a description of the project.
Public Member Functions | Private Attributes | List of all members
SourceXtractor::MeasurementFrameGroupRectangle Class Reference

#include <MeasurementFrameGroupRectangle.h>

Inheritance diagram for SourceXtractor::MeasurementFrameGroupRectangle:
[legend]
Collaboration diagram for SourceXtractor::MeasurementFrameGroupRectangle:
[legend]

Public Member Functions

virtual ~MeasurementFrameGroupRectangle ()=default
 
 MeasurementFrameGroupRectangle ()
 
 MeasurementFrameGroupRectangle (PixelCoordinate min_coord, PixelCoordinate max_coord)
 
PixelCoordinate getTopLeft () const
 
PixelCoordinate getBottomRight () const
 
int getWidth () const
 
int getHeight () const
 
bool isOutsideOfFrame () 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 MeasurementFrameGroupRectangle.h.

Constructor & Destructor Documentation

◆ ~MeasurementFrameGroupRectangle()

virtual SourceXtractor::MeasurementFrameGroupRectangle::~MeasurementFrameGroupRectangle ( )
virtualdefault

◆ MeasurementFrameGroupRectangle() [1/2]

SourceXtractor::MeasurementFrameGroupRectangle::MeasurementFrameGroupRectangle ( )
inline

Definition at line 37 of file MeasurementFrameGroupRectangle.h.

◆ MeasurementFrameGroupRectangle() [2/2]

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

Member Function Documentation

◆ getBottomRight()

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

◆ getHeight()

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

◆ getTopLeft()

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

◆ getWidth()

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

◆ isOutsideOfFrame()

bool SourceXtractor::MeasurementFrameGroupRectangle::isOutsideOfFrame ( ) const
inline

Member Data Documentation

◆ m_max_coord

PixelCoordinate SourceXtractor::MeasurementFrameGroupRectangle::m_max_coord
private

Definition at line 72 of file MeasurementFrameGroupRectangle.h.

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

◆ m_min_coord

PixelCoordinate SourceXtractor::MeasurementFrameGroupRectangle::m_min_coord
private

Definition at line 72 of file MeasurementFrameGroupRectangle.h.

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


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