20 #ifndef H5_NO_NAMESPACE
37 void extend(
const hsize_t* size )
const;
40 void fillMemBuf(
const void *fill,
const DataType& fill_type,
void *buf,
const DataType& buf_type,
const DataSpace& space)
const;
44 void fillMemBuf(
void *buf,
const DataType& buf_type,
const DataSpace& space)
const;
51 haddr_t getOffset()
const;
57 void getSpaceStatus(H5D_space_status_t& status)
const;
60 virtual hsize_t getStorageSize()
const;
63 virtual size_t getInMemDataSize()
const;
86 int iterateElems(
void* buf,
const DataType& type,
const DataSpace& space, H5D_operator_t op,
void* op_data = NULL );
89 virtual H5std_string
fromClass ()
const {
return(
"DataSet"); }
92 DataSet(
const H5Location& loc,
const void* ref, H5R_type_t ref_type = H5R_OBJECT);
93 DataSet(
const Attribute& attr,
const void* ref, H5R_type_t ref_type = H5R_OBJECT);
102 DataSet(
const hid_t existing_id);
105 virtual hid_t getId()
const;
117 virtual hid_t p_get_type()
const;
120 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;
121 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;
124 #ifndef DOXYGEN_SHOULD_SKIP_THIS
126 virtual void p_setId(
const hid_t new_id);
127 #endif // DOXYGEN_SHOULD_SKIP_THIS
129 #ifndef H5_NO_NAMESPACE
132 #endif // __H5DataSet_H
Class DataSpace operates on HDF5 dataspaces.
Definition: H5DataSpace.h:25
static const DataSpace ALL
Constant for default dataspace.
Definition: H5DataSpace.h:28
Class Attribute operates on HDF5 attributes.
Definition: H5Attribute.h:32
Class DSetCreatPropList represents the dataset creation property list.
Definition: H5DcreatProp.h:31
Class DataType provides generic operations on HDF5 datatypes.
Definition: H5DataType.h:34
Class H5Object is a bridge between H5Location and DataSet, DataType, and Group.
Definition: H5Object.h:47
H5Location is an abstract base class, added in version 1.8.12.
Definition: H5Location.h:49
virtual H5std_string fromClass() const
Returns this class name.
Definition: H5DataSet.h:89
AbstractDs is an abstract base class, inherited by Attribute and DataSet.
Definition: H5AbstractDs.h:39
Class DataSet operates on HDF5 datasets.
Definition: H5DataSet.h:31
Class DSetMemXferPropList represents the dataset memory and transfer property list.
Definition: H5DxferProp.h:31
static const DSetMemXferPropList DEFAULT
Constant for default dataset memory and transfer property list.
Definition: H5DxferProp.h:33