Lines Matching defs:ShapeRef
37 ShapeRef::ShapeRef(Router *router, Polygon& ply, const unsigned int id)
79 ShapeRef::~ShapeRef()
105 void ShapeRef::setNewPoly(const Polygon& poly)
128 void ShapeRef::makeActive(void)
150 void ShapeRef::makeInactive(void)
172 bool ShapeRef::isActive(void) const
178 VertInf *ShapeRef::firstVert(void)
184 VertInf *ShapeRef::lastVert(void)
190 unsigned int ShapeRef::id(void) const
196 const Polygon& ShapeRef::polygon(void) const
202 Router *ShapeRef::router(void) const
208 void ShapeRef::boundingBox(BBox& bbox)
228 void ShapeRef::removeFromGraph(void)
266 void ShapeRef::markForMove(void)
280 void ShapeRef::clearMoveMark(void)
286 VertInf *ShapeRef::getPointVertex(const Point& point)