HL-HDF
|
Represents a HDF5 object/attribute/reference/... More...
Public Attributes | |
HL_Type | type |
The type of this node. | |
char * | name |
The name of this node. | |
int | ndims |
Number of dimensions if this node is represented by a HL_Type::ATTRIBUTE_ID or HL_Type::TYPE_ID. | |
hsize_t * | dims |
The dimension size. | |
unsigned char * | data |
The data in fixed-type format. | |
unsigned char * | rawdata |
Unconverted data, exactly as read from the file. | |
HL_FormatSpecifier | format |
Format specifier | |
hid_t | typeId |
HDF5 type identifier. | |
size_t | dSize |
Size for data (fixed type) | |
size_t | rdSize |
Size for rawdata. | |
HL_DataType | dataType |
Type of data. | |
hid_t | hdfId |
The hdf id that this node represents (used internally) | |
HL_NodeMark | mark |
Current state of this node. | |
int | fetched |
0 if the data has not been fetched from disk, otherwise 0 | |
HL_CompoundTypeDescription * | compoundDescription |
The compound type description if this is a TYPE node. | |
HL_Compression * | compression |
Compression settings for this node. | |
Represents a HDF5 object/attribute/reference/...
HL_CompoundTypeDescription* _HL_Node::compoundDescription |
The compound type description if this is a TYPE node.
HL_Compression* _HL_Node::compression |
Compression settings for this node.
unsigned char* _HL_Node::data |
The data in fixed-type format.
HL_DataType _HL_Node::dataType |
Type of data.
hsize_t* _HL_Node::dims |
The dimension size.
size_t _HL_Node::dSize |
Size for data (fixed type)
int _HL_Node::fetched |
0 if the data has not been fetched from disk, otherwise 0
HL_FormatSpecifier _HL_Node::format |
hid_t _HL_Node::hdfId |
The hdf id that this node represents (used internally)
HL_NodeMark _HL_Node::mark |
Current state of this node.
char* _HL_Node::name |
The name of this node.
int _HL_Node::ndims |
Number of dimensions if this node is represented by a HL_Type::ATTRIBUTE_ID or HL_Type::TYPE_ID.
unsigned char* _HL_Node::rawdata |
Unconverted data, exactly as read from the file.
size_t _HL_Node::rdSize |
Size for rawdata.
HL_Type _HL_Node::type |
The type of this node.
hid_t _HL_Node::typeId |
HDF5 type identifier.