lsst.afw
21.0.0-25-g1d57be3cd+e73869a214
|
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 | |
typedef std::vector< ValueT >::const_iterator | x_iterator |
typedef std::vector< ValueT >::const_iterator | fast_iterator |
typedef ValueT | Pixel |
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 436 of file Statistics.h.
typedef std::vector<ValueT>::const_iterator lsst::afw::math::ImageImposter< ValueT >::fast_iterator |
Definition at line 440 of file Statistics.h.
typedef ValueT lsst::afw::math::ImageImposter< ValueT >::Pixel |
Definition at line 441 of file Statistics.h.
typedef std::vector<ValueT>::const_iterator lsst::afw::math::ImageImposter< ValueT >::x_iterator |
Definition at line 439 of file Statistics.h.
|
inlineexplicit |
Definition at line 445 of file Statistics.h.
|
inlineexplicit |
Definition at line 446 of file Statistics.h.
|
inlinenoexcept |
Definition at line 457 of file Statistics.h.
|
inlinenoexcept |
Definition at line 453 of file Statistics.h.
|
inlinenoexcept |
Definition at line 452 of file Statistics.h.
|
inlinenoexcept |
Definition at line 451 of file Statistics.h.
|
inlinenoexcept |
Definition at line 449 of file Statistics.h.
|
inlinenoexcept |
Definition at line 450 of file Statistics.h.