Base class for candidate objects in a SpatialCell that are able to return an Image of some sort (e.g.
More...
#include <SpatialCell.h>
|
static void | setWidth (int width) |
| Set the width of the image that getImage should return.
|
|
static int | getWidth () |
| Return the width of the image that getImage should return.
|
|
static void | setHeight (int height) |
| Set the height of the image that getImage should return.
|
|
static int | getHeight () |
| Return the height of the image that getImage should return.
|
|
Base class for candidate objects in a SpatialCell that are able to return an Image of some sort (e.g.
a PSF or a DIA kernel)
Definition at line 124 of file SpatialCell.h.
◆ Status
◆ SpatialCellImageCandidate() [1/3]
lsst::afw::math::SpatialCellImageCandidate::SpatialCellImageCandidate |
( |
float const | xCenter, |
|
|
float const | yCenter ) |
|
inline |
ctor
- Parameters
-
xCenter | The object's column-centre |
yCenter | The object's row-centre |
Definition at line 127 of file SpatialCell.h.
◆ SpatialCellImageCandidate() [2/3]
◆ SpatialCellImageCandidate() [3/3]
◆ ~SpatialCellImageCandidate()
lsst::afw::math::SpatialCellImageCandidate::~SpatialCellImageCandidate |
( |
| ) |
|
|
overridedefault |
◆ getCandidateRating()
virtual double lsst::afw::math::SpatialCellCandidate::getCandidateRating |
( |
| ) |
const |
|
pure virtualinherited |
Return candidate's rating.
◆ getChi2()
double lsst::afw::math::SpatialCellImageCandidate::getChi2 |
( |
| ) |
const |
|
inline |
◆ getHeight()
static int lsst::afw::math::SpatialCellImageCandidate::getHeight |
( |
| ) |
|
|
inlinestatic |
Return the height of the image that getImage should return.
Definition at line 143 of file SpatialCell.h.
◆ getId()
int lsst::afw::math::SpatialCellCandidate::getId |
( |
| ) |
const |
|
inlineinherited |
◆ getStatus()
Status lsst::afw::math::SpatialCellCandidate::getStatus |
( |
| ) |
const |
|
inlineinherited |
◆ getWidth()
static int lsst::afw::math::SpatialCellImageCandidate::getWidth |
( |
| ) |
|
|
inlinestatic |
Return the width of the image that getImage should return.
Definition at line 138 of file SpatialCell.h.
◆ getXCenter()
float lsst::afw::math::SpatialCellCandidate::getXCenter |
( |
| ) |
const |
|
inlineinherited |
Return the object's column-centre.
Definition at line 88 of file SpatialCell.h.
◆ getYCenter()
float lsst::afw::math::SpatialCellCandidate::getYCenter |
( |
| ) |
const |
|
inlineinherited |
Return the object's row-centre.
Definition at line 91 of file SpatialCell.h.
◆ instantiate()
virtual bool lsst::afw::math::SpatialCellCandidate::instantiate |
( |
| ) |
|
|
inlinevirtualinherited |
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 |
|
inlinevirtualinherited |
◆ setCandidateRating()
virtual void lsst::afw::math::SpatialCellCandidate::setCandidateRating |
( |
double | | ) |
|
|
inlinevirtualinherited |
◆ setChi2()
void lsst::afw::math::SpatialCellImageCandidate::setChi2 |
( |
double | chi2 | ) |
|
|
inline |
◆ setHeight()
static void lsst::afw::math::SpatialCellImageCandidate::setHeight |
( |
int | height | ) |
|
|
inlinestatic |
Set the height of the image that getImage should return.
Definition at line 141 of file SpatialCell.h.
◆ setStatus()
void lsst::afw::math::SpatialCellCandidate::setStatus |
( |
Status | status | ) |
|
|
inherited |
◆ setWidth()
static void lsst::afw::math::SpatialCellImageCandidate::setWidth |
( |
int | width | ) |
|
|
inlinestatic |
Set the width of the image that getImage should return.
Definition at line 136 of file SpatialCell.h.
The documentation for this class was generated from the following files: