# Interface definition for thorn IOHDF5Util # $Header$ implements: IOHDF5Util inherits: IO, Hyperslab CCTK_INT FUNCTION Hyperslab_Get CCTK_POINTER_TO_CONST cctkGH, \ CCTK_INT mapping_handle, \ CCTK_INT proc, \ CCTK_INT vindex, \ CCTK_INT timelevel, \ CCTK_INT hdatatype, \ CCTK_POINTER hdata CCTK_INT FUNCTION Hyperslab_DefineLocalMappingByIndex CCTK_POINTER_TO_CONST cctkGH, \ CCTK_INT vindex, \ CCTK_INT hdim, \ const CCTK_INT *direction, \ const CCTK_INT *origin, \ const CCTK_INT *extent, \ const CCTK_INT *downsample, \ CCTK_INT table_handle, \ CCTK_FPOINTER conversion_fn, \ CCTK_INT *hsize_local, \ CCTK_INT *hsize_global, \ CCTK_INT *hoffset_global CCTK_INT FUNCTION Hyperslab_FreeMapping CCTK_INT mapping_handle USES FUNCTION Hyperslab_Get USES FUNCTION Hyperslab_DefineLocalMappingByIndex USES FUNCTION Hyperslab_FreeMapping