Thans for the reply. 

It would be cool if the data in the data manager would automatically be 
available in the variable stack and  vice versa. And if the changes on the 
mitkSurface would immediately be visible.

Cheers,
Franziskus

From: [email protected]
To: [email protected]; [email protected]
Date: Wed, 27 Aug 2014 20:13:36 +0200
Subject: AW: [mitk-users] Python Plugin&Module

Hi Franziskus, The Python Plugin&Module is currently under development and will 
hopefully be updated soon with an up to date documentation.To modify a surface 
you can drag & drop it from the Datamanager into the VariableStack view right 
next to the console.The Surface will then be available Python under the name 
“mitkSurface” as a vtkPolyData object and you can modify itwith vtk in the 
console (see snippets for examples). To copy a surface from python into the 
MITK Datamanager you must “double click” on the corresponding entry in the 
Variable Stack.  Cheers,Eric Von: Franziskus Neuhoff 
[mailto:[email protected]] 
Gesendet: Mittwoch, 27. August 2014 16:02
An: [email protected]
Betreff: [mitk-users] Python Plugin&Module Hi,

I'd like to know if somebody has a good and up-to-date  Tutorial or Guide for 
the Usage of Mitk with Python. The wrapping explanations on the Mitk-Webpage 
are from 2011 :-(

Especially I'd like to use the python console in the mitkWorkbench to modify 
the currently opened data. I don't know if this is possible and if it's 
possible how to access e.g. a currently opened mitkSurface in the console.

Cheers,
Franziskus                                        
------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to