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

A handler for the output of regular spatial grid data in the Gaussian CUBE [CUBE] format. More...

+ Inheritance diagram for CDPL.Grid.CUBEDRegularGridOutputHandler:

Public Member Functions

None __init__ ()
 Initializes the CUBEDRegularGridOutputHandler instance.
 
- Public Member Functions inherited from CDPL.Grid.DRegularGridOutputHandler
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...
 
DRegularGridWriterBase createWriter (Base.OStream os)
 Creates a DRegularGridWriterBase instance that will write the data to the output stream os. More...
 
DRegularGridWriterBase createWriter (str file_name, OpenMode mode=Base.IOStream.OpenMode(60))
 Creates a DRegularGridWriterBase instance that will write the data to the file specified by file_name. More...
 

Additional Inherited Members

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

Detailed Description

A handler for the output of regular spatial grid data in the Gaussian CUBE [CUBE] format.

Since
1.4