Home
last modified time | relevance | path

Searched refs:fspc_id (Results 1 – 8 of 8) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MINC/src/libminc/libsrc2/
H A Dslice.c43 hid_t fspc_id; in mirw_slice_minmax() local
67 fspc_id = H5Dget_space ( dset_id ); in mirw_slice_minmax()
68 if ( fspc_id < 0 ) { in mirw_slice_minmax()
72 ndims = H5Sget_simple_extent_ndims ( fspc_id ); in mirw_slice_minmax()
101 result = H5Dread ( dset_id, H5T_NATIVE_DOUBLE, mspc_id, fspc_id, in mirw_slice_minmax()
109 H5Sclose ( fspc_id ); in mirw_slice_minmax()
247 hid_t fspc_id; in mirw_volume_minmax() local
272 fspc_id = H5Dget_space ( dset_id ); in mirw_volume_minmax()
273 if ( fspc_id < 0 ) { in mirw_volume_minmax()
279 if ( H5Sget_simple_extent_ndims ( fspc_id ) != 0 ) { in mirw_volume_minmax()
[all …]
H A Dhyper.c180 hid_t fspc_id = -1; in mirw_hyperslab_raw() local
210 if (fspc_id < 0) { in mirw_hyperslab_raw()
315 if (fspc_id >= 0) { in mirw_hyperslab_raw()
316 H5Sclose(fspc_id); in mirw_hyperslab_raw()
377 hid_t fspc_id = -1; in mirw_hyperslab_icv() local
422 if (fspc_id < 0) { in mirw_hyperslab_icv()
773 if (fspc_id >= 0) { in mirw_hyperslab_icv()
774 H5Sclose(fspc_id); in mirw_hyperslab_icv()
858 hid_t fspc_id = -1; in mirw_hyperslab_normalized() local
905 if (fspc_id < 0) { in mirw_hyperslab_normalized()
[all …]
H A Dvolume.c466 hid_t fspc_id; in micreate_volume() local
748 MI_CHECK_HDF_CALL_RET(fspc_id = H5Dget_space(dataset_id),"H5Dget_space") in micreate_volume()
754 fspc_id, H5P_DEFAULT, dimensions[i]->offsets),"H5Dwrite") in micreate_volume()
768 MI_CHECK_HDF_CALL_RET(fspc_id = H5Dget_space(dataset_width),"H5Dget_space") in micreate_volume()
773 …LL_RET(status = H5Dwrite(dataset_width, H5T_NATIVE_DOUBLE, dataspace_id, fspc_id, H5P_DEFAULT, dim… in micreate_volume()
1049 hid_t fspc_id; in miget_volume_voxel_count() local
1065 MI_CHECK_HDF_CALL_RET(fspc_id = H5Dget_space(dset_id),"H5Dget_space"); in miget_volume_voxel_count()
1069 *number_of_voxels = (misize_t) H5Sget_simple_extent_npoints(fspc_id); in miget_volume_voxel_count()
1071 H5Sclose(fspc_id); in miget_volume_voxel_count()
/dports/science/minc2/minc-release-2.2.00/libsrc2/
H A Dslice.c40 hid_t fspc_id; in mirw_slice_minmax() local
65 fspc_id = H5Dget_space(dset_id); in mirw_slice_minmax()
66 if (fspc_id < 0) { in mirw_slice_minmax()
70 ndims = H5Sget_simple_extent_ndims(fspc_id); in mirw_slice_minmax()
86 result = H5Sselect_elements(fspc_id, H5S_SELECT_SET, 1, in mirw_slice_minmax()
109 H5Sclose(fspc_id); in mirw_slice_minmax()
253 hid_t fspc_id; in mirw_volume_minmax() local
280 fspc_id = H5Dget_space(dset_id); in mirw_volume_minmax()
281 if (fspc_id < 0) { in mirw_volume_minmax()
287 if (H5Sget_simple_extent_ndims(fspc_id) != 0) { in mirw_volume_minmax()
[all …]
H A Dhyper.c381 hid_t fspc_id = -1; in mirw_hyperslab_raw() local
402 fspc_id = H5Dget_space(dset_id); in mirw_hyperslab_raw()
403 if (fspc_id < 0) { in mirw_hyperslab_raw()
437 result = H5Sselect_hyperslab(fspc_id, H5S_SELECT_SET, hdf_start, NULL, in mirw_hyperslab_raw()
444 result = H5Dread(dset_id, type_id, mspc_id, fspc_id, H5P_DEFAULT, in mirw_hyperslab_raw()
484 result = H5Dwrite(dset_id, type_id, mspc_id, fspc_id, H5P_DEFAULT, in mirw_hyperslab_raw()
496 if (fspc_id >= 0) { in mirw_hyperslab_raw()
497 H5Sclose(fspc_id); in mirw_hyperslab_raw()
H A Dvolume.c236 hid_t fspc_id; in micreate_volume() local
500 fspc_id = H5Dget_space(dataset_id); in micreate_volume()
501 if (fspc_id < 0) { in micreate_volume()
508 fspc_id, H5P_DEFAULT, dimensions[i]->offsets); in micreate_volume()
524 fspc_id = H5Dget_space(dataset_width); in micreate_volume()
525 if (fspc_id < 0) { in micreate_volume()
787 hid_t fspc_id; in miget_volume_voxel_count() local
805 fspc_id = H5Dget_space(dset_id); in miget_volume_voxel_count()
806 if (fspc_id < 0) { in miget_volume_voxel_count()
812 *number_of_voxels = (int) H5Sget_simple_extent_npoints(fspc_id); in miget_volume_voxel_count()
[all …]
/dports/science/minc2/minc-release-2.2.00/libsrc/
H A Dhdf_convenience.c30 hid_t fspc_id; member
128 H5Sclose(tmp->fspc_id); in hdf_id_del()
188 new->fspc_id = H5Dget_space(new->dset_id); in hdf_var_add()
1117 H5Sclose(var->fspc_id); in hdf_attput()
1458 int fspc_id = -1; in hdf_varget() local
1486 fspc_id = var->fspc_id; in hdf_varget()
1570 int fspc_id = -1; in hdf_varputg() local
1583 fspc_id = varp->fspc_id; in hdf_varputg()
1585 mspc_id = H5Scopy(fspc_id); in hdf_varputg()
1903 int fspc_id; in hdf_varput() local
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MINC/src/libminc/libsrc/
H A Dhdf_convenience.c38 hid_t fspc_id; member
141 H5Sclose(tmp->fspc_id); in hdf_id_del()
202 new->fspc_id = H5Dget_space(new->dset_id); in hdf_var_add()
1130 H5Sclose(var->fspc_id); in hdf_attput()
1484 hid_t fspc_id = -1; in hdf_varget() local
1512 fspc_id = var->fspc_id; in hdf_varget()
1596 hid_t fspc_id = -1; in hdf_varputg() local
1609 fspc_id = varp->fspc_id; in hdf_varputg()
1611 mspc_id = H5Scopy(fspc_id); in hdf_varputg()
1929 hid_t fspc_id; in hdf_varput() local
[all …]