1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/R6Classes_H5P.R
\docType{class}
\name{H5P_DATASET_XFER-class}
\alias{H5P_DATASET_XFER-class}
\alias{H5P_DATASET_XFER}
\title{Class for HDF5 property list for dataset transfer}
\value{
Object of class \code{\link[=H5P_DATASET_XFER]{H5P_DATASET_XFER}}.
}
\description{
It inherits all functions of the \code{\link{H5P}}.
}
\section{Methods}{
\describe{
\item{\code{new(id = NULL)}}{
Create a new class of type \code{\link{H5P_DATASET_XFER}}
\strong{Parameters}
\describe{
\item{id}{Internal use only}
}}
\item{\code{set_buffer(size = 2^20)}}{
This function implements the HDF5-API function H5Pset_buffer.
Please see the documentation at \url{https://portal.hdfgroup.org/display/HDF5/H5P_SET_BUFFER} for details.}
\item{\code{set_edc_check(check = h5const$H5Z_ENABLE_EDC)}}{
This function implements the HDF5-API function H5Pset_edc_check.
Please see the documentation at \url{https://portal.hdfgroup.org/display/HDF5/H5P_SET_EDC_CHECK} for details.}
\item{\code{get_edc_check()}}{
This function implements the HDF5-API function H5Pget_edc_check.
Please see the documentation at \url{https://portal.hdfgroup.org/display/HDF5/H5P_GET_EDC_CHECK} for details.}
\item{\code{set_hyper_vector_size(size = 2^10)}}{
This function implements the HDF5-API function H5Pset_hyper_vector_size.
Please see the documentation at \url{https://portal.hdfgroup.org/display/HDF5/H5P_SET_HYPER_VECTOR_SIZE} for details.}
\item{\code{get_hyper_vector_size()}}{
This function implements the HDF5-API function H5Pget_hyper_vector_size.
Please see the documentation at \url{https://portal.hdfgroup.org/display/HDF5/H5P_GET_HYPER_VECTOR_SIZE} for details.}
\item{\code{set_btree_ratios(left, middle, right)}}{
This function implements the HDF5-API function H5Pset_btree_ratios.
Please see the documentation at \url{https://portal.hdfgroup.org/display/HDF5/H5P_SET_BTREE_RATIOS} for details.}
\item{\code{get_btree_ratios()}}{
This function implements the HDF5-API function H5Pget_btree_ratios.
Please see the documentation at \url{https://portal.hdfgroup.org/display/HDF5/H5P_GET_BTREE_RATIOS} for details.}
}}
\seealso{
\code{\link[=H5P]{H5P}}
}
\author{
Holger Hoefling
}
|