Contains classes and functions related to grid based data representation and processing.
More...
|
typedef Util::DefaultDataInputHandler< CDFBZ2DRegularGridReader, DataFormat::CDF_BZ2 > | CDFBZ2DRegularGridInputHandler |
| A handler for the input of bzip2-compressed spatial regular grid data in the native I/O format of the CDPL. More...
|
|
typedef Util::DefaultDataOutputHandler< CDFBZ2DRegularGridWriter, DataFormat::CDF_BZ2 > | CDFBZ2DRegularGridOutputHandler |
| A handler for the output of bzip2-compressed spatial regular grid data in the native I/O format of the CDPL. More...
|
|
typedef Util::CompressedDataReader< CDFDRegularGridReader, Util::BZip2IStream > | CDFBZ2DRegularGridReader |
|
typedef Util::DefaultDataInputHandler< CDFBZ2DRegularGridSetReader, DataFormat::CDF_BZ2 > | CDFBZ2DRegularGridSetInputHandler |
| A handler for the input of bzip2-compressed spatial regular grid set data in the native I/O format of the CDPL. More...
|
|
typedef Util::DefaultDataOutputHandler< CDFBZ2DRegularGridSetWriter, DataFormat::CDF_BZ2 > | CDFBZ2DRegularGridSetOutputHandler |
| A handler for the output of bzip2-compressed spatial regular grid set data in the native I/O format of the CDPL. More...
|
|
typedef Util::CompressedDataReader< CDFDRegularGridSetReader, Util::BZip2IStream > | CDFBZ2DRegularGridSetReader |
|
typedef Util::CompressedDataWriter< CDFDRegularGridSetWriter, Util::BZip2OStream > | CDFBZ2DRegularGridSetWriter |
|
typedef Util::CompressedDataWriter< CDFDRegularGridWriter, Util::BZip2OStream > | CDFBZ2DRegularGridWriter |
|
typedef Util::DefaultDataInputHandler< CDFDRegularGridReader, DataFormat::CDF > | CDFDRegularGridInputHandler |
| A handler for the input of spatial regular grid data in the native I/O format of the CDPL. More...
|
|
typedef Util::DefaultDataOutputHandler< CDFDRegularGridWriter, DataFormat::CDF > | CDFDRegularGridOutputHandler |
| A handler for the output of spatial regular grid data in the native I/O format of the CDPL. More...
|
|
typedef Util::DefaultDataInputHandler< CDFDRegularGridSetReader, DataFormat::CDF > | CDFDRegularGridSetInputHandler |
| A handler for the input of spatial regular grid set data in the native I/O format of the CDPL. More...
|
|
typedef Util::DefaultDataOutputHandler< CDFDRegularGridSetWriter, DataFormat::CDF > | CDFDRegularGridSetOutputHandler |
| A handler for the output of spatial regular grid set data in the native I/O format of the CDPL. More...
|
|
typedef Util::DefaultDataInputHandler< CDFGZDRegularGridReader, DataFormat::CDF_GZ > | CDFGZDRegularGridInputHandler |
| A handler for the input of gzip-compressed spatial regular grid data in the native I/O format of the CDPL. More...
|
|
typedef Util::DefaultDataOutputHandler< CDFGZDRegularGridWriter, DataFormat::CDF_GZ > | CDFGZDRegularGridOutputHandler |
| A handler for the output of gzip-compressed spatial regular grid data in the native I/O format of the CDPL. More...
|
|
typedef Util::CompressedDataReader< CDFDRegularGridReader, Util::GZipIStream > | CDFGZDRegularGridReader |
|
typedef Util::DefaultDataInputHandler< CDFGZDRegularGridSetReader, DataFormat::CDF_GZ > | CDFGZDRegularGridSetInputHandler |
| A handler for the input of gzip-compressed spatial regular grid set data in the native I/O format of the CDPL. More...
|
|
typedef Util::DefaultDataOutputHandler< CDFGZDRegularGridSetWriter, DataFormat::CDF_GZ > | CDFGZDRegularGridSetOutputHandler |
| A handler for the output of gzip-compressed spatial regular grid set data in the native I/O format of the CDPL. More...
|
|
typedef Util::CompressedDataReader< CDFDRegularGridSetReader, Util::GZipIStream > | CDFGZDRegularGridSetReader |
|
typedef Util::CompressedDataWriter< CDFDRegularGridSetWriter, Util::GZipOStream > | CDFGZDRegularGridSetWriter |
|
typedef Util::CompressedDataWriter< CDFDRegularGridWriter, Util::GZipOStream > | CDFGZDRegularGridWriter |
|
typedef RegularGrid< double > | DRegularGrid |
|
typedef Util::MultiFormatDataReader< DRegularGrid > | DRegularGridReader |
| Reader for grid data of type Grid::DRegularGrid in any supported format. More...
|
|
typedef RegularGridSet< double > | DRegularGridSet |
|
typedef Util::MultiFormatDataReader< DRegularGridSet > | DRegularGridSetReader |
| Reader for grid set data of type Grid::DRegularGridSet in any supported format. More...
|
|
typedef Util::MultiFormatDataWriter< DRegularGridSet > | DRegularGridSetWriter |
| Writer for grid set data of type Grid::DRegularGridSet in any supported format. More...
|
|
typedef Util::MultiFormatDataWriter< DRegularGrid > | DRegularGridWriter |
| Writer for grid data of type Grid::DRegularGrid in any supported format. More...
|
|
typedef RegularGrid< float > | FRegularGrid |
|
typedef RegularGridSet< float > | FRegularGridSet |
|
typedef SpatialGrid< float > | FSpatialGrid |
|
typedef SpatialGrid< double > | DSpatialGrid |
|
Contains classes and functions related to grid based data representation and processing.