lsst.afw
22.0.1-24-g2e899d296+4206820b0d
|
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 442 of file Statistics.h.
typedef std::vector<ValueT>::const_iterator lsst::afw::math::ImageImposter< ValueT >::fast_iterator |
Definition at line 446 of file Statistics.h.
typedef ValueT lsst::afw::math::ImageImposter< ValueT >::Pixel |
Definition at line 447 of file Statistics.h.
typedef std::vector<ValueT>::const_iterator lsst::afw::math::ImageImposter< ValueT >::x_iterator |
Definition at line 445 of file Statistics.h.
|
inlineexplicit |
Definition at line 451 of file Statistics.h.
|
inlineexplicit |
Definition at line 452 of file Statistics.h.
|
inlinenoexcept |
Definition at line 463 of file Statistics.h.
|
inlinenoexcept |
Definition at line 459 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 455 of file Statistics.h.
|
inlinenoexcept |
Definition at line 456 of file Statistics.h.