|
Container that couples together a tree structure and a data array (drain::image::Image), according to source type (const or non-const) . More...
#include <Data.h>
Public Types | |
typedef T | tree_t |
typedef TI | tree_iter_t |
typedef D | image_t |
Container that couples together a tree structure and a data array (drain::image::Image), according to source type (const or non-const) .
Consider that const Hi5Tree src or Hi5Tree dst contain following structure:
The classes in this section provide solutions for handling dataset-level and data-level information. The template parameters are expected to be exactly the following, all of them const or non-const:
T | - HDF5 tree, as Hi5Tree |
TI | - tree iterator type |
D | - data array (drain::image::Image) |