[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:
Yann Lanthony 2018-03-12 14:50:38 +01:00
parent 4f392a310b
commit 9f2dbc9639
4 changed files with 24 additions and 13 deletions

View file

@ -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.