H5Zregister

fnherr_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

clsPointer to the filter class structure

Returns

Non-negative on success, negative on failure.