H5Zregister
fn
herr_t H5Zregister(const void * cls)Registers a new filter with the HDF5 library.
Registers a custom filter that can be used in the filter pipeline. The filter must have a unique identifier >= H5Z_FILTER_RESERVED.
Parameters
cls | Pointer to the filter class structure |
Returns
Non-negative on success, negative on failure.