bioformats
5.1.6
|
Write data from a PixelBuffer. More...
#include <ome/bioformats/VariantPixelBuffer.h>
Public Member Functions | |
VariantPixelBufferWriteVisitor (std::basic_ostream< charT, traits > &stream) | |
Constructor. More... | |
template<typename T > | |
void | operator() (const T &v) const |
Write data from specific PixelBuffer type. More... | |
Public Attributes | |
std::basic_ostream< charT, traits > & | stream |
The output stream. | |
Write data from a PixelBuffer.
|
inline |
Constructor.
stream | the output stream. |
|
inline |
Write data from specific PixelBuffer type.
v | the PixelBuffer to use. |