Feeder from a input rasters. More...
#include <FeedersRaster.h>
  
 Public Member Functions | |
| virtual te::rst::Raster const * | getCurrentObj () const =0 | 
| Return the current sequence object.  More... | |
| virtual unsigned int | getCurrentOffset () const =0 | 
| Return the index of the current object.  More... | |
| virtual unsigned int | getObjsCount () const =0 | 
| Return the total number of feeder objects.  More... | |
| virtual bool | moveNext ()=0 | 
| Advances to the next sequence obeject.  More... | |
| virtual bool | moveTo (const unsigned int index)=0 | 
| Jump to the given object index.  More... | |
| virtual void | reset ()=0 | 
| Reset the feeder to the first position (subsequent accesses will start from the first sequence obejct).  More... | |
| virtual | ~FeederConstRaster () | 
Protected Member Functions | |
| FeederConstRaster () | |
Feeder from a input rasters.
Definition at line 46 of file FeedersRaster.h.
      
  | 
  inlinevirtual | 
Definition at line 50 of file FeedersRaster.h.
      
  | 
  inlineprotected | 
Definition at line 62 of file FeedersRaster.h.
      
  | 
  pure virtual | 
Return the current sequence object.
Implements te::rp::AbstractFeeder< const te::rst::Raster >.
Implemented in te::rp::FeederConstRasterDirectory, te::rp::FeederConstRasterInfo, and te::rp::FeederConstRasterVector.
      
  | 
  pure virtual | 
Return the index of the current object.
Implements te::rp::AbstractFeeder< const te::rst::Raster >.
Implemented in te::rp::FeederConstRasterDirectory, te::rp::FeederConstRasterInfo, and te::rp::FeederConstRasterVector.
      
  | 
  pure virtual | 
Return the total number of feeder objects.
Implements te::rp::AbstractFeeder< const te::rst::Raster >.
Implemented in te::rp::FeederConstRasterDirectory, te::rp::FeederConstRasterInfo, and te::rp::FeederConstRasterVector.
      
  | 
  pure virtual | 
Advances to the next sequence obeject.
Implements te::rp::AbstractFeeder< const te::rst::Raster >.
Implemented in te::rp::FeederConstRasterDirectory, te::rp::FeederConstRasterInfo, and te::rp::FeederConstRasterVector.
      
  | 
  pure virtual | 
Jump to the given object index.
Implements te::rp::AbstractFeeder< const te::rst::Raster >.
Implemented in te::rp::FeederConstRasterDirectory, te::rp::FeederConstRasterInfo, and te::rp::FeederConstRasterVector.
      
  | 
  pure virtual | 
Reset the feeder to the first position (subsequent accesses will start from the first sequence obejct).
Implements te::rp::AbstractFeeder< const te::rst::Raster >.
Implemented in te::rp::FeederConstRasterDirectory, te::rp::FeederConstRasterInfo, and te::rp::FeederConstRasterVector.