18 #ifndef QGSRASTERPIPE_H    19 #define QGSRASTERPIPE_H    80     bool remove( 
int idx );
    85     int size()
 const { 
return mInterfaces.size(); }
    91     bool setOn( 
int idx, 
bool on );
    94     bool canSetOn( 
int idx, 
bool on );
   121     bool checkBounds( 
int idx ) 
const;
 Base class for processing modules. 
 
Raster pipe that deals with null values. 
 
QgsRasterInterface * last() const
 
Resample filter pipe for rasters. 
 
QgsRasterInterface * at(int idx) const
 
Base class for processing filters like renderers, reprojector, resampler etc. 
 
QgsRasterProjector implements approximate projection support for it calculates grid of points in sour...
 
Brightness/contrast filter pipe for rasters. 
 
Color and saturation filter pipe for rasters. 
 
Raster renderer pipe that applies colors to a raster. 
 
Base class for raster data providers.