OGS
|
Definition of the SimplePolygonTree class.
Definition in file SimplePolygonTree.h.
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 | |
namespace | GeoLib |
Functions | |
template<typename POLYGONTREETYPE > | |
void | GeoLib::createPolygonTrees (std::list< POLYGONTREETYPE * > &list_of_simple_polygon_hierarchies) |