Ejemplo n.º 1
0
 def onRubberBandPick(self, obj, event):
     displayPoints = self.interactorStyle.GetStartPosition(
     ), self.interactorStyle.GetEndPosition()
     imagePoints = [
         vis.pickImage(point, self.view)[1] for point in displayPoints
     ]
     sendFOVRequest(self.imageName, imagePoints)
Ejemplo n.º 2
0
 def onRubberBandPick(self, obj, event):
     displayPoints = self.interactorStyle.GetStartPosition(), self.interactorStyle.GetEndPosition()
     imagePoints = [vis.pickImage(point, self.view)[1] for point in displayPoints]
     sendFOVRequest(self.imageName, imagePoints)