LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
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 |
x_iterator | row_end (int) const |
int | getWidth () const |
int | getHeight () const |
bool | empty () const |
Private Member Functions | |
std::vector< ValueT > const & | _getVector () const |
Private Attributes | |
std::vector< ValueT > const & | _v |
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 401 of file Statistics.h.
typedef std::vector<ValueT>::const_iterator lsst.afw.math::ImageImposter< ValueT >::fast_iterator |
Definition at line 406 of file Statistics.h.
typedef ValueT lsst.afw.math::ImageImposter< ValueT >::Pixel |
Definition at line 407 of file Statistics.h.
typedef std::vector<ValueT>::const_iterator lsst.afw.math::ImageImposter< ValueT >::x_iterator |
Definition at line 405 of file Statistics.h.
|
inlineexplicit |
Definition at line 411 of file Statistics.h.
|
inlineexplicit |
Definition at line 412 of file Statistics.h.
|
inlineprivate |
Definition at line 423 of file Statistics.h.
|
inline |
Definition at line 420 of file Statistics.h.
|
inline |
Definition at line 418 of file Statistics.h.
|
inline |
Definition at line 417 of file Statistics.h.
|
inline |
Definition at line 415 of file Statistics.h.
|
inline |
Definition at line 416 of file Statistics.h.
|
private |
Definition at line 422 of file Statistics.h.