Lines Matching defs:who
239 * Copy point and edge data from `who' into this object, discarding
243 Shape::Copy (Shape * who)
245 if (who == NULL)
263 Reset (who->numberOfPoints(), who->numberOfEdges());
264 type = who->type;
265 _need_points_sorting = who->_need_points_sorting;
266 _need_edges_sorting = who->_need_edges_sorting;
278 _pts = who->_pts;
279 _aretes = who->_aretes;