15 #ifndef __AbstractDs_H
16 #define __AbstractDs_H
55 virtual size_t getInMemDataSize()
const = 0;
62 H5T_class_t getTypeClass()
const;
65 virtual hsize_t getStorageSize()
const = 0;
68 virtual H5std_string fromClass()
const = 0;
79 virtual hid_t p_get_type()
const = 0;
84 #endif // __AbstractDs_H
IntType is a derivative of a DataType and operates on HDF5 integer datatype.
Definition: H5IntType.h:25
FloatType is a derivative of a DataType and operates on HDF5 floating point datatype.
Definition: H5FloatType.h:25
virtual H5std_string fromClass() const =0
H5T_class_t getTypeClass() const
Creates an AbstractDs instance using an existing id.
Definition: H5AbstractDs.cpp:64
virtual ~AbstractDs()
Noop destructor.
Definition: H5AbstractDs.cpp:327
Class DataSpace inherits from IdComponent and provides wrappers for the HDF5's dataspaces.
Definition: H5DataSpace.h:25
Definition: H5Exception.h:116
Definition: H5Exception.h:144
DataType getDataType() const
Returns the generic datatype of this abstract dataset, which can be a dataset or an attribute.
Definition: H5AbstractDs.cpp:112
VarLenType getVarLenType() const
Returns the floating-point datatype of this abstract dataset, which can be a dataset or an attribute.
Definition: H5AbstractDs.cpp:303
StrType getStrType() const
Returns the string datatype of this abstract dataset which can be a dataset or an attribute.
Definition: H5AbstractDs.cpp:276
Class ArrayType inherits from DataType and provides wrappers for the HDF5's Array Datatypes.
Definition: H5ArrayType.h:25
H5std_string getDetailMsg() const
Returns the detailed message set at the time the exception is thrown.
Definition: H5Exception.cpp:256
CompType getCompType() const
Returns the compound datatype of this abstract dataset which can be a dataset or an attribute.
Definition: H5AbstractDs.cpp:168
StrType is a derivative of a DataType and operates on HDF5 string datatype.
Definition: H5StrType.h:25
AbstractDs is an abstract base class, inherited by Attribute and DataSet.
Definition: H5AbstractDs.h:36
VarLenType is a derivative of a DataType and operates on HDF5 Variable-length Datatypes.
Definition: H5VarLenType.h:25
AbstractDs()
Default constructor.
Definition: H5AbstractDs.cpp:41
ArrayType getArrayType() const
Returns the array datatype of this abstract dataset which can be a dataset or an attribute.
Definition: H5AbstractDs.cpp:139
CompType is a derivative of a DataType and operates on HDF5 compound datatypes.
Definition: H5CompType.h:25
EnumType is a derivative of a DataType and operates on HDF5 enum datatypes.
Definition: H5EnumType.h:25
Definition: H5AbstractDs.cpp:34
IntType getIntType() const
Returns the integer datatype of this abstract dataset which can be a dataset or an attribute.
Definition: H5AbstractDs.cpp:222
Class DataType provides generic operations on HDF5 datatypes.
Definition: H5DataType.h:28
EnumType getEnumType() const
Returns the enumeration datatype of this abstract dataset which can be a dataset or an attribute.
Definition: H5AbstractDs.cpp:195
Definition: H5Exception.h:137
FloatType getFloatType() const
Returns the floating-point datatype of this abstract dataset, which can be a dataset or an attribute.
Definition: H5AbstractDs.cpp:249
The HDF Group Help Desk:
| |
Copyright by
The HDF Group
and the Board of Trustees of the University of Illinois
|