It inherits all functions of the H5P
.
Object of class H5P_DATASET_CREATE
.
new(id = NULL)
Create a new class of type H5P_DATASET_CREATE
Parameters
Internal use only
set_layout(layout = h5const$H5D_CHUNKED)
This function implements the HDF5-API function H5Pset_layout. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_SET_LAYOUT for details.
get_layout()
This function implements the HDF5-API function H5Pget_layout. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_GET_LAYOUT for details.
set_chunk(chunk)
This function implements the HDF5-API function H5Pset_chunk. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_SET_CHUNK for details.
get_chunk(max_ndims)
This function implements the HDF5-API function H5Pget_chunk. If the layout is not chunked, returns NA. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_GET_CHUNK for details.
set_deflate(level)
This function implements the HDF5-API function H5Pset_deflate. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_SET_DEFLATE for details.
set_fill_value(dtype, value)
This function implements the HDF5-API function H5Pset_fill_value. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_SET_FILL_VALUE for details.
get_fill_value(dtype)
This function implements the HDF5-API function H5Pget_fill_value. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_GET_FILL_VALUE for details.
set_fill_time(fill_time = h5const$H5D_FILL_TIME_IFSET)
This function implements the HDF5-API function H5Pset_fill_time. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_SET_FILL_TIME for details.
get_fill_time()
This function implements the HDF5-API function H5Pget_fill_time. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_GET_FILL_TIME for details.
set_alloc_time(alloc_time = h5const$H5D_ALLOC_TIME_DEFAULT)
This function implements the HDF5-API function H5Pset_alloc_time. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_SET_ALLOC_TIME for details.
get_alloc_time()
This function implements the HDF5-API function H5Pget_alloc_time. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_GET_ALLOC_TIME for details.
set_filter(filter = h5const$H5Z_FILTER_DEFLATE,
flags = h5const$H5Z_FLAG_OPTIONAL, cd_values = integer(0))
This function implements the HDF5-API function H5Pset_filter. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_SET_FILTER for details.
all_filters_avail()
This function implements the HDF5-API function H5Pall_filters_avail. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_ALL_FILTERS_AVAIL for details.
get_nfilters()
This function implements the HDF5-API function H5Pget_nfilters. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_GET_NFILTERS for details.
get_filter(idx)
This function implements the HDF5-API function H5Pget_filter2. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_GET_FILTER2 for details.
modify_filter(filter = h5const$H5Z_FILTER_DEFLATE,
flags = h5const$H5Z_FLAG_OPTIONAL, cd_values = integer(0))
This function implements the HDF5-API function H5Pmodify_filter. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_MODIFY_FILTER for details.
remove_filter(filter = h5const$H5Z_FILTER_ALL)
This function implements the HDF5-API function H5Premove_filter. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_REMOVE_FILTER for details.
set_fletcher32()
This function implements the HDF5-API function H5Pset_fletcher32. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_SET_FLETCHER32 for details.
set_nbit()
This function implements the HDF5-API function H5Pset_nbit. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_SET_NBIT for details.
set_scaleoffset(scale_type = h5const$H5Z_SO_FLOAT_DSCALE,
scale_factor = 0)
This function implements the HDF5-API function H5Pset_scaleoffset. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_SET_SCALEOFFSET for details.
set_shuffle()
This function implements the HDF5-API function H5Pset_shuffle. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_SET_SHUFFLE for details.
set_szip()
This function implements the HDF5-API function H5Pset_szip. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_SET_SZIP for details.
set_external(filename, offset, size)
This function implements the HDF5-API function H5Pset_external. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_SET_EXTERNAL for details.
get_external_count()
This function implements the HDF5-API function H5Pget_external_count. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_GET_EXTERNAL_COUNT for details.
get_external(idx)
This function implements the HDF5-API function H5Pget_external. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5P_GET_EXTERNAL for details.