Home
last modified time | relevance | path

Searched refs:freeEdges (Results 1 – 11 of 11) sorted by relevance

/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/plasma/
H A Dcorona.cpp424 QList<Plasma::Types::Location> Corona::freeEdges(int screen) const in freeEdges() function in Plasma::Corona
426 QList<Plasma::Types::Location> freeEdges; in freeEdges() local
428 freeEdges << Plasma::Types::TopEdge in freeEdges()
436 if (containment->screen() == screen && freeEdges.contains(containment->location())) { in freeEdges()
437 freeEdges.removeAll(containment->location()); in freeEdges()
441 return freeEdges; in freeEdges()
H A Dcorona.h219 QList<Plasma::Types::Location> freeEdges(int screen) const;
/dports/math/g2o/g2o-20201223_git/g2o/apps/g2o_hierarchical/
H A Dbackbone_tree_action.h64 inline HyperGraph::EdgeSet& freeEdges() {return _freeEdges;} in freeEdges() function
H A Dsimple_star_ops.cpp238 HyperGraph::EdgeSet::iterator feit = bact.freeEdges().find(e); in computeSimpleStars()
239 if (feit != bact.freeEdges().end()) { // edge is admissible in computeSimpleStars()
241 bact.freeEdges().erase(feit); in computeSimpleStars()
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/layout/
H A Dgenericlayout.h124 virtual QList<Plasma::Types::Location> freeEdges(QScreen *scr) const;
125 virtual QList<Plasma::Types::Location> freeEdges(int screen) const;
H A Dgenericlayout.cpp243 const auto edges = freeEdges(screen); in qmlFreeEdges()
253 QList<Plasma::Types::Location> GenericLayout::freeEdges(QScreen *scr) const in freeEdges() function in Latte::Layout::GenericLayout
272 QList<Plasma::Types::Location> GenericLayout::freeEdges(int screen) const in freeEdges() function in Latte::Layout::GenericLayout
1558 QList<Plasma::Types::Location> freeedges = freeEdges(scrId); in newView()
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkIntersectionPolyDataFilter.cxx2138 int freeEdges = 0; in CleanAndCheckSurface() local
2176 freeEdges++; in CleanAndCheckSurface()
2192 stats[0] = freeEdges; in CleanAndCheckSurface()
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkIntersectionPolyDataFilter.cxx2228 int freeEdges = 0; in CleanAndCheckSurface() local
2270 freeEdges++; in CleanAndCheckSurface()
2287 stats[0] = freeEdges; in CleanAndCheckSurface()
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/view/
H A Dview.cpp502 QList<Plasma::Types::Location> freeedges = m_layout->freeEdges(scrId); in newView()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dplasma.py3635 def freeEdges(self, screen): member in Plasma.Corona
/dports/cad/opencascade/opencascade-7.6.0/dox/user_guides/shape_healing/
H A Dshape_healing.md771 TopoDS_Compound freeEdges = sas.FreeEdges();