| bioformats
    5.1.7
    | 
Copy a single subchannel from a PixelBuffer. More...
#include <ome/bioformats/VariantPixelBuffer.h>
 Inheritance diagram for ome::bioformats::detail::CopySubchannelVisitor:
 Inheritance diagram for ome::bioformats::detail::CopySubchannelVisitor: Collaboration 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 | |
| VariantPixelBuffer & | dest | 
| Destination pixel buffer. | |
| dimension_size_type | subC | 
| Subchannel to copy. | |
Copy a single subchannel from a PixelBuffer.
| 
 | inline | 
Constructor.
| dest | the destination pixel buffer. | 
| subC | the subchannel to copy. | 
| 
 | inline | 
Copy subchannel.
| v | the PixelBuffer to use. | 
References ome::bioformats::DIM_SUBCHANNEL, ome::bioformats::PixelBufferBase::dimensions, ome::bioformats::PixelBufferBase::make_storage_order(), ome::bioformats::VariantPixelBuffer::setBuffer(), ome::bioformats::VariantPixelBuffer::vbuffer(), and ome::xml::model::enums::DimensionOrder::XYZTC.
 1.8.10
 1.8.10