Base class for candidate objects in a SpatialCell.
More...
#include <SpatialCell.h>
Base class for candidate objects in a SpatialCell.
Definition at line 70 of file SpatialCell.h.
◆ Status
◆ SpatialCellCandidate() [1/3]
lsst::afw::math::SpatialCellCandidate::SpatialCellCandidate |
( |
float const |
xCenter, |
|
|
float const |
yCenter |
|
) |
| |
|
inline |
- Parameters
-
xCenter | The object's column-centre |
yCenter | The object's row-centre |
Definition at line 74 of file SpatialCell.h.
◆ SpatialCellCandidate() [2/3]
◆ SpatialCellCandidate() [3/3]
◆ ~SpatialCellCandidate()
virtual lsst::afw::math::SpatialCellCandidate::~SpatialCellCandidate |
( |
| ) |
|
|
virtualdefault |
(virtual) destructor – this is a base class you know
◆ getCandidateRating()
virtual double lsst::afw::math::SpatialCellCandidate::getCandidateRating |
( |
| ) |
const |
|
pure virtual |
Return candidate's rating.
◆ getId()
int lsst::afw::math::SpatialCellCandidate::getId |
( |
| ) |
const |
|
inline |
◆ getStatus()
Status lsst::afw::math::SpatialCellCandidate::getStatus |
( |
| ) |
const |
|
inline |
◆ getXCenter()
float lsst::afw::math::SpatialCellCandidate::getXCenter |
( |
| ) |
const |
|
inline |
Return the object's column-centre.
Definition at line 88 of file SpatialCell.h.
◆ getYCenter()
float lsst::afw::math::SpatialCellCandidate::getYCenter |
( |
| ) |
const |
|
inline |
Return the object's row-centre.
Definition at line 91 of file SpatialCell.h.
◆ instantiate()
virtual bool lsst::afw::math::SpatialCellCandidate::instantiate |
( |
| ) |
|
|
inlinevirtual |
Do anything needed to make this candidate usable.
Definition at line 94 of file SpatialCell.h.
◆ isBad()
virtual bool lsst::afw::math::SpatialCellCandidate::isBad |
( |
| ) |
const |
|
inlinevirtual |
◆ setCandidateRating()
virtual void lsst::afw::math::SpatialCellCandidate::setCandidateRating |
( |
double |
| ) |
|
|
inlinevirtual |
◆ setStatus()
void lsst::afw::math::SpatialCellCandidate::setStatus |
( |
Status |
status | ) |
|
The documentation for this class was generated from the following files: