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] <[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

Reply via email to