MCPcopy Create free account
hub / github.com/dalboris/vpaint / removeCycle

Method removeCycle

src/Gui/VectorAnimationComplex/InbetweenFace.cpp:344–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344void InbetweenFace::removeCycle(int i)
345{
346 removeMeFromStarOfBoundary_();
347 cycles_.removeAt(i);
348 addMeToStarOfBoundary_();
349 processGeometryChanged_();
350}
351
352void InbetweenFace::setBeforeFaces(const QSet<KeyFace*> & beforeFaces)
353{

Callers 1

animatedCycleDeleteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected