RMF
RMF::HDF5::DataSetCreationPropertiesD< TypeTraits, D > Struct Template Reference

#include <RMF/HDF5/DataSetCreationPropertiesD.h>

+ Inheritance diagram for RMF::HDF5::DataSetCreationPropertiesD< TypeTraits, D >:

Public Member Functions

void set_chunk_size (DataSetIndexD< D > chunk_size)
 
void set_compression (Compression comp)
 
void set_custom_fill_value (typename TypeTraits::Type *pValue)
 Sets custom fill value instead of the default one. More...
 
- Public Member Functions inherited from RMF::HDF5::DataSetAccessPropertiesD< TypeTraits, D >
hid_t get_handle () const
 
void set_chunk_cache_size (unsigned int entries, unsigned int size_bytes, double policy=.75)
 

Additional Inherited Members

- Protected Member Functions inherited from RMF::HDF5::DataSetAccessPropertiesD< TypeTraits, D >
 DataSetAccessPropertiesD (hid_t type)
 

Detailed Description

template<class TypeTraits, unsigned int D>
struct RMF::HDF5::DataSetCreationPropertiesD< TypeTraits, D >

Define properties for creating an HDF5 data set.

Definition at line 28 of file DataSetCreationPropertiesD.h.

Member Function Documentation

template<class TypeTraits, unsigned int D>
void RMF::HDF5::DataSetCreationPropertiesD< TypeTraits, D >::set_chunk_size ( DataSetIndexD< D >  chunk_size)

See H5Pset_chunk

Definition at line 42 of file DataSetCreationPropertiesD.h.

template<class TypeTraits, unsigned int D>
void RMF::HDF5::DataSetCreationPropertiesD< TypeTraits, D >::set_custom_fill_value ( typename TypeTraits::Type *  pValue)

Sets custom fill value instead of the default one, which is used as a default value for dataset entries that were not written explicitly (see HDF5 documentation for more details about fill values)

Parameters
pValuea pointer to the fill value

Definition at line 75 of file DataSetCreationPropertiesD.h.


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