Lines Matching defs:Shape
2 * Shape.cpp
12 #include "Shape.h"
17 * Shape instances handling.
22 Shape::Shape()
51 Shape::~Shape (void)
58 void Shape::Affiche(void)
74 Shape::MakePointData (bool nVal)
90 Shape::MakeEdgeData (bool nVal)
111 Shape::MakeRasterData (bool nVal)
131 Shape::MakeQuickRasterData (bool nVal)
140 g_error("Not enough memory available for reallocating Shape::qrsData");
155 Shape::MakeSweepSrcData (bool nVal)
175 Shape::MakeSweepDestData (bool nVal)
195 Shape::MakeBackData (bool nVal)
215 Shape::MakeVoronoiData (bool nVal)
243 Shape::Copy (Shape * who)
286 Shape::Reset (int pointCount, int edgeCount)
321 Shape::AddPoint (const Geom::Point x)
361 Shape::SubPoint (int p)
396 Shape::SwapPoints (int a, int b)
527 Shape::SwapPoints (int a, int b, int c)
536 Shape::SortPoints (void)
544 Shape::SortPointsRounded (void)
551 Shape::SortPoints (int s, int e)
732 Shape::SortPointsByOldInd (int s, int e)
937 Shape::SortPointsRounded (int s, int e)
1121 Shape::AddEdge (int st, int en)
1185 Shape::AddEdge (int st, int en, int leF, int riF)
1260 Shape::SubEdge (int e)
1274 Shape::SwapEdges (int a, int b)
1473 Shape::SwapEdges (int a, int b, int c)
1482 Shape::SortEdges (void)
1564 Shape::CmpToVert (Geom::Point ax, Geom::Point bx,bool as,bool bs)
1698 Shape::SortEdgesList (edge_list * list, int s, int e)
1861 Shape::ConnectStart (int p, int b)
1887 Shape::ConnectEnd (int p, int b)
1912 Shape::DisconnectStart (int b)
1947 Shape::DisconnectEnd (int b)
1983 Shape::Inverse (int b)
2028 Shape::CalcBBox (bool strict_degree)
2060 // winding of a point with respect to the Shape
2066 Shape::PtWinding (const Geom::Point px) const
2119 void Shape::initialisePointData()
2136 void Shape::initialiseEdgeData()
2166 void Shape::clearIncidenceData()
2183 bool directedEulerian(Shape const *s)
2197 * \param s Shape.
2202 double distance(Shape const *s, Geom::Point const &p)
2259 * \param s Shape.
2264 bool distanceLessThanOrEqual(Shape const *s, Geom::Point const &p, double const max_l2)