SourceXtractorPlusPlus
0.8
Please provide a description of the project.
|
A pixel coordinate made of two integers m_x and m_y. More...
#include <PixelCoordinate.h>
Public Member Functions | |
PixelCoordinate () | |
PixelCoordinate (int x, int y) | |
bool | operator== (const PixelCoordinate &other) const |
bool | operator!= (const PixelCoordinate &other) const |
PixelCoordinate | operator* (double scalar) const |
PixelCoordinate | operator+ (const PixelCoordinate &other) const |
PixelCoordinate & | operator+= (const PixelCoordinate &other) |
PixelCoordinate | operator- (const PixelCoordinate &other) const |
PixelCoordinate & | operator-= (const PixelCoordinate &other) |
Public Attributes | |
int | m_x |
int | m_y |
A pixel coordinate made of two integers m_x and m_y.
Definition at line 37 of file PixelCoordinate.h.
|
inline |
Definition at line 40 of file PixelCoordinate.h.
Referenced by operator*(), operator+(), and operator-().
|
inline |
Definition at line 42 of file PixelCoordinate.h.
|
inline |
Definition at line 48 of file PixelCoordinate.h.
|
inline |
Definition at line 52 of file PixelCoordinate.h.
References m_x, m_y, and PixelCoordinate().
|
inline |
Definition at line 56 of file PixelCoordinate.h.
References m_x, m_y, and PixelCoordinate().
|
inline |
Definition at line 60 of file PixelCoordinate.h.
|
inline |
Definition at line 66 of file PixelCoordinate.h.
References m_x, m_y, and PixelCoordinate().
|
inline |
Definition at line 70 of file PixelCoordinate.h.
|
inline |
Definition at line 44 of file PixelCoordinate.h.
int SourceXtractor::PixelCoordinate::m_x |
Definition at line 38 of file PixelCoordinate.h.
Referenced by SourceXtractor::FlexibleModelFittingPointModel::addForSource(), SourceXtractor::FlexibleModelFittingExponentialModel::addForSource(), SourceXtractor::FlexibleModelFittingDevaucouleursModel::addForSource(), SourceXtractor::FlexibleModelFittingSersicModel::addForSource(), SourceXtractor::MeasurementFrameGroupRectangleTask::computeProperties(), SourceXtractor::MeasurementFrameRectangleTask::computeProperties(), SourceXtractor::MoffatModelFittingTask::computeProperties(), SourceXtractor::DetectionFrameGroupStampTask::computeProperties(), SourceXtractor::MeasurementFrameGroupRectangle::getBottomRight(), SourceXtractor::MeasurementFrameRectangle::getBottomRight(), SourceXtractor::MeasurementFrameGroupRectangle::getHeight(), SourceXtractor::MeasurementFrameRectangle::getHeight(), SourceXtractor::MeasurementFrameRectangle::getTopLeft(), SourceXtractor::MeasurementFrameGroupRectangle::getTopLeft(), SourceXtractor::RecenterImage< T >::getValue(), SourceXtractor::Image< T >::getValue(), SourceXtractor::MeasurementFrameGroupRectangle::getWidth(), SourceXtractor::MeasurementFrameRectangle::getWidth(), SourceXtractor::PixelBoundaries::getWidth(), SourceXtractor::NeighbourInfo::isNeighbourObjectPixel(), SourceXtractor::MeasurementFrameGroupRectangle::isOutsideOfFrame(), std::hash< SourceXtractor::PixelCoordinate >::operator()(), operator*(), operator+(), operator+=(), operator-(), operator-=(), operator==(), SourceXtractor::DFTConvolution< DetectionImage::PixelType, PaddedType >::padKernel(), SourceXtractor::VectorImage< T >::setValue(), and SourceXtractor::OverlappingBoundariesCriteria::shouldGroup().
int SourceXtractor::PixelCoordinate::m_y |
Definition at line 38 of file PixelCoordinate.h.
Referenced by SourceXtractor::FlexibleModelFittingPointModel::addForSource(), SourceXtractor::FlexibleModelFittingExponentialModel::addForSource(), SourceXtractor::FlexibleModelFittingDevaucouleursModel::addForSource(), SourceXtractor::FlexibleModelFittingSersicModel::addForSource(), SourceXtractor::MeasurementFrameGroupRectangleTask::computeProperties(), SourceXtractor::MeasurementFrameRectangleTask::computeProperties(), SourceXtractor::MoffatModelFittingTask::computeProperties(), SourceXtractor::DetectionFrameGroupStampTask::computeProperties(), SourceXtractor::MeasurementFrameGroupRectangle::getHeight(), SourceXtractor::MeasurementFrameRectangle::getHeight(), SourceXtractor::PixelBoundaries::getHeight(), SourceXtractor::RecenterImage< T >::getValue(), SourceXtractor::Image< T >::getValue(), SourceXtractor::NeighbourInfo::isNeighbourObjectPixel(), std::hash< SourceXtractor::PixelCoordinate >::operator()(), operator*(), operator+(), operator+=(), operator-(), operator-=(), operator==(), SourceXtractor::VectorImage< T >::setValue(), and SourceXtractor::OverlappingBoundariesCriteria::shouldGroup().