Template Class ImageImposter

Class Documentation

template<typename ValueT>
class ImageImposter

A vector wrapper to provide a vector with the necessary methods and typedefs to be processed by Statistics as though it were an Image.

Public Types

typedef std::vector<ValueT>::const_iterator x_iterator
typedef std::vector<ValueT>::const_iterator fast_iterator
typedef ValueT Pixel

Public Functions

ImageImposter(std::vector<ValueT> const &v)
ImageImposter(ImageImposter<ValueT> const &img)
x_iterator row_begin(int) const
x_iterator row_end(int) const
int getWidth() const
int getHeight() const
lsst::geom::Extent2I getDimensions() const
bool empty() const