Hdf4File Class Reference

The HDF File is provided as an abstraction of the structure of the HDF File on disk without requiring the HDF libraries installed. More...

#include <Hdf4File.h>

Inheritance diagram for Hdf4File:

Inheritance graph

List of all members.

Public Member Functions

 Hdf4File (const std::string &name)
 ~Hdf4File ()
virtual Hdf4GroupgetRootGroup () const


Detailed Description

The HDF File is provided as an abstraction of the structure of the HDF File on disk without requiring the HDF libraries installed.

Definition at line 25 of file Hdf4File.h.


Constructor & Destructor Documentation

Hdf4File::Hdf4File ( const std::string &  name  )  [explicit]

Creates an Hdf4File with a given filename.

Parameters:
name The name of the HDF file on disk.

Hdf4File::~Hdf4File (  ) 

Destroys the Hdf4File object.


Member Function Documentation

virtual Hdf4Group* Hdf4File::getRootGroup (  )  const [virtual]

Returns a pointer to the file's 'root group' object.

Returns:
A pointer to the Hdf4File's root group object. Cannot be NULL.


Software Development Kit - Opticks 4.9.0 Build 16218