|
lsst.afw g3a5ebb7d8a+28b83bf6a5
|
A row of KernelImagesForRegion. More...
#include <Convolve.h>
Public Types | |
| using | RegionList = std::vector<std::shared_ptr<KernelImagesForRegion>> |
| using | Iterator = RegionList::iterator |
| using | ConstIterator = RegionList::const_iterator |
Public Member Functions | |
| RowOfKernelImagesForRegion (int nx, int ny) | |
| Construct a RowOfKernelImagesForRegion. | |
| RegionList::const_iterator | begin () const |
| Return the begin iterator for the list. | |
| RegionList::const_iterator | end () const |
| Return the end iterator for the list. | |
| RegionList::iterator | begin () |
| Return the begin iterator for the list. | |
| RegionList::iterator | end () |
| Return the end iterator for the list. | |
| std::shared_ptr< KernelImagesForRegion > | front () |
| Return the first region in the list. | |
| std::shared_ptr< KernelImagesForRegion > | back () |
| Return the last region in the list. | |
| int | getNX () const |
| int | getNY () const |
| int | getYInd () const |
| std::shared_ptr< KernelImagesForRegion const > | getRegion (int ind) const |
| get the specified region (range-checked) | |
| bool | hasData () const |
| bool | isLastRow () const |
| int | incrYInd () |
A row of KernelImagesForRegion.
Intended for iterating over subregions of a KernelImagesForRegion using computeNextRow.
Definition at line 334 of file Convolve.h.
| using lsst::afw::math::detail::RowOfKernelImagesForRegion::ConstIterator = RegionList::const_iterator |
Definition at line 338 of file Convolve.h.
| using lsst::afw::math::detail::RowOfKernelImagesForRegion::Iterator = RegionList::iterator |
Definition at line 337 of file Convolve.h.
| using lsst::afw::math::detail::RowOfKernelImagesForRegion::RegionList = std::vector<std::shared_ptr<KernelImagesForRegion>> |
Definition at line 336 of file Convolve.h.
| lsst::afw::math::detail::RowOfKernelImagesForRegion::RowOfKernelImagesForRegion | ( | int | nx, |
| int | ny ) |
Construct a RowOfKernelImagesForRegion.
| nx | number of columns |
| ny | number of rows |
Definition at line 221 of file KernelImagesForRegion.cc.
|
inline |
Return the last region in the list.
Definition at line 370 of file Convolve.h.
|
inline |
Return the begin iterator for the list.
Definition at line 358 of file Convolve.h.
|
inline |
Return the begin iterator for the list.
Definition at line 350 of file Convolve.h.
|
inline |
Return the end iterator for the list.
Definition at line 362 of file Convolve.h.
|
inline |
Return the end iterator for the list.
Definition at line 354 of file Convolve.h.
|
inline |
Return the first region in the list.
Definition at line 366 of file Convolve.h.
|
inline |
Definition at line 371 of file Convolve.h.
|
inline |
Definition at line 372 of file Convolve.h.
|
inline |
get the specified region (range-checked)
| std::range_error | if ind out of range |
Definition at line 379 of file Convolve.h.
|
inline |
Definition at line 373 of file Convolve.h.
|
inline |
Definition at line 380 of file Convolve.h.
|
inline |
Definition at line 382 of file Convolve.h.
|
inline |
Definition at line 381 of file Convolve.h.