ome-files
0.5.0
|
Merge a single subchannel into a PixelBuffer. More...
#include <ome/files/VariantPixelBuffer.h>
Public Member Functions | |
MergeSubchannelVisitor (VariantPixelBuffer &dest, dimension_size_type subC) | |
Constructor. More... | |
template<typename T > | |
void | operator() (const T &v) |
Merge subchannel. More... | |
Public Attributes | |
VariantPixelBuffer & | dest |
Destination pixel buffer. | |
dimension_size_type | subC |
Subchannel to copy. | |
Merge a single subchannel into a PixelBuffer.
|
inline |
Constructor.
dest | the destination pixel buffer. |
subC | the subchannel to copy. |
|
inline |
Merge subchannel.
v | the PixelBuffer to use. |
References ome::files::VariantPixelBuffer::vbuffer().