-------- Original Message --------
Subject:        Re: [mitk-users] Visualization of Markers
Date:   Mon, 14 Jul 2014 16:08:15 +0100
From:   Rostislav Khlebnikov <[email protected]>
To:     Michael Smith <[email protected]>



Hi Michael,

I think you will need the PointSet and add it to the data manager. However, you can set the "helper object" property of the point set data node and it will not be shown in the data manager. Note, that the "helper objects" are not saved into the .mitk project file. So if you need to save it - well - then you face the same problem as I did. I fixed this in my fork of MITK by adding a notion of "hidden object" which is hidden from data manager, but is saved to the project file. However, I got no reply from MITK developers regarding this potential contribution to MITK so it is not available in the main MITK repository.

You can look up the conversation here: https://www.mail-archive.com/[email protected]/msg04731.html - there was at least one reasonable solution to the problem in the first answer - it wasn't good enough for my application, but perhaps it will for you.

Rostislav.

On 14/07/2014 15:07, Michael Smith wrote:

Hello!

I want to visualize two Markers in the 2D and 3D Views.Do I always need to create a PointSet (holding the markers) which is added to the DataStorage? Or is there also another option?

I would like to avoid that the PointSet is visible to the user in the Data Manger.

Thank you!

Michael




------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck&#174;
Code Sight&#153; - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds


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



------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck&#174;
Code Sight&#153; - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to