[svn-r7132]
Purpose:
Update h5pset_szip_f options mask.
Description:
h5pset_szip_f: Updated list of valid szip option values.
Deleted 2, added 3 and notation "or the sum of any combination".
Added example and note regarding mutually-exclusive options.
Platforms tested:
IE 5
This commit is contained in:
@@ -2578,12 +2578,19 @@ FORTRAN Property List API -- h5p
|
||||
INTEGER(HID_T), INTENT(IN) :: prp_id ! Dataset creation property
|
||||
! list identifier
|
||||
INTEGER, INTENT(IN) :: options_mask ! A bit-mask conveying the
|
||||
! desired szip options
|
||||
! Current possible values
|
||||
! in Fortran:
|
||||
! H5_SZIP_RAW_OM_F
|
||||
! desired SZIP options.
|
||||
! Current valid values
|
||||
! in Fortran are:
|
||||
! H5_SZIP_AK13_OM_F
|
||||
! H5_SZIP_CHIP_OM_F
|
||||
! H5_SZIP_EC_OM_F
|
||||
! H5_SZIP_NN_OM_F
|
||||
! H5_SZIP_RAWORNN_OM_F
|
||||
! Or the sum of any combination
|
||||
! of the above, e.g.,
|
||||
! (H5_SZIP_AK13_OM_F + H5_SZIP_NN_OM_F).
|
||||
! Check C reference manual
|
||||
! regarding mutually-exclusive
|
||||
! options.
|
||||
INTEGER, INTENT(IN) :: pixels_per_block ! The number of pixels or data
|
||||
! elements in each data block
|
||||
INTEGER, INTENT(OUT) :: hdferr ! Error code
|
||||
@@ -2730,7 +2737,7 @@ FORTRAN Property List API -- h5p
|
||||
Describes HDF5 Release 1.5, Unreleased Development Branch
|
||||
</address><!-- #EndLibraryItem -->
|
||||
|
||||
Last modified: 6 June 2003
|
||||
Last modified: 1 July 2003
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user