Inkscape
Vector Graphics Editor
|
Path intersection graph. More...
Go to the source code of this file.
Classes | |
class | Geom::PathIntersectionGraph |
Intermediate data for computing Boolean operations on paths. More... | |
struct | Geom::PathIntersectionGraph::IntersectionVertex |
struct | Geom::PathIntersectionGraph::PathData |
Stores processed intersection information for a single path in an operand path-vector. More... | |
Namespaces | |
namespace | Geom |
Various utility functions. | |
Functions | |
std::ostream & | Geom::operator<< (std::ostream &os, PathIntersectionGraph const &pig) |
Format the PathIntersectionGraph for output. | |
Path intersection graph.
Definition in file intersection-graph.h.