| Package | Description |
|---|---|
| org.bytedeco.hdf5 | |
| org.bytedeco.hdf5.global |
| Modifier and Type | Method and Description |
|---|---|
H5T_conv_t |
DataType.find(DataType dest,
H5T_cdata_t pcdata) |
H5T_conv_t |
DataType.find(DataType dest,
PointerPointer pcdata) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataType.registerFunc(int pers,
BytePointer name,
DataType dest,
H5T_conv_t func) |
void |
DataType.registerFunc(int pers,
String name,
DataType dest,
H5T_conv_t func) |
void |
DataType.unregister(int pers,
BytePointer name,
DataType dest,
H5T_conv_t func) |
void |
DataType.unregister(int pers,
String name,
DataType dest,
H5T_conv_t func) |
| Modifier and Type | Method and Description |
|---|---|
static H5T_conv_t |
hdf5.H5Tfind(long src_id,
long dst_id,
H5T_cdata_t pcdata) |
static H5T_conv_t |
hdf5.H5Tfind(long src_id,
long dst_id,
PointerPointer pcdata) |
| Modifier and Type | Method and Description |
|---|---|
static int |
hdf5.H5Tregister(int pers,
BytePointer name,
long src_id,
long dst_id,
H5T_conv_t func) |
static int |
hdf5.H5Tregister(int pers,
String name,
long src_id,
long dst_id,
H5T_conv_t func) |
static int |
hdf5.H5Tunregister(int pers,
BytePointer name,
long src_id,
long dst_id,
H5T_conv_t func) |
static int |
hdf5.H5Tunregister(int pers,
String name,
long src_id,
long dst_id,
H5T_conv_t func) |
Copyright © 2021. All rights reserved.