From 614bbec1c7e9fb0a5c1eda17087848b279acf551 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Thu, 23 Jun 2005 15:44:53 -0500 Subject: [svn-r10974] Purpose: Added new section for High-level HDF5 APIS. Added links to HDF5 High-Level API reference pages to nav bar. Added quick-links bar for High-level APIs Main HDF5 Library, including Low-level APIs Fortran and C++ Interfaces Added "Main HDF5 Library, including Low-level APIs" heading. There had previously been no comparable heading. Platforms tested: Firefox --- doc/html/RM_H5Front.html | 234 +++++++++++++++++++++++++++++++++++++---------- 1 file changed, 186 insertions(+), 48 deletions(-) diff --git a/doc/html/RM_H5Front.html b/doc/html/RM_H5Front.html index fa588df..53e6e1b 100644 --- a/doc/html/RM_H5Front.html +++ b/doc/html/RM_H5Front.html @@ -48,6 +48,11 @@ HDF5 API Specification And in this document, the HDF5 Reference Manual  
+H5IM   +H5LT   +H5PT   +H5TB   +
H5   H5A   H5D   @@ -80,62 +85,192 @@ document.writeln("See below for the FORTRAN90 and C+ --> - +

- +
+ + + + + +
High-level APIsMain HDF5 Library, +
including Low-level APIs
Fortran and C++ +
Interfaces
+
+
+
-Library Functions -     The general-purpose H5 functions. - -Attribute Interface - The H5A API for attributes. - -Dataset Interface - The H5D API for manipulating scientific datasets. - -Error Interface - The H5E API for error handling. - -File Interface - The H5F API for accessing HDF files. - -Group Interface - The H5G API for creating physical groups of objects on disk. - -Identifier Interface - The H5I API for working with object identifiers. - -Property List Interface - The H5P API for manipulating object property lists. - -Reference Interface - The H5R API for references. - -Dataspace Interface - The H5S API for defining dataset dataspace. - -Datatype Interface - The H5T API for defining dataset element information. - -Filters and
-   Compression Interface - The H5Z API for inline data filters and data compression. - -Tools - Interactive tools for the examination of existing HDF5 files. - -Predefined Datatypes - Predefined datatypes in HDF5. + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

High-level HDF5 APIs

+ The HDF5 Library includes several sets of convenience and + standard-use APIs. + The HDF5 Lite APIs are convenience functions designed to + facilitate common HDF5 operations. + The HDF5 Image, HDF5 Table and HDF5 Packet Table APIs + implement standardized approaches to common use cases + with the intention of improving interoperability. +
 Lite    The H5LT + API general higher-level functions
 Image The H5IM API for images
 Table The H5TB API for manipulating + table datasets 
  + Packet Table +  The H5PT API for managing packet tables (and C++ H5PT wrappers) +
  + Dimension Scales The H5DS API for managing dimension scales 
    
+

Main HDF5 Library, or Low-level APIs

+ The main HDF5 Library includes all of the low-level APIs, + providing user applications with fine-grain control of + HDF5 functionality. +
 Library Functions    The general-purpose + H5 functions.
 Attribute Interface The H5A API for attributes.
 Dataset Interface The H5D API for manipulating + scientific datasets.
 Error Interface The H5E API for error handling.
 File Interface The H5F API for accessing HDF files.
 Group Interface The H5G API for creating physical + groups of objects on disk.
 Identifier Interface The H5I API for working with + object identifiers.
 Property List Interface The H5P API for manipulating + object property lists.
 Reference Interface The H5R API for references.
 Dataspace Interface The H5S API for defining dataset + dataspace.
 Datatype Interface The H5T API for defining dataset + element information.
 Filters and
+   Compression Interface
 The H5Z API for inline data filters + and data compression.
 Tools Interactive tools for the examination + of existing HDF5 files.
 Predefined Datatypes Predefined datatypes in HDF5. -
@@ -224,6 +359,11 @@ which are described in the following documents. And in this document, the HDF5 Reference Manual  
+H5IM   +H5LT   +H5PT   +H5TB   +
H5   H5A   H5D   @@ -251,7 +391,7 @@ And in this document, the Describes HDF5 Release 1.7, the unreleased development branch; working toward HDF5 Release 1.8.0 @@ -267,5 +407,3 @@ document.writeln("Copyright  "); - - -- cgit v0.12