mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[reconstruction] small structural re-organization
* move LiveSfmManager.stepCreated to Reconstruction.sfmAugmented * add utility methods in Reconstruction to get all images/views used in the graph * ui: perform local auto-layout on sfm augmentation on created nodes
This commit is contained in:
parent
4f392a310b
commit
9f2dbc9639
4 changed files with 24 additions and 13 deletions
|
@ -223,6 +223,7 @@ class QObjectListModel(QtCore.QAbstractListModel):
|
|||
"""
|
||||
return obj in self._objects
|
||||
|
||||
@QtCore.Slot(QtCore.QObject, result=int)
|
||||
def indexOf(self, matchObj, fromIndex=0, positive=True):
|
||||
""" Returns the index position of the first occurrence of object in
|
||||
the model, searching forward from index position from.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue