HDF5Object.copy
void copy(hid_t srcLoc, string srcName, hid_t dstLoc, string dstName,
hid_t ocpypl = H5P_DEFAULT, hid_t lcpl = H5P_DEFAULT)Copies an object from one location to another.
Parameters
srcLoc | Source location identifier |
srcName | Name of the source object |
dstLoc | Destination location identifier |
dstName | Name for the destination object |
ocpypl | Object copy property list (default: H5P_DEFAULT) |
lcpl | Link creation property list (default: H5P_DEFAULT) |
Throws
HDF5Exception if copying fails.