File failed to load: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/config/TeX-MML-AM_CHTML/MathJax.js
DGtal 2.0.0
DGtal::H5DSpecializations< TImageFactory, DGtal::int64_t > Struct Template Reference

Aim: implements HDF5 reading and writing for specialized type DGtal::int64_t. More...

#include <DGtal/images/ImageFactoryFromHDF5.h>

Inheritance diagram for DGtal::H5DSpecializations< TImageFactory, DGtal::int64_t >:
[legend]

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>
struct DGtal::H5DSpecializations< TImageFactory, DGtal::int64_t >

Aim: implements HDF5 reading and writing for specialized type DGtal::int64_t.

Description of template class 'H5DSpecializations'

Definition at line 137 of file ImageFactoryFromHDF5.h.

Member Typedef Documentation

◆ ImageFactory

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

Definition at line 141 of file ImageFactoryFromHDF5.h.

◆ Value

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

Definition at line 142 of file ImageFactoryFromHDF5.h.

Member Function Documentation

◆ H5DreadS()

template<typename TImageFactory>
int DGtal::H5DSpecializations< TImageFactory, DGtal::int64_t >::H5DreadS ( ImageFactory & anImageFactory,
hid_t memspace,
Value * data_out )
inlinestatic

Definition at line 144 of file ImageFactoryFromHDF5.h.

145 {
147 }
Aim: implements HDF5 reading and writing for specialized type T.

◆ H5DwriteS()

template<typename TImageFactory>
int DGtal::H5DSpecializations< TImageFactory, DGtal::int64_t >::H5DwriteS ( ImageFactory & anImageFactory,
hid_t memspace,
Value * data_in )
inlinestatic

Definition at line 149 of file ImageFactoryFromHDF5.h.

150 {
152 }

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