Chemical Data Processing Library Python API - Version 1.1.1
Public Member Functions | List of all members
CDPL.Grid.CDFGZDRegularGridSetOutputHandler Class Reference

A handler for the output of gzip-compressed spatial regular grid set data in the native I/O format of the CDPL. More...

+ Inheritance diagram for CDPL.Grid.CDFGZDRegularGridSetOutputHandler:

Public Member Functions

None __init__ ()
 Initializes the CDFGZDRegularGridSetOutputHandler instance.
 
- Public Member Functions inherited from CDPL.Grid.DRegularGridSetOutputHandler
int getObjectID ()
 Returns the numeric identifier (ID) of the wrapped C++ class instance. More...
 
Base.DataFormat getDataFormat ()
 Returns a Base.DataFormat object that provides information about the handled output data format. More...
 
DRegularGridSetWriterBase createWriter (Base.IOStream ios)
 Creates a DRegularGridSetWriterBase instance that will write the data to the I/O stream ios. More...
 
DRegularGridSetWriterBase createWriter (str file_name, OpenMode mode=Base.IOStream.OpenMode(60))
 Creates a DRegularGridSetWriterBase instance that will write the data to the file specified by file_name. More...
 

Additional Inherited Members

- Properties inherited from CDPL.Grid.DRegularGridSetOutputHandler
 objectID = property(getObjectID)
 

Detailed Description

A handler for the output of gzip-compressed spatial regular grid set data in the native I/O format of the CDPL.