BoxIterator.h File Reference

This class defines a commun interface to represents a graph iterator class. The main diferency to anothers iterators is the possibility to iterate over the edges or vertexs from a graph. More...

#include "../Config.h"
#include "AbstractIterator.h"
#include <vector>

Go to the source code of this file.

Classes

class  te::graph::BoxIterator
 This class defines a commun interface to represents a graph iterator class. The main diferency to anothers iterators is the possibility to iterate over the edges or vertexs from a graph. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::gm
 Namespace for the Vector Geometry module of TerraLib.
 
 te::graph
 

Detailed Description

This class defines a commun interface to represents a graph iterator class. The main diferency to anothers iterators is the possibility to iterate over the edges or vertexs from a graph.

The box strategy is used to select a restrict area in a graph and a iterator will be create accessing all elements inside this area.

Definition in file BoxIterator.h.