var hdf5 = require('hdf5').hdf5;

hdf5.Filters(id, name)

Constructs the filters interface purely on the javascript side.

  • id → the group or file id location. Every group and the file return with an id attribute
  • name → a string naming the dataset.
  • return ← a constructed Filters

hdf5.Filters.prototype.isAvailable(type)

  • type → The H5ZType. Can also be third party registered filters
  • return ← true if available

hdf5.Filters.prototype.getNFilters()

  • return ← # of filters