Searched defs:Shape (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/livarot/
H A DShape.cpp2 * Shape.cpp
12 #include "Shape.h"
17 * Shape instances handling.
22 Shape::Shape() function in class:Shape
51 Shape::~Shape (void)
58 void Shape::Affiche(void)
74 Shape::MakePointData (bool nVal)
90 Shape
[all...]
H A DShape.h36 * the Shape class (was the Digraph class, as the header says) stores digraphs (no kidding!) of which
43 // possible values for the "type" field in the Shape class:
55 class Shape class
99 Shape *src; // left edge (or unique edge if not an intersection) involved in the event
101 Shape *osrc; // right edge (if intersection)
103 Shape *lSrc; // edge directly on the left in the sweepline at the moment of the event
105 Shape *rSrc; // edge directly on the right
116 Shape();
117 virtual ~Shape();
125 void Copy(Shape *
[all...]

Completed in 88 milliseconds