Go to the documentation of this file.
   25 #ifndef __TERRALIB_RP_INTERNAL_ABSTRACTFEEDER_H 
   26 #define __TERRALIB_RP_INTERNAL_ABSTRACTFEEDER_H 
   30 #include <boost/noncopyable.hpp> 
   41     template< 
typename ObjType >
 
   68         virtual bool moveTo( 
const unsigned int index ) = 0;        
 
   91 #endif  // __TERRALIB_RP_INTERNAL_ABSTRACTFEEDER_H 
  
 
virtual ObjType * getCurrentObj() const =0
Return the current sequence object.
 
virtual unsigned int getCurrentOffset() const =0
Return the index of the current object.
 
virtual unsigned int getObjsCount() const =0
Return the total number of feeder objects.
 
virtual void reset()=0
Reset the feeder to the first position (subsequent accesses will start from the first sequence obejct...
 
Proxy configuration file for TerraView (see terraview_config.h).
 
virtual bool moveTo(const unsigned int index)=0
Jump to the given object index.
 
virtual ~AbstractFeeder()
 
virtual bool moveNext()=0
Advances to the next sequence obeject.