bioformats  5.1.3
Public Member Functions | List of all members
ome::bioformats::detail::PixelBufferConstArrayVisitor< T > Struct Template Reference

Find a PixelBuffer data array of a specific pixel type. More...

#include <ome/bioformats/PixelBuffer.h>

+ Inheritance diagram for ome::bioformats::detail::PixelBufferConstArrayVisitor< T >:
+ Collaboration diagram for ome::bioformats::detail::PixelBufferConstArrayVisitor< T >:

Public Member Functions

template<typename U >
const PixelBuffer< T >::array_ref_type & operator() (U &v) const
 PixelBuffer of any type. More...
 

Detailed Description

template<typename T>
struct ome::bioformats::detail::PixelBufferConstArrayVisitor< T >

Find a PixelBuffer data array of a specific pixel type.

Member Function Documentation

template<typename T>
template<typename U >
const PixelBuffer<T>::array_ref_type& ome::bioformats::detail::PixelBufferConstArrayVisitor< T >::operator() ( U &  v) const
inline

PixelBuffer of any type.

Parameters
vthe MultiArray variant.
Returns
a const reference to the data array.

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