OGS
SimplePolygonTree.h File Reference

Detailed Description

Definition of the SimplePolygonTree class.

Author
Thomas Fischer
Date
2010-06-22

Definition in file SimplePolygonTree.h.

#include <list>
#include "Polygon.h"
Include dependency graph for SimplePolygonTree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GeoLib::SimplePolygonTree
 This class computes and stores the topological relations between polygons. Every node of the SimplePolygonTree represents a polygon. A child node c of a parent node p mean that the polygon represented by c is contained in the polygon represented by p. More...
 

Namespaces

 GeoLib
 

Functions

template<typename POLYGONTREETYPE >
void GeoLib::createPolygonTrees (std::list< POLYGONTREETYPE * > &list_of_simple_polygon_hierarchies)