34 void extend(
const hsize_t* size)
const;
37 void fillMemBuf(
const void *fill,
const DataType& fill_type,
void *buf,
const DataType& buf_type,
const DataSpace& space)
const;
41 void fillMemBuf(
void *buf,
const DataType& buf_type,
const DataSpace& space)
const;
48 haddr_t getOffset()
const;
54 void getSpaceStatus(H5D_space_status_t& status)
const;
57 virtual hsize_t getStorageSize()
const;
60 virtual size_t getInMemDataSize()
const;
83 int iterateElems(
void* buf,
const DataType& type,
const DataSpace& space, H5D_operator_t op,
void* op_data = NULL);
86 virtual H5std_string
fromClass ()
const {
return(
"DataSet"); }
89 DataSet(
const H5Location& loc,
const void* ref, H5R_type_t ref_type = H5R_OBJECT);
90 DataSet(
const Attribute& attr,
const void* ref, H5R_type_t ref_type = H5R_OBJECT);
99 DataSet(
const hid_t existing_id);
102 virtual hid_t getId()
const;
108 #ifndef DOXYGEN_SHOULD_SKIP_THIS
110 virtual void p_setId(
const hid_t new_id);
111 #endif // DOXYGEN_SHOULD_SKIP_THIS
120 virtual hid_t p_get_type()
const;
123 void p_read_fixed_len(
const hid_t mem_type_id,
const hid_t mem_space_id,
const hid_t file_space_id,
const hid_t xfer_plist_id, H5std_string& strg)
const;
124 void p_read_variable_len(
const hid_t mem_type_id,
const hid_t mem_space_id,
const hid_t file_space_id,
const hid_t xfer_plist_id, H5std_string& strg)
const;
127 friend void f_DataSet_setId(
DataSet* dset, hid_t new_id);
132 #endif // __H5DataSet_H
Class DataSpace inherits from IdComponent and provides wrappers for the HDF5's dataspaces.
Definition: H5DataSpace.h:25
Class Attribute operates on HDF5 attributes.
Definition: H5Attribute.h:29
Class DSetCreatPropList inherits from ObjCreatPropList and provides wrappers for the HDF5 dataset cre...
Definition: H5DcreatProp.h:28
Class DataType provides generic operations on HDF5 datatypes.
Definition: H5DataType.h:28
Class H5Object is a bridge between H5Location and DataSet, DataType, and Group.
Definition: H5Object.h:37
H5Location is an abstract base class, providing a collection of wrappers of the C functions that take...
Definition: H5Location.h:42
virtual H5std_string fromClass() const
Returns this class name.
Definition: H5DataSet.h:86
AbstractDs is an abstract base class, inherited by Attribute and DataSet.
Definition: H5AbstractDs.h:38
Class DataSet operates on HDF5 datasets.
Definition: H5DataSet.h:28
Class DSetCreatPropList inherits from PropList and provides wrappers for the HDF5 dataset memory and ...
Definition: H5DxferProp.h:25
static const DSetMemXferPropList & DEFAULT
Default dataset memory and transfer property list.
Definition: H5DxferProp.h:28
static const DataSpace & ALL
Default DataSpace objects.
Definition: H5DataSpace.h:28