|
lsst.meas.astrom
15.0-1-g1eca518+15
|
A wrapper around a SimpleRecord or SourceRecord that allows us to record a pixel position in a way that is independent of the record type. More...
#include <matchOptimisticB.h>
Public Member Functions | |
| double | getX () const |
| double | getY () const |
| operator boost::shared_ptr< lsst::afw::table::SimpleRecord > () const | |
| Support implicit conversion to SimpleRecord (discarding the pixel position) More... | |
| bool | operator== (RecordProxy const &other) const |
| bool | operator!= (RecordProxy const &other) const |
| RecordProxy (boost::shared_ptr< lsst::afw::table::SimpleRecord > record, lsst::afw::geom::Point2D const &position) | |
| Construct a RecordProxy. More... | |
| RecordProxy () | |
Public Attributes | |
| boost::shared_ptr< lsst::afw::table::SimpleRecord > | record |
| lsst::afw::geom::Point2D | position |
| bool | used |
A wrapper around a SimpleRecord or SourceRecord that allows us to record a pixel position in a way that is independent of the record type.
Definition at line 21 of file matchOptimisticB.h.
|
inline |
Construct a RecordProxy.
| [in] | record | the record to wrap |
| [in] | position | pixel position; this is likely to be an initial guess while fitting a WCS |
Definition at line 45 of file matchOptimisticB.h.
|
inlineexplicit |
Definition at line 50 of file matchOptimisticB.h.
|
inline |
Definition at line 28 of file matchOptimisticB.h.
|
inline |
Definition at line 29 of file matchOptimisticB.h.
|
inline |
Support implicit conversion to SimpleRecord (discarding the pixel position)
Definition at line 34 of file matchOptimisticB.h.
|
inline |
Definition at line 37 of file matchOptimisticB.h.
|
inline |
Definition at line 36 of file matchOptimisticB.h.
| lsst::afw::geom::Point2D lsst::meas::astrom::RecordProxy::position |
Definition at line 23 of file matchOptimisticB.h.
| boost::shared_ptr< lsst::afw::table::SimpleRecord > lsst::meas::astrom::RecordProxy::record |
Definition at line 22 of file matchOptimisticB.h.
|
mutable |
Definition at line 24 of file matchOptimisticB.h.
1.8.13