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)
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)