Module HDFhandler :: Class HDFfile
[hide private]
[frames] | no frames]

Class HDFfile

source code

This class loads an HDF file in a Python file object and uses an XML tag from the map file to extract and reconstruct that object. The method linearizeDataSpace is used to put all the possible parts together.

Instance Methods [hide private]
 
__init__(self, hdf_fileName)
Constructor
source code
 
linearizeDataSpace(self, node, type)
The function will put together all the chunks/blocks/cubes of a data structure into a linear buffer the parameter "node" has to be an XML tag with the necessary information about how the object is stored in the HDF file.
source code