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

/inkscape/src/libavoid/
H A Drouter.cpp574 void Router::addCluster(ClusterRef *cluster) argument
576 cluster->makeActive();
578 unsigned int pid = cluster->id();
579 ReferencingPolygon& poly = cluster->polygon();
585 void Router::delCluster(ClusterRef *cluster) argument
587 cluster->makeInactive();
589 unsigned int pid = cluster->id();

Completed in 14 milliseconds