Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5S_GET_SELECT_HYPER_NBLOCKS

Get number of hyperslab blocks

Procedure:

H5S_GET_SELECT_HYPER_NBLOCKS ( space_id )

Signature:

hssize_t H5Sget_select_hyper_nblocks(
        hid_t space_id
        )

Fortran90 Interface: h5sget_select_hyper_nblocks_f
    
SUBROUTINE h5sget_select_hyper_nblocks_f(space_id, num_blocks, hdferr) 
  IMPLICIT NONE
  INTEGER(HID_T), INTENT(IN) :: space_id         ! Dataspace identifier
  INTEGER(HSSIZE_T), INTENT(OUT) :: num_blocks   ! Number of hyperslab blocks in 
                                                 ! current hyperslab selection
  INTEGER, INTENT(OUT) :: hdferr                 ! Error code
END SUBROUTINE h5sget_select_hyper_nblocks_f

Parameters:

hid_t space_id     IN: Identifier of dataspace to query

Description:

H5S_GET_SELECT_HYPER_NBLOCKS returns the number of hyperslab blocks in the current dataspace selection.

Returns:

Returns the number of hyperslab blocks in the current dataspace selection if successful. Otherwise returns a negative value.

Example:

Include Bitbucket Server for Confluence: An error occured

Connection to Bitbucket Server could not be established. Verify that you have properly configured the Bitbucket Server application link for your Confluence space and that your Bitbucket Server instance is up and running. Error details: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

Coming Soon!

History:

None

--- Last Modified: September 27, 2018 | 11:31 AM