Template Class MaskImposter

Class Documentation

template<typename ValueT>
class MaskImposter

A Mask wrapper to provide an infinite_iterator for Mask::row_begin(). This allows a fake Mask to be passed in to Statistics with a regular (non-masked) Image.

Public Types

typedef infinite_iterator<ValueT> x_iterator

Public Functions

MaskImposter(ValueT val = 0)
x_iterator row_begin(int) const