|
lsst.meas.astrom
18.1.0-5-gaeab27e+20
|
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< 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< afw::table::SimpleRecord > record, geom::Point2D const &position) | |
| Construct a RecordProxy. More... | |
| RecordProxy () | |
Public Attributes | |
| boost::shared_ptr< afw::table::SimpleRecord > | record |
| 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 22 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 46 of file matchOptimisticB.h.
|
inlineexplicit |
Definition at line 49 of file matchOptimisticB.h.
|
inline |
Definition at line 29 of file matchOptimisticB.h.
|
inline |
Definition at line 30 of file matchOptimisticB.h.
|
inline |
Support implicit conversion to SimpleRecord (discarding the pixel position)
Definition at line 35 of file matchOptimisticB.h.
|
inline |
Definition at line 38 of file matchOptimisticB.h.
|
inline |
Definition at line 37 of file matchOptimisticB.h.
| geom::Point2D lsst::meas::astrom::RecordProxy::position |
Definition at line 24 of file matchOptimisticB.h.
| boost::shared_ptr< afw::table::SimpleRecord > lsst::meas::astrom::RecordProxy::record |
Definition at line 23 of file matchOptimisticB.h.
|
mutable |
Definition at line 25 of file matchOptimisticB.h.
1.8.13