|
lsst.afw g4f4f280218+81551fceaa
|
A vector wrapper to provide a vector with the necessary methods and typedefs to be processed by Statistics as though it were an Image. More...
#include <Statistics.h>
Public Types | |
| using | x_iterator = typename std::vector< ValueT >::const_iterator |
| using | fast_iterator = typename std::vector< ValueT >::const_iterator |
| using | Pixel = ValueT |
Public Member Functions | |
| ImageImposter (std::vector< ValueT > const &v) | |
| ImageImposter (ImageImposter< ValueT > const &img) | |
| x_iterator | row_begin (int) const noexcept |
| x_iterator | row_end (int) const noexcept |
| int | getWidth () const noexcept |
| int | getHeight () const noexcept |
| lsst::geom::Extent2I | getDimensions () const noexcept |
| bool | empty () const noexcept |
A vector wrapper to provide a vector with the necessary methods and typedefs to be processed by Statistics as though it were an Image.
Definition at line 441 of file Statistics.h.
| using lsst::afw::math::ImageImposter< ValueT >::fast_iterator = typename std::vector<ValueT>::const_iterator |
Definition at line 445 of file Statistics.h.
| using lsst::afw::math::ImageImposter< ValueT >::Pixel = ValueT |
Definition at line 446 of file Statistics.h.
| using lsst::afw::math::ImageImposter< ValueT >::x_iterator = typename std::vector<ValueT>::const_iterator |
Definition at line 444 of file Statistics.h.
|
inlineexplicit |
Definition at line 450 of file Statistics.h.
|
inlineexplicit |
Definition at line 451 of file Statistics.h.
|
inlinenoexcept |
Definition at line 462 of file Statistics.h.
|
inlinenoexcept |
Definition at line 458 of file Statistics.h.
|
inlinenoexcept |
Definition at line 457 of file Statistics.h.
|
inlinenoexcept |
Definition at line 456 of file Statistics.h.
|
inlinenoexcept |
Definition at line 454 of file Statistics.h.
|
inlinenoexcept |
Definition at line 455 of file Statistics.h.