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>
|
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.
lsst::meas::astrom::RecordProxy::RecordProxy |
( |
boost::shared_ptr< lsst::afw::table::SimpleRecord > |
record, |
|
|
lsst::afw::geom::Point2D const & |
position |
|
) |
| |
|
inline |
Construct a RecordProxy.
- Parameters
-
[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.
lsst::meas::astrom::RecordProxy::RecordProxy |
( |
| ) |
|
|
inlineexplicit |
double lsst::meas::astrom::RecordProxy::getX |
( |
| ) |
const |
|
inline |
double lsst::meas::astrom::RecordProxy::getY |
( |
| ) |
const |
|
inline |
lsst::meas::astrom::RecordProxy::operator boost::shared_ptr< lsst::afw::table::SimpleRecord > |
( |
| ) |
const |
|
inline |
Support implicit conversion to SimpleRecord (discarding the pixel position)
Definition at line 34 of file matchOptimisticB.h.
bool lsst::meas::astrom::RecordProxy::operator!= |
( |
RecordProxy const & |
other | ) |
const |
|
inline |
bool lsst::meas::astrom::RecordProxy::operator== |
( |
RecordProxy const & |
other | ) |
const |
|
inline |
lsst::afw::geom::Point2D lsst::meas::astrom::RecordProxy::position |
boost::shared_ptr< lsst::afw::table::SimpleRecord > lsst::meas::astrom::RecordProxy::record |
bool lsst::meas::astrom::RecordProxy::used |
|
mutable |
The documentation for this struct was generated from the following file: