Show / Hide Table of Contents

    Struct H5Z.class_t

    The filter table maps filter identification numbers to structs that contain a pointers to the filter function and timing statistics.

    Namespace: HDF.PInvoke
    Assembly: HDF.PInvoke.dll
    Syntax
    public struct class_t

    Fields

    | Improve this Doc View Source

    can_apply

    The "can apply" callback for a filter

    Declaration
    public H5Z.can_apply_func_t can_apply
    Field Value
    Type Description
    H5Z.can_apply_func_t
    | Improve this Doc View Source

    decoder_present

    Does this filter have a decoder?

    Declaration
    public uint decoder_present
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    encoder_present

    Does this filter have an encoder?

    Declaration
    public uint encoder_present
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    filter

    The actual filter function

    Declaration
    public H5Z.func_t filter
    Field Value
    Type Description
    H5Z.func_t
    | Improve this Doc View Source

    id

    Filter ID number

    Declaration
    public H5Z.filter_t id
    Field Value
    Type Description
    H5Z.filter_t
    | Improve this Doc View Source

    name

    Comment for debugging

    Declaration
    public byte *name
    Field Value
    Type Description
    System.Byte*
    | Improve this Doc View Source

    set_local

    The "set local" callback for a filter

    Declaration
    public H5Z.set_local_func_t set_local
    Field Value
    Type Description
    H5Z.set_local_func_t
    | Improve this Doc View Source

    version

    Version number of the

    class_t
    struct

    Declaration
    public int version
    Field Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX