bioformats  5.1.3
Public Member Functions | Public Attributes | List of all members
ome::bioformats::detail::MergeSubchannelVisitor Struct Reference

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

VariantPixelBufferdest
 Destination pixel buffer.
 
dimension_size_type subC
 Subchannel to copy.
 

Detailed Description

Merge a single subchannel into a PixelBuffer.

Constructor & Destructor Documentation

ome::bioformats::detail::MergeSubchannelVisitor::MergeSubchannelVisitor ( VariantPixelBuffer dest,
dimension_size_type  subC 
)
inline

Constructor.

Parameters
destthe destination pixel buffer.
subCthe subchannel to copy.

Member Function Documentation

template<typename T >
void ome::bioformats::detail::MergeSubchannelVisitor::operator() ( const T &  v)
inline

Merge subchannel.

Parameters
vthe PixelBuffer to use.

References ome::bioformats::VariantPixelBuffer::vbuffer().


The documentation for this struct was generated from the following file: