;) I have already begun to add my features [1] that have not jet been integrated into mitk to my fork that is based on the branch v2015.05.0. I guess there won't be many changes from there on and re-deploy small changes is easy. But I heard that most of MITK devs are on a retreat this week (without internet connection) so I would expect the announcement to be mailed next week (tag created on June 3rd).
Ah, I see, so it's all about adding the properties "material.edgeVisibility" and "material.edgeColor". I will add a branch on this in my fork and reference you in the commit message. Thank you! Ingmar [1] https://github.com/iwegner/MITK/tree/bug-16811-PrintOutBaseDataProperties_v2015.05 Am 08.06.2015 um 21:35 schrieb Rostislav Khlebnikov: > Hi Ingmar, > > well, basically it's a built-in functionality in VTK, so it's really > easy to implement. Actually all the necessary code is in the file I sent > previously :) > > Overall, I'm just waiting for the official announcement of 2015.05 to > finalize integration and start talking about stuff I could contribute. > > Cheers, > Rostislav. > > On 08/06/2015 20:25, Wegner wrote: >> Hi Rostislav, >> is "edgeVisibility" your property to show mesh edges of a surace as well? >> I was thinking about adding a render mode that combines surface >> representation with wireframe representation. Do you already have that >> feature added to your fork? >> If so would you share the rest of the implementation? I could also >> isolate it and create a pull request in your name in my fork. >> >> Best Regards, >> Ingmar ;) >> >> >> >> >> Am 08.06.2015 um 12:05 schrieb Rostislav Khlebnikov: >>> There you go. My version also has a property to show edges on the >>> surface, but it doesn't come into play unless you set the property >>> "material.edgeVisibility" to true, so don't worry about this. >>> >>> Rostislav. >>> >>> On 08/06/2015 11:00, Pukhlikov Mikhail wrote: >>>> Thank you, may you show the specific code for "mitkSurfaceVtkMapper3D >>>> to apply a yellow color if the "selected" flag was set for the >>>> surface" implementation >>>> >>>> ------------------------------------------------------------------------ >>>> >>>> Date: Mon, 8 Jun 2015 09:09:28 +0100 >>>> From: [email protected] >>>> To: [email protected] >>>> Subject: Re: [mitk-users] Draw contour around model >>>> >>>> Hi Mikhail, >>>> >>>> I think that displaying a selected data object is the data object's >>>> mapper job. For surfaces, I modified the mitkSurfaceVtkMapper3D to >>>> apply a yellow color if the "selected" flag was set for the surface. >>>> Alternatively, you can just manually set the color once a node is >>>> selected - but the mapper way is more robust. >>>> >>>> Regarding the dependencies - it's pretty easy to pull dependencies to >>>> your plugin - just add "PACKAGE_DEPENDS VTK" to the >>>> MACRO_CREATE_MITK_CTK_PLUGIN in the CMakeLists.txt of your plugin and >>>> the dependency will be there - i.e. all headers will be available and >>>> libraries will be linked with your plugin. Also, what you're trying to >>>> do looks more like VTK's job rather than ITK's. >>>> >>>> Rostislav. >>>> >>>> On 08/06/2015 07:11, Pukhlikov Mikhail wrote: >>>> >>>> Hello, >>>> >>>> Is there fast way to draw a contour around the model. I'm trying >>>> to implement locally selection mechanism and I think about fast >>>> way to display selection on 3D multiwidgety view. I was thinking >>>> about applieng some ITK filters maybe but it's way to slow and >>>> complicated since I need to get ITK deps into display interactor >>>> for doing it and it will work slow. May you suggest fast way how >>>> can I show selection of specific data node (model) in 3D view of >>>> multiwidget? >>>> >>>> Thank you >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> mitk-users mailing list >>>> [email protected] >>>> <mailto:[email protected]> >>>> https://lists.sourceforge.net/lists/listinfo/mitk-users >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> >>>> _______________________________________________ mitk-users mailing >>>> list [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/mitk-users >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> >>> >>> >>> >>> _______________________________________________ >>> mitk-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/mitk-users >>> > > ------------------------------------------------------------------------------ _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
