|
Hi all, We used the mitk::PlanarFigureInteractor to move one of our figure and we have a small problem. When we move one of the control points, it updates the display position and we lose where we were. The crosshair should not move when we play with the planar figure. We saw in the workbench in the Measurement Plugin that it's possible to block the position *after* the first click and we did it. However, it's an ugly hack and there's still one update. The problem is that SliceNavigationController::ExecuteAction is always called before PlanarFigureInteractor::ExecuteAction, so we can't change the behavior. I was reading the Interaction tutorial at http://docs.mitk.org/nightly-qt4/Step10Page.html and I wonder if it's possible to do it using the "state_mode" attribute. Or is there any other ways? How would you do it? Thanks for your help. --
|
------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
