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 Sourcecan_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 |
decoder_present
Does this filter have a decoder?
Declaration
public uint decoder_present
Field Value
Type | Description |
---|---|
System.UInt32 |
encoder_present
Does this filter have an encoder?
Declaration
public uint encoder_present
Field Value
Type | Description |
---|---|
System.UInt32 |
filter
The actual filter function
Declaration
public H5Z.func_t filter
Field Value
Type | Description |
---|---|
H5Z.func_t |
id
Filter ID number
Declaration
public H5Z.filter_t id
Field Value
Type | Description |
---|---|
H5Z.filter_t |
name
Comment for debugging
Declaration
public byte *name
Field Value
Type | Description |
---|---|
System.Byte* |
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 |
version
Version number of the
class_t
struct
Declaration
public int version
Field Value
Type | Description |
---|---|
System.Int32 |