bioformats
5.1.0
|
Find a PixelBuffer data array of a specific pixel type. More...
#include <ome/bioformats/VariantPixelBuffer.h>
Public Member Functions | |
PixelBuffer< T > & | operator() (ome::compat::shared_ptr< PixelBuffer< T > > &v) const |
PixelBuffer of correct type. More... | |
template<typename U > | |
PixelBuffer< T > & | operator() (U &) const |
PixelBuffer of incorrect type. More... | |
Find a PixelBuffer data array of a specific pixel type.
|
inline |
PixelBuffer of correct type.
v | the value to find. |
if | the PixelBuffer is null. |
|
inline |