Template Class ImageImposter¶
Defined in File Statistics.h
Class Documentation¶
-
template<typename
ValueT
>
classImageImposter
¶ 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¶
-
bool
empty
() const¶
-
typedef std::vector<ValueT>::const_iterator