ikolesov / kslice

interactive medical image processing
1 stars 1 forks source link

finding user input provided from time t_k to t_k+1 #6

Open ikolesov opened 11 years ago

ikolesov commented 11 years ago

We want to wait for user to finish his brushstroke (rather than looking at each brush circle at a time for instance) to compute the nex user input. To what event should the observer respond for this to occur?

pkarasev3 commented 11 years ago

LeftButtonPressEvent, LeftButtonReleaseEvent

pkarasev3 commented 11 years ago

"to what event " is only part of the correct question- it's to what vtkObject that is harder. I think the look up table of interactors works though.

binding the LabelVolume object to mouse events does not work though, because the interactor sends those events.