Hello MITK Team,

I also have this problem, but unfortunately I haven't reach Alyson stage.

I have gone through the step10 example and the documentation but I have no idea how to configure the interaction for my own QmitkRenderWindow. I tried setting it up with a VtkInteractor that I have in my stand alone vtk application, but it seems mitk ignores that, and goes back in using the interactor found in stdmultiwidget thing.

so, my questions are:
1) Where should the xml files be for my plugin?
2) what have I to do to connect to those xml files?
3) what have I to do to connect those interactions (mouse and keyboard) with the qmitkrenderwindow of my plgin?

Thank you,
Miguel


Em 29-11-2013 16:53, Alyson Roger escreveu:
Hi Mailing List,

I am trying to do something simple : use my own State Machine in a .xml file for my plug in in the mitkWorkBench. A part in the tutorial that is not clear to me is how I include my state machine into the GlobalInteraction. I know the code must be in the form

m_CurrentInteractor = mitk::PointSetDataInteractor::New();
m_CurrentInteractor->LoadStateMachine("PointSet.xml");
m_CurrentInteractor->SetEventConfig("PointSetConfig.xml");

As Step 10 of the tutorial.
But I would like to know where do I have to put my .xml file so the LoadStateMachine does not crash when I run my Plug In with my state machine. I intended to use InteractionEventHandler::AddEventConfig but it didn't work.

I really hope that someone will be able to help me because I have been stuck during days with the interaction part, which is new for me.

Thank you very much


--
*Alyson ROGER*

_/[email protected] <mailto:[email protected]>/_




------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk


_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to