Show / Hide Table of Contents

Class H5Filter

A class to manage filters.

Inheritance
System.Object
H5Filter
Namespace: HDF5.NET
Assembly: HDF5.NET.dll
Syntax
public static class H5Filter : object

Methods

| Improve this Doc View Source

Register(H5FilterID, String, FilterFunc)

Registers a new filter.

Declaration
public static void Register(H5FilterID identifier, string name, FilterFunc filterFunc)
Parameters
Type Name Description
H5FilterID identifier

The filter identifier.

System.String name

The filter name.

FilterFunc filterFunc

The filter function.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2023 Vincent Wilms