Hi Antoni, welcome to the MITK users list!
You will need some kind of interactor and picker for the 3D planes. It will be certainly useful if you take a look at our interaction concept: http://docs.mitk.org/nightly-qt4/InteractionPage.html We do also have a tutorial for how to create your own interactor (MITK Tutorial Step 10): http://docs.mitk.org/nightly-qt4/Step10Page.html As you know we already have an interaction with the rendering planes for the 2D views. The interaction logic is realized in the mitk::SliceNavigationController which you could use too. If you will have any further questions please send us a mail. Best regards Andreas On 27.04.2012, at 10:57, Antoni Artigues Barceló wrote: > Hello, > > I'm new to MITK, I'm developing a new image viewer. > > I want to create a new way to navigate through slices in a volume data. > I want a 3D slicing view, similar to the fourth window in the > QmitkStdMultiWidget, and I want to interact with the plane slices with the > mouse: > 1.Pick a plane slice. > 2.Move the mouse up/down > 3.The plane moves up/down through the slices of the volume > 4.unpick the plane > > Is there any class to do this functionallity? > > What is the best way to create it? > > Thanks in advance > > Regards, > > Antoni Artigues > Univerdidad de Barcelona > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. > http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________ > mitk-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
