|
SourceXtractorPlusPlus 0.19.2
SourceXtractor++, the next generation SExtractor
|
#include <CoordinateSystem.h>
Public Member Functions | |
| ImageCoordinate () | |
| ImageCoordinate (double x, double y) | |
Public Attributes | |
| double | m_x |
| double | m_y |
Definition at line 43 of file CoordinateSystem.h.
|
inline |
Definition at line 46 of file CoordinateSystem.h.
|
inline |
Definition at line 47 of file CoordinateSystem.h.
| double SourceXtractor::ImageCoordinate::m_x |
Definition at line 44 of file CoordinateSystem.h.
Referenced by SourceXtractor::BOOST_PYTHON_MODULE(), SourceXtractor::MeasurementFrameGroupRectangleTask::computeProperties(), SourceXtractor::MeasurementFrameRectangleTask::computeProperties(), SourceXtractor::KdTreeTraits< AssocModeConfig::CatalogEntry >::getCoord(), SourceXtractor::WCS::imageToWorld(), and DummyWCS::imageToWorld().
| double SourceXtractor::ImageCoordinate::m_y |
Definition at line 44 of file CoordinateSystem.h.
Referenced by SourceXtractor::BOOST_PYTHON_MODULE(), SourceXtractor::MeasurementFrameGroupRectangleTask::computeProperties(), SourceXtractor::MeasurementFrameRectangleTask::computeProperties(), SourceXtractor::KdTreeTraits< AssocModeConfig::CatalogEntry >::getCoord(), SourceXtractor::WCS::imageToWorld(), and DummyWCS::imageToWorld().