lsst.afw  22.0.1-24-g2e899d296+b05a4897c9
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 442 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 446 of file Statistics.h.

◆ Pixel

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

Definition at line 447 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 445 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 451 of file Statistics.h.

◆ ImageImposter() [2/2]

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

Definition at line 452 of file Statistics.h.

Member Function Documentation

◆ empty()

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

Definition at line 463 of file Statistics.h.

◆ getDimensions()

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

Definition at line 459 of file Statistics.h.

◆ getHeight()

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

Definition at line 458 of file Statistics.h.

◆ getWidth()

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

Definition at line 457 of file Statistics.h.

◆ row_begin()

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

Definition at line 455 of file Statistics.h.

◆ row_end()

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

Definition at line 456 of file Statistics.h.


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