SourceXtractorPlusPlus
0.8
Please provide a description of the project.
|
#include <MeasurementFramePixelCentroid.h>
Public Member Functions | |
virtual | ~MeasurementFramePixelCentroid ()=default |
Destructor. More... | |
MeasurementFramePixelCentroid (SeFloat centroid_x, SeFloat centroid_y) | |
SeFloat | getCentroidX () const |
X coordinate of centroid. More... | |
SeFloat | getCentroidY () const |
Y coordinate of centroid. More... | |
![]() | |
virtual | ~Property ()=default |
Private Attributes | |
SeFloat | m_centroid_x |
SeFloat | m_centroid_y |
Definition at line 31 of file MeasurementFramePixelCentroid.h.
|
virtualdefault |
Destructor.
|
inline |
Definition at line 39 of file MeasurementFramePixelCentroid.h.
|
inline |
X coordinate of centroid.
Definition at line 42 of file MeasurementFramePixelCentroid.h.
References m_centroid_x.
|
inline |
Y coordinate of centroid.
Definition at line 47 of file MeasurementFramePixelCentroid.h.
References m_centroid_y.
|
private |
Definition at line 52 of file MeasurementFramePixelCentroid.h.
Referenced by getCentroidX().
|
private |
Definition at line 52 of file MeasurementFramePixelCentroid.h.
Referenced by getCentroidY().