bioformats
5.1.0
|
Assign a PixelBuffer from an input iterator. More...
#include <ome/bioformats/VariantPixelBuffer.h>
Public Member Functions | |
VariantPixelBufferAssignVisitor (InputIterator begin, InputIterator end) | |
Constructor. More... | |
void | operator() (ome::compat::shared_ptr< PixelBuffer< typename std::iterator_traits< InputIterator >::value_type > > &v) const |
PixelBuffer of correct type. More... | |
template<typename T > | |
void | operator() (T &) const |
PixelBuffer of incorrect type. More... | |
Public Attributes | |
InputIterator | begin |
Input start. | |
InputIterator | end |
Input end. | |
Assign a PixelBuffer from an input iterator.
|
inline |
Constructor.
begin | the start of input. |
end | the end of input. |
|
inline |
PixelBuffer of correct type.
v | the PixelBuffer to assign to. |
if | the PixelBuffer is null or the PixelBuffer's data array is null. |
|
inline |
PixelBuffer of incorrect type.
if | used. |