| Class and Description |
|---|
| org.bytedeco.hdf5.hdset_reg_ref_t
Dataset region reference type that is used with deprecated
reference APIs.
\note This type can only be used with the "native" HDF5 VOL connector.
|
| org.bytedeco.hdf5.hdset_reg_ref_t
Dataset region reference type that is used with deprecated
reference APIs.
\note This type can only be used with the "native" HDF5 VOL connector.
|
| Method and Description |
|---|
| org.bytedeco.hdf5.global.hdf5.H5Pget_preserve(long)
{H5Pget_preserve() is deprecated as it is no longer useful;
compound datatype field preservation is now core functionality
in the HDF5 library.}
|
| org.bytedeco.hdf5.global.hdf5.H5Pget_preserve(long)
{H5Pget_preserve() is deprecated as it is no longer useful;
compound datatype field preservation is now core functionality
in the HDF5 library.}
|
| org.bytedeco.hdf5.global.hdf5.H5Pset_preserve(long, boolean)
This function is deprecated as it no longer has any effect;
compound datatype field preservation is now core functionality in
the HDF5 library.
\details H5Pset_preserve() sets the dataset transfer property list status to
\c 1 or \c 0.
When reading or writing compound datatypes and the destination is
partially initialized and the read/write is intended to initialize
the other members, one must set this property to \c 1. Otherwise the
I/O pipeline treats the destination datapoints as completely
uninitialized.
|
| org.bytedeco.hdf5.global.hdf5.H5Pset_preserve(long, boolean)
This function is deprecated as it no longer has any effect;
compound datatype field preservation is now core functionality in
the HDF5 library.
\details H5Pset_preserve() sets the dataset transfer property list status to
\c 1 or \c 0.
When reading or writing compound datatypes and the destination is
partially initialized and the read/write is intended to initialize
the other members, one must set this property to \c 1. Otherwise the
I/O pipeline treats the destination datapoints as completely
uninitialized.
|
Copyright © 2022. All rights reserved.