bioformats
5.1.6
|
Copy a single subchannel from a PixelBuffer. More...
#include <ome/bioformats/VariantPixelBuffer.h>
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.