bioformats
5.1.0
|
Read data into a PixelBuffer. More...
#include <ome/bioformats/VariantPixelBuffer.h>
Public Member Functions | |
VariantPixelBufferReadVisitor (std::basic_istream< charT, traits > &stream) | |
Constructor. More... | |
template<typename T > | |
void | operator() (T &v) const |
Read data into specific PixelBuffer type. More... | |
Public Attributes | |
std::basic_istream< charT, traits > & | stream |
The input stream. | |
Read data into a PixelBuffer.
|
inline |
Constructor.
stream | the input stream. |
|
inline |
Read data into specific PixelBuffer type.
v | the PixelBuffer to use. |