![]() |
Chemical Data Processing Library Python API - Version 1.4.0
|
Contains classes and functions related to grid based data representation and processing. More...
Classes | |
| class | AttributedGrid |
| Abstract base class for grid types that also carry generic key/value properties. More... | |
| class | AttributedGridProperty |
| Provides keys for built-in Grid.AttributedGrid properties. More... | |
| class | AttributedGridPropertyDefault |
| Provides default values for built-in Grid.AttributedGrid properties. More... | |
| class | CDFBZ2DRegularGridInputHandler |
| A handler for the input of bzip2-compressed regular spatial grid data in the native I/O format of the CDPL. More... | |
| class | CDFBZ2DRegularGridOutputHandler |
| A handler for the output of bzip2-compressed regular spatial grid data in the native I/O format of the CDPL. More... | |
| class | CDFBZ2DRegularGridReader |
| class | CDFBZ2DRegularGridSetInputHandler |
| A handler for the input of bzip2-compressed regular spatial grid set data in the native I/O format of the CDPL. More... | |
| class | CDFBZ2DRegularGridSetOutputHandler |
| A handler for the output of bzip2-compressed regular spatial grid set data in the native I/O format of the CDPL. More... | |
| class | CDFBZ2DRegularGridSetReader |
| class | CDFBZ2DRegularGridSetWriter |
| class | CDFBZ2DRegularGridWriter |
| class | CDFDRegularGridInputHandler |
| A handler for the input of regular spatial grid data in the native I/O format of the CDPL. More... | |
| class | CDFDRegularGridOutputHandler |
| A handler for the output of regular spatial grid data in the native I/O format of the CDPL. More... | |
| class | CDFDRegularGridReader |
| A reader for regular spatial grid data in the native I/O format of the CDPL. More... | |
| class | CDFDRegularGridSetInputHandler |
| A handler for the input of regular spatial grid set data in the native I/O format of the CDPL. More... | |
| class | CDFDRegularGridSetOutputHandler |
| A handler for the output of regular spatial grid set data in the native I/O format of the CDPL. More... | |
| class | CDFDRegularGridSetReader |
| A reader for regular spatial grid set data in the native I/O format of the CDPL. More... | |
| class | CDFDRegularGridSetWriter |
| A writer for regular spatial grid set data in the native I/O format of the CDPL. More... | |
| class | CDFDRegularGridWriter |
| A writer for regular spatial grid data in the native I/O format of the CDPL. More... | |
| class | CDFGZDRegularGridInputHandler |
| A handler for the input of gzip-compressed regular spatial grid data in the native I/O format of the CDPL. More... | |
| class | CDFGZDRegularGridOutputHandler |
| A handler for the output of gzip-compressed regular spatial grid data in the native I/O format of the CDPL. More... | |
| class | CDFGZDRegularGridReader |
| class | CDFGZDRegularGridSetInputHandler |
| A handler for the input of gzip-compressed regular spatial grid set data in the native I/O format of the CDPL. More... | |
| class | CDFGZDRegularGridSetOutputHandler |
| A handler for the output of gzip-compressed regular spatial grid set data in the native I/O format of the CDPL. More... | |
| class | CDFGZDRegularGridSetReader |
| class | CDFGZDRegularGridSetWriter |
| class | CDFGZDRegularGridWriter |
| class | CUBEDRegularGridInputHandler |
| A handler for the input of regular spatial grid data in the Gaussian CUBEL [CUBE] format. More... | |
| class | CUBEDRegularGridOutputHandler |
| A handler for the output of regular spatial grid data in the Gaussian CUBE [CUBE] format. More... | |
| class | CUBEDRegularGridReader |
| A reader for regular spatial grid data in the Gaussian CUBE [CUBE] format. More... | |
| class | CUBEDRegularGridWriter |
| A writer for regular spatial grid data in the Gaussian CUBE [CUBE] format. More... | |
| class | CompoundDRegularGridReader |
| CompoundDataReader. More... | |
| class | CompoundDRegularGridSetReader |
| CompoundDataReader. More... | |
| class | ControlParameter |
| Provides keys for built-in control-parameters. More... | |
| class | ControlParameterDefault |
| Provides default values for built-in control-parameters. More... | |
| class | DRegularGrid |
| A regular 3D spatial grid storing double-precision floating-point values. More... | |
| class | DRegularGridIOManager |
| A singleton class that serves as a global registry for Grid.DRegularGridInputHandler and Grid.DRegularGridOutputHandler implementation instances. More... | |
| class | DRegularGridInputHandler |
| A factory interface providing methods for the creation of Grid.DRegularGridReaderBase instances for reading data provided in a particular storage format. More... | |
| class | DRegularGridOutputHandler |
| A factory interface providing methods for the creation of Grid.DRegularGridWriterBase instances for data output in a particular storage format. More... | |
| class | DRegularGridReader |
| Reader for grid data of type Grid.DRegularGrid in any supported format. More... | |
| class | DRegularGridReaderBase |
| An interface for reading data objects of type Grid.DRegularGrid from an arbitrary data source. More... | |
| class | DRegularGridSet |
| RegularGridSet. More... | |
| class | DRegularGridSetIOManager |
| A singleton class that serves as a global registry for Grid.DRegularGridSetInputHandler and Grid.DRegularGridSetOutputHandler implementation instances. More... | |
| class | DRegularGridSetInputHandler |
| A factory interface providing methods for the creation of Grid.DRegularGridSetReaderBase instances for reading data provided in a particular storage format. More... | |
| class | DRegularGridSetOutputHandler |
| A factory interface providing methods for the creation of Grid.DRegularGridSetWriterBase instances for data output in a particular storage format. More... | |
| class | DRegularGridSetReader |
| Reader for grid set data of type Grid.DRegularGridSet in any supported format. More... | |
| class | DRegularGridSetReaderBase |
| An interface for reading data objects of type Grid.DRegularGridSet from an arbitrary data source. More... | |
| class | DRegularGridSetWriter |
| Writer for grid set data of type Grid.DRegularGridSet in any supported format. More... | |
| class | DRegularGridSetWriterBase |
| An interface for writing data objects of type Grid.DRegularGridSet to an arbitrary data sink. More... | |
| class | DRegularGridWriter |
| Writer for grid data of type Grid.DRegularGrid in any supported format. More... | |
| class | DRegularGridWriterBase |
| An interface for writing data objects of type Grid.DRegularGrid to an arbitrary data sink. More... | |
| class | DSpatialGrid |
| SpatialGrid. More... | |
| class | DataFormat |
| Provides preinitialized Base.DataFormat objects for all supported data formats. More... | |
| class | FRegularGrid |
| A regular 3D spatial grid storing single-precision floating-point values. More... | |
| class | FRegularGridSet |
| RegularGridSet. More... | |
| class | FSpatialGrid |
| SpatialGrid. More... | |
| class | FileCDFBZ2DRegularGridReader |
| class | FileCDFBZ2DRegularGridSetReader |
| class | FileCDFBZ2DRegularGridSetWriter |
| class | FileCDFBZ2DRegularGridWriter |
| class | FileCDFDRegularGridReader |
| class | FileCDFDRegularGridSetReader |
| class | FileCDFDRegularGridSetWriter |
| class | FileCDFDRegularGridWriter |
| class | FileCDFGZDRegularGridReader |
| class | FileCDFGZDRegularGridSetReader |
| class | FileCDFGZDRegularGridSetWriter |
| class | FileCDFGZDRegularGridWriter |
| class | FileCUBEDRegularGridReader |
| class | FileCUBEDRegularGridWriter |
Contains classes and functions related to grid based data representation and processing.
| None CDPL.Grid.setComment | ( | AttributedGrid | grid, |
| str | comment | ||
| ) |
| grid | |
| comment |
| bool CDPL.Grid.hasComment | ( | AttributedGrid | grid | ) |
| grid |
| str CDPL.Grid.getComment | ( | AttributedGrid | grid | ) |
| grid |
| None CDPL.Grid.clearComment | ( | AttributedGrid | grid | ) |
| grid |
| None CDPL.Grid.setName | ( | AttributedGrid | grid, |
| str | name | ||
| ) |
| grid | |
| name |
| bool CDPL.Grid.hasName | ( | AttributedGrid | grid | ) |
| grid |
| str CDPL.Grid.getName | ( | AttributedGrid | grid | ) |
| grid |
| None CDPL.Grid.clearName | ( | AttributedGrid | grid | ) |
| grid |
| None CDPL.Grid.setCDFOutputSinglePrecisionFloatsParameter | ( | Base.ControlParameterContainer | cntnr, |
| bool | single_prec | ||
| ) |
| cntnr | |
| single_prec |
| bool CDPL.Grid.hasCDFOutputSinglePrecisionFloatsParameter | ( | Base.ControlParameterContainer | cntnr | ) |
| cntnr |
| bool CDPL.Grid.getCDFOutputSinglePrecisionFloatsParameter | ( | Base.ControlParameterContainer | cntnr | ) |
| cntnr |
| None CDPL.Grid.clearCDFOutputSinglePrecisionFloatsParameter | ( | Base.ControlParameterContainer | cntnr | ) |
| cntnr |
| None CDPL.Grid.setCUBECommentIsNameParameter | ( | Base.ControlParameterContainer | cntnr, |
| bool | is_name | ||
| ) |
| cntnr | |
| is_name |
| bool CDPL.Grid.hasCUBECommentIsNameParameter | ( | Base.ControlParameterContainer | cntnr | ) |
| cntnr |
| bool CDPL.Grid.getCUBECommentIsNameParameter | ( | Base.ControlParameterContainer | cntnr | ) |
| cntnr |
| None CDPL.Grid.clearCUBECommentIsNameParameter | ( | Base.ControlParameterContainer | cntnr | ) |
| cntnr |
| None CDPL.Grid.setStrictErrorCheckingParameter | ( | Base.ControlParameterContainer | cntnr, |
| bool | strict | ||
| ) |
| cntnr | |
| strict |
| bool CDPL.Grid.hasStrictErrorCheckingParameter | ( | Base.ControlParameterContainer | cntnr | ) |
| cntnr |
| bool CDPL.Grid.getStrictErrorCheckingParameter | ( | Base.ControlParameterContainer | cntnr | ) |
| cntnr |
| None CDPL.Grid.clearStrictErrorCheckingParameter | ( | Base.ControlParameterContainer | cntnr | ) |
| cntnr |