DGtal 1.3.0
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions
DGtal::H5DSpecializations< TImageFactory, T > Struct Template Reference

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)
 

Detailed Description

template<typename TImageFactory, typename T>
struct DGtal::H5DSpecializations< TImageFactory, T >

Aim: implements HDF5 reading and writing for specialized type T.

Description of template class 'H5DSpecializations'

Template Parameters
TImageFactoryan image factory type (model of CImageFactory).
Ta type.

Definition at line 66 of file ImageFactoryFromHDF5.h.

Member Typedef Documentation

◆ ImageFactory

template<typename TImageFactory , typename T >
typedef TImageFactory DGtal::H5DSpecializations< TImageFactory, T >::ImageFactory

Definition at line 70 of file ImageFactoryFromHDF5.h.

◆ Value

template<typename TImageFactory , typename T >
typedef ImageFactory::OutputImage::Value DGtal::H5DSpecializations< TImageFactory, T >::Value

Definition at line 71 of file ImageFactoryFromHDF5.h.

Member Function Documentation

◆ H5DreadS()

template<typename TImageFactory , typename T >
static int DGtal::H5DSpecializations< TImageFactory, T >::H5DreadS ( ImageFactory anImageFactory,
hid_t  memspace,
Value data_out 
)
static

◆ H5DwriteS()

template<typename TImageFactory , typename T >
static int DGtal::H5DSpecializations< TImageFactory, T >::H5DwriteS ( ImageFactory anImageFactory,
hid_t  memspace,
Value data_in 
)
static

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