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

Copy a single subchannel from a PixelBuffer. More...

#include <ome/bioformats/VariantPixelBuffer.h>

+ Inheritance diagram for ome::bioformats::detail::CopySubchannelVisitor:
+ Collaboration diagram for ome::bioformats::detail::CopySubchannelVisitor:

Public Member Functions

 CopySubchannelVisitor (VariantPixelBuffer &dest, dimension_size_type subC)
 Constructor. More...
 
template<typename T >
void operator() (const T &v)
 Copy subchannel. More...
 

Public Attributes

VariantPixelBufferdest
 Destination pixel buffer.
 
dimension_size_type subC
 Subchannel to copy.
 

Detailed Description

Copy a single subchannel from a PixelBuffer.

Constructor & Destructor Documentation

ome::bioformats::detail::CopySubchannelVisitor::CopySubchannelVisitor ( 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::CopySubchannelVisitor::operator() ( const T &  v)
inline

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