|
bioformats
5.1.7
|
Merge a single subchannel into a PixelBuffer. More...
#include <ome/bioformats/VariantPixelBuffer.h>
Inheritance diagram for ome::bioformats::detail::MergeSubchannelVisitor:
Collaboration diagram for ome::bioformats::detail::MergeSubchannelVisitor: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::bioformats::VariantPixelBuffer::vbuffer().
1.8.10