Home
last modified time | relevance | path

Searched refs:representativeIndex (Results 1 – 5 of 5) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/api/nblib/listed_forces/
H A Dhelpers.hpp180 int representativeIndex = in splitListedWork() local
182 int splitIndex = detail::computeChunkIndex(representativeIndex, totalRange, nSplits); in splitListedWork()
/dports/graphics/digikam/digikam-7.4.0/core/utilities/geolocation/geoiface/tiles/
H A Dabstractmarkertiler.h65 QVariant representativeIndex; in Q_DECLARE_FLAGS() local
H A Ditemmarkertiler.cpp708 …const QPersistentModelIndex representativeModelIndex = clickInfo.representativeIndex.value<QPersis… in onIndicesClicked()
/dports/graphics/digikam/digikam-7.4.0/core/utilities/geolocation/mapsearches/
H A Dgpsmarkertiler.cpp811 if (clickInfo.representativeIndex.canConvert<QPair<TileIndex, int> >()) in onIndicesClicked()
813 repImageId = clickInfo.representativeIndex.value<QPair<TileIndex, int> >().second; in onIndicesClicked()
/dports/graphics/digikam/digikam-7.4.0/core/utilities/geolocation/geoiface/widgets/
H A Dmapwidget.cpp1582 … const QVariant representativeIndex = getClusterRepresentativeMarker(clusterIndex, s->sortKey); in slotClustersClicked() local
1586 clickInfo.representativeIndex = representativeIndex; in slotClustersClicked()