| Package | Description |
|---|---|
| org.bytedeco.hdf5 |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
H5Object.createAttribute(BytePointer name,
DataType type,
DataSpace space) |
Attribute |
H5Object.createAttribute(BytePointer name,
DataType type,
DataSpace space,
PropList create_plist) |
Attribute |
H5Object.createAttribute(String name,
DataType type,
DataSpace space) |
Attribute |
H5Object.createAttribute(String name,
DataType type,
DataSpace space,
PropList create_plist) |
Attribute |
H5Object.openAttribute(BytePointer name) |
Attribute |
H5Object.openAttribute(int idx) |
Attribute |
H5Object.openAttribute(String name) |
| Modifier and Type | Method and Description |
|---|---|
static H5Location |
Attribute.asH5Location(Attribute pointer) |
| Constructor and Description |
|---|
Attribute(Attribute original) |
DataSet(Attribute attr,
Pointer ref) |
DataSet(Attribute attr,
Pointer ref,
int ref_type,
PropList plist) |
Copyright © 2021. All rights reserved.