Directories | |
| directory | serialization |
Files | |
| file | Band.cpp [code] |
| It gives access to values in one band (dimension) of a raster. | |
| file | Band.h [code] |
| It gives access to values in one band (dimension) of a raster. | |
| file | BandIterator.h [code] |
| It implements an iterator to "navigate" over a single band (const or not const). | |
| file | BandIteratorWindow.h [code] |
| It implements and iterator to "navigate" over a single band, optimized by a window structure (e.g. 3x3, 5x5, etc). Examples include filters, moving windows, morphology, etc. | |
| file | BandProperty.cpp [code] |
| It describes the range of one dimension of a raster. | |
| file | BandProperty.h [code] |
| It describes one band (or dimension) of a raster. | |
| file | BandSummary.cpp [code] |
| A struct that can be used to keep the summary of a raster band (most statistics). | |
| file | BandSummary.h [code] |
| A struct that can be used to keep the summary of a raster band (most statistics). | |
| file | BlockUtils.cpp [code] |
| Utility functions for dealing with raster data blocks. | |
| file | BlockUtils.h [code] |
| Utility functions for dealing with raster data blocks. | |
| file | Config.h [code] |
| Configuration flags for the Raster module of TerraLib. | |
| file | Enums.h [code] |
| Enumerations for the Raster module. | |
| file | Exception.cpp [code] |
| An exception class for the Raster module. | |
| file | Exception.h [code] |
| An exception class for the Raster module. | |
| file | Grid.cpp [code] |
| A rectified grid is the spatial support for raster data. | |
| file | Grid.h [code] |
| A rectified grid is the spatial support for raster data. | |
| file | Interpolator.cpp [code] |
| It interpolates one pixel based on a selected algorithm. | |
| file | Interpolator.h [code] |
| It interpolates one pixel based on a selected algorithm. | |
| file | Module.cpp [code] |
| This singleton defines the TerraLib Raster module entry. | |
| file | Module.h [code] |
| This singleton defines the TerraLib Raster module entry. | |
| file | PositionIterator.h [code] |
| file | ProxyRaster.cpp [code] |
| A proxy class for bands of several rasters over the same region. | |
| file | ProxyRaster.h [code] |
| A proxy class for bands of several rasters over the same region. | |
| file | Raster.cpp [code] |
| An abstract class for raster data strucutures. | |
| file | Raster.h [code] |
| An abstract class for raster data strucutures. | |
| file | RasterFactory.cpp [code] |
| This is the abstract factory for Rasters. | |
| file | RasterFactory.h [code] |
| This is the abstract factory for Rasters. | |
| file | RasterIterator.h [code] |
| It implements and iterator to "navigate" over a raster, with a predefined number of bands. | |
| file | RasterProperty.cpp [code] |
| Raster property. | |
| file | RasterProperty.h [code] |
| Raster property. | |
| file | RasterSummary.h [code] |
| RasterSummary is just a typedef of a boost::ptr_vector. | |
| file | RasterSummaryManager.cpp [code] |
| A singleton for keeping raster summaries (most statistics). | |
| file | RasterSummaryManager.h [code] |
| A singleton for keeping raster summaries (most statistics). | |
| file | Reprojection.cpp [code] |
| It contains the algorithm to reproject raster data. | |
| file | Reprojection.h [code] |
| It contains the algorithm to reproject raster data. | |
| file | Utils.cpp [code] |
| Utility functions for the raster module. | |
| file | Utils.h [code] |
| Utility functions for the raster module. | |