Base class for iterators over the fragments of a field.  
More...
#include <FragmentID.hpp>
List of all members.
Public Member Functions
- 
virtual ~FragmentIterator ()
- Destructor (virtual). 
 
 - 
virtual bool apply (const RefPtr< FragmentID > &, const RefPtr< CreativeArrayBase > &)=0
- Iteration callback function. 
 
 
Detailed Description
Base class for iterators over the fragments of a field. 
- Examples: 
 - 
ColoredLines.cpp, and FragmentBoxes.cpp.