lsst.afw  21.0.0-25-g1d57be3cd+f385fa6f38
Public Types | Public Member Functions | List of all members
lsst::afw::math::ImageImposter< ValueT > Class Template Referencefinal

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
 

Detailed Description

template<typename ValueT>
class lsst::afw::math::ImageImposter< ValueT >

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.

Member Typedef Documentation

◆ fast_iterator

template<typename ValueT >
typedef std::vector<ValueT>::const_iterator lsst::afw::math::ImageImposter< ValueT >::fast_iterator

Definition at line 440 of file Statistics.h.

◆ Pixel

template<typename ValueT >
typedef ValueT lsst::afw::math::ImageImposter< ValueT >::Pixel

Definition at line 441 of file Statistics.h.

◆ x_iterator

template<typename ValueT >
typedef std::vector<ValueT>::const_iterator lsst::afw::math::ImageImposter< ValueT >::x_iterator

Definition at line 439 of file Statistics.h.

Constructor & Destructor Documentation

◆ ImageImposter() [1/2]

template<typename ValueT >
lsst::afw::math::ImageImposter< ValueT >::ImageImposter ( std::vector< ValueT > const &  v)
inlineexplicit

Definition at line 445 of file Statistics.h.

◆ ImageImposter() [2/2]

template<typename ValueT >
lsst::afw::math::ImageImposter< ValueT >::ImageImposter ( ImageImposter< ValueT > const &  img)
inlineexplicit

Definition at line 446 of file Statistics.h.

Member Function Documentation

◆ empty()

template<typename ValueT >
bool lsst::afw::math::ImageImposter< ValueT >::empty ( ) const
inlinenoexcept

Definition at line 457 of file Statistics.h.

◆ getDimensions()

template<typename ValueT >
lsst::geom::Extent2I lsst::afw::math::ImageImposter< ValueT >::getDimensions ( ) const
inlinenoexcept

Definition at line 453 of file Statistics.h.

◆ getHeight()

template<typename ValueT >
int lsst::afw::math::ImageImposter< ValueT >::getHeight ( ) const
inlinenoexcept

Definition at line 452 of file Statistics.h.

◆ getWidth()

template<typename ValueT >
int lsst::afw::math::ImageImposter< ValueT >::getWidth ( ) const
inlinenoexcept

Definition at line 451 of file Statistics.h.

◆ row_begin()

template<typename ValueT >
x_iterator lsst::afw::math::ImageImposter< ValueT >::row_begin ( int  ) const
inlinenoexcept

Definition at line 449 of file Statistics.h.

◆ row_end()

template<typename ValueT >
x_iterator lsst::afw::math::ImageImposter< ValueT >::row_end ( int  ) const
inlinenoexcept

Definition at line 450 of file Statistics.h.


The documentation for this class was generated from the following file: