12 #ifndef ossimBandMergeSource_HEADER 13 #define ossimBandMergeSource_HEADER 16 class ossimImageSourceConnection;
This will be a base for all combiners.
virtual ossim_uint32 getNumberOfOutputBands() const
Returns the number of bands in a tile returned from this TileSource.
virtual double getMinPixelValue(ossim_uint32 band=0) const
Returns the min pixel of the band.
ossim_uint32 theNumberOfOutputBands
std::vector< ossimRefPtr< ossimConnectableObject > > ConnectableObjectList
virtual double getMaxPixelValue(ossim_uint32 band=0) const
Returns the max pixel of the band.
virtual void initialize()
unsigned int ossim_uint32
ossimRefPtr< ossimImageData > theTile
virtual double getNullPixelValue(ossim_uint32 band=0) const
Each band has a null pixel associated with it.
virtual ossimRefPtr< ossimImageData > getTile(const ossimIpt &origin, ossim_uint32 resLevel=0)