H5Part
1.6.6
|
INTEGER*8 function h5bl_3d_read_3dvector_field_i4 | ( | INTEGER*8, intent(in) | filehandle, |
CHARACTER(LEN=*), intent(in) | name, | ||
INTEGER*4, dimension(*), intent(out) | x, | ||
INTEGER*4, dimension(*), intent(out) | y, | ||
INTEGER*4, dimension(*), intent(out) | z | ||
) |
See H5Block3dRead3dVectorFieldInt32.
[in] | filehandle | the handle returned at file open |
[in] | name | the name of the dataset |
[out] | x | buffer to read the x data into |
[out] | y | buffer to read the y data into |
[out] | z | buffer to read the z data into |
INTEGER*8 function h5bl_3d_read_3dvector_field_i8 | ( | INTEGER*8, intent(in) | filehandle, |
CHARACTER(LEN=*), intent(in) | name, | ||
INTEGER*8, dimension(*), intent(out) | x, | ||
INTEGER*8, dimension(*), intent(out) | y, | ||
INTEGER*8, dimension(*), intent(out) | z | ||
) |
See H5Block3dRead3dVectorFieldInt64.
[in] | filehandle | the handle returned at file open |
[in] | name | the name of the dataset |
[out] | x | buffer to read the x data into |
[out] | y | buffer to read the y data into |
[out] | z | buffer to read the z data into |
INTEGER*8 function h5bl_3d_read_3dvector_field_r4 | ( | INTEGER*8, intent(in) | filehandle, |
CHARACTER(LEN=*), intent(in) | name, | ||
REAL*4, dimension(*), intent(out) | x, | ||
REAL*4, dimension(*), intent(out) | y, | ||
REAL*4, dimension(*), intent(out) | z | ||
) |
See H5Block3dRead3dVectorFieldFloat32.
[in] | filehandle | the handle returned at file open |
[in] | name | the name of the dataset |
[out] | x | buffer to read the x data into |
[out] | y | buffer to read the y data into |
[out] | z | buffer to read the z data into |
INTEGER*8 function h5bl_3d_read_3dvector_field_r8 | ( | INTEGER*8, intent(in) | filehandle, |
CHARACTER(LEN=*), intent(in) | name, | ||
REAL*8, dimension(*), intent(out) | x, | ||
REAL*8, dimension(*), intent(out) | y, | ||
REAL*8, dimension(*), intent(out) | z | ||
) |
See H5Block3dRead3dVectorFieldFloat64.
[in] | filehandle | the handle returned at file open |
[in] | name | the name of the dataset |
[out] | x | buffer to read the x data into |
[out] | y | buffer to read the y data into |
[out] | z | buffer to read the z data into |
INTEGER*8 function h5bl_3d_read_scalar_field_i4 | ( | INTEGER*8, intent(in) | filehandle, |
CHARACTER(LEN=*), intent(in) | name, | ||
INTEGER*4, dimension(*), intent(out) | data | ||
) |
See H5Block3dReadScalarFieldInt32.
[in] | filehandle | the handle returned at file open |
[in] | name | the name of the dataset |
[out] | data | buffer to read the data into |
INTEGER*8 function h5bl_3d_read_scalar_field_i8 | ( | INTEGER*8, intent(in) | filehandle, |
CHARACTER(LEN=*), intent(in) | name, | ||
INTEGER*8, dimension(*), intent(out) | data | ||
) |
See H5Block3dReadScalarFieldInt64.
[in] | filehandle | the handle returned at file open |
[in] | name | the name of the dataset |
[out] | data | buffer to read the data into |
INTEGER*8 function h5bl_3d_read_scalar_field_r4 | ( | INTEGER*8, intent(in) | filehandle, |
CHARACTER(LEN=*), intent(in) | name, | ||
REAL*4, dimension(*), intent(out) | data | ||
) |
See H5Block3dReadScalarFieldFloat32.
[in] | filehandle | the handle returned at file open |
[in] | name | the name of the dataset |
[out] | data | buffer to read the data into |
INTEGER*8 function h5bl_3d_read_scalar_field_r8 | ( | INTEGER*8, intent(in) | filehandle, |
CHARACTER(LEN=*), intent(in) | name, | ||
REAL*8, dimension(*), intent(out) | data | ||
) |
See H5Block3dReadScalarFieldFloat64.
[in] | filehandle | the handle returned at file open |
[in] | name | the name of the dataset |
[out] | data | buffer to read the data into |
INTEGER*8 function h5bl_3d_write_3dvector_field_i4 | ( | INTEGER*8, intent(in) | filehandle, |
CHARACTER(LEN=*), intent(in) | name, | ||
INTEGER*4, dimension(*), intent(in) | x, | ||
INTEGER*4, dimension(*), intent(in) | y, | ||
INTEGER*4, dimension(*), intent(in) | z | ||
) |
See H5Block3dWrite3dVectorFieldInt32.
[in] | filehandle | the handle returned at file open |
[in] | name | the name of the dataset |
[in] | x | the array of x data to write |
[in] | y | the array of y data to write |
[in] | z | the array of z data to write |
INTEGER*8 function h5bl_3d_write_3dvector_field_i8 | ( | INTEGER*8, intent(in) | filehandle, |
CHARACTER(LEN=*), intent(in) | name, | ||
INTEGER*8, dimension(*), intent(in) | x, | ||
INTEGER*8, dimension(*), intent(in) | y, | ||
INTEGER*8, dimension(*), intent(in) | z | ||
) |
See H5Block3dWrite3dVectorFieldInt64.
[in] | filehandle | the handle returned at file open |
[in] | name | the name of the dataset |
[in] | x | the array of x data to write |
[in] | y | the array of y data to write |
[in] | z | the array of z data to write |
INTEGER*8 function h5bl_3d_write_3dvector_field_r4 | ( | INTEGER*8, intent(in) | filehandle, |
CHARACTER(LEN=*), intent(in) | name, | ||
REAL*4, dimension(*), intent(in) | x, | ||
REAL*4, dimension(*), intent(in) | y, | ||
REAL*4, dimension(*), intent(in) | z | ||
) |
See H5Block3dWrite3dVectorFieldFloat32.
[in] | filehandle | the handle returned at file open |
[in] | name | the name of the dataset |
[in] | x | the array of x data to write |
[in] | y | the array of y data to write |
[in] | z | the array of z data to write |
INTEGER*8 function h5bl_3d_write_3dvector_field_r8 | ( | INTEGER*8, intent(in) | filehandle, |
CHARACTER(LEN=*), intent(in) | name, | ||
REAL*8, dimension(*), intent(in) | x, | ||
REAL*8, dimension(*), intent(in) | y, | ||
REAL*8, dimension(*), intent(in) | z | ||
) |
See H5Block3dWrite3dVectorFieldFloat64.
[in] | filehandle | the handle returned at file open |
[in] | name | the name of the dataset |
[in] | x | the array of x data to write |
[in] | y | the array of y data to write |
[in] | z | the array of z data to write |
INTEGER*8 function h5bl_3d_write_scalar_field_i4 | ( | INTEGER*8, intent(in) | filehandle, |
CHARACTER(LEN=*), intent(in) | name, | ||
INTEGER*4, dimension(*), intent(in) | data | ||
) |
See H5Block3dWriteScalarFieldInt32.
[in] | filehandle | the handle returned at file open |
[in] | name | the name of the dataset |
[in] | data | the array of data |
INTEGER*8 function h5bl_3d_write_scalar_field_i8 | ( | INTEGER*8, intent(in) | filehandle, |
CHARACTER(LEN=*), intent(in) | name, | ||
INTEGER*8, dimension(*), intent(in) | data | ||
) |
See H5Block3dWriteScalarFieldInt64.
[in] | filehandle | the handle returned at file open |
[in] | name | the name of the dataset |
[in] | data | the array of data |
INTEGER*8 function h5bl_3d_write_scalar_field_r4 | ( | INTEGER*8, intent(in) | filehandle, |
CHARACTER(LEN=*), intent(in) | name, | ||
REAL*4, dimension(*), intent(in) | data | ||
) |
See H5Block3dWriteScalarFieldFloat32.
[in] | filehandle | the handle returned at file open |
[in] | name | the name of the dataset |
[in] | data | the array of data |
INTEGER*8 function h5bl_3d_write_scalar_field_r8 | ( | INTEGER*8, intent(in) | filehandle, |
CHARACTER(LEN=*), intent(in) | name, | ||
REAL*8, dimension(*), intent(in) | data | ||
) |
See H5Block3dWriteScalarFieldFloat64.
[in] | filehandle | the handle returned at file open |
[in] | name | the name of the dataset |
[in] | data | the array of data |