DGtal
1.5.beta
|
Aim: implements HDF5 reading and writing for specialized type T. More...
#include <DGtal/images/ImageFactoryFromHDF5.h>
Public Types | |
typedef TImageFactory | ImageFactory |
typedef ImageFactory::OutputImage::Value | Value |
Static Public Member Functions | |
static int | H5DreadS (ImageFactory &anImageFactory, hid_t memspace, Value *data_out) |
static int | H5DwriteS (ImageFactory &anImageFactory, hid_t memspace, Value *data_in) |
Aim: implements HDF5 reading and writing for specialized type T.
Description of template class 'H5DSpecializations'
TImageFactory | an image factory type (model of CImageFactory). |
T | a type. |
Definition at line 66 of file ImageFactoryFromHDF5.h.
typedef TImageFactory DGtal::H5DSpecializations< TImageFactory, T >::ImageFactory |
Definition at line 70 of file ImageFactoryFromHDF5.h.
typedef ImageFactory::OutputImage::Value DGtal::H5DSpecializations< TImageFactory, T >::Value |
Definition at line 71 of file ImageFactoryFromHDF5.h.
|
static |
|
static |
Referenced by DGtal::ImageFactoryFromHDF5< TImageContainer >::flushImage().