Encapsulate information about a bad portion of a detector.
More...
#include <Defect.h>
Encapsulate information about a bad portion of a detector.
Definition at line 39 of file Defect.h.
◆ DefectBase() [1/3]
- Parameters
-
bbox | Bad pixels' bounding box |
Definition at line 41 of file Defect.h.
◆ DefectBase() [2/3]
lsst::afw::image::DefectBase::DefectBase |
( |
DefectBase const & | | ) |
|
|
defaultnoexcept |
◆ DefectBase() [3/3]
lsst::afw::image::DefectBase::DefectBase |
( |
DefectBase && | | ) |
|
|
defaultnoexcept |
◆ ~DefectBase()
virtual lsst::afw::image::DefectBase::~DefectBase |
( |
| ) |
|
|
virtualdefaultnoexcept |
◆ clip()
◆ getBBox()
Return the Defect's bounding box.
Definition at line 50 of file Defect.h.
◆ getX0()
int lsst::afw::image::DefectBase::getX0 |
( |
| ) |
const |
|
inlinenoexcept |
Return the Defect's left column.
Definition at line 51 of file Defect.h.
◆ getX1()
int lsst::afw::image::DefectBase::getX1 |
( |
| ) |
const |
|
inlinenoexcept |
Return the Defect's right column.
Definition at line 52 of file Defect.h.
◆ getY0()
int lsst::afw::image::DefectBase::getY0 |
( |
| ) |
const |
|
inlinenoexcept |
Return the Defect's bottom row.
Definition at line 53 of file Defect.h.
◆ getY1()
int lsst::afw::image::DefectBase::getY1 |
( |
| ) |
const |
|
inlinenoexcept |
Return the Defect's top row.
Definition at line 54 of file Defect.h.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ shift() [1/2]
void lsst::afw::image::DefectBase::shift |
( |
int | dx, |
|
|
int | dy ) |
|
inline |
Offset a Defect by (dx, dy)
- Parameters
-
dx | How much to move defect in column direction |
dy | How much to move in row direction |
Definition at line 61 of file Defect.h.
◆ shift() [2/2]
The documentation for this class was generated from the following file: