Hi,

the mitk::Image class [1] has a method called GetVtkImageData() for this 
purpose. You get the image of a node by calling mitk::DataNode::GetData(). If 
the node contains an image, you can cast the returned mitk::BaseData to an 
mitk::Image as mitk::Image derives from mitk::BaseData.

Best,
Stefan

[1] http://docs.mitk.org/nightly/classmitk_1_1Image.html

_______________________________________
Von: vahid kadivarkadivar [vahidkadiva...@gmail.com]
Gesendet: Sonntag, 17. Mai 2015 14:16
An: mitk-users@lists.sourceforge.net
Betreff: [mitk-users] Converting mitk node to vtkImageData

HI dears,
How to convert mitk nodes to vtkImageData
It is possible ?
Thanks in advance.

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to