Hi Sascha!

I implemented it as a plugin, using the Plugin Generator. I have now a separate 
MITK project including this plugin.
At the moment, it is a button in the GUI, which a user can click to create 
Analyze files out of the selected image.

The class is a subclass of QmitkAbstractView. Does this do the trick if I just 
change the head of the class to

class DcmToAnalyze : public QmitkAbstractView, public 
mitk::FileWriterWithInformation

Regards,
Martin



________________________________
 Von: Sascha Zelzer <[email protected]>
An: Martin Tatzber <[email protected]> 
CC: "[email protected]" <[email protected]> 
Gesendet: 13:46 Donnerstag, 20.Juni 2013
Betreff: Re: [mitk-users] user input dialog
 


Hi Martin,

Thanks for your offer to contribute your Analyze converter!

Could you elaborate a little on the way you implemented it? For a
      contribution, it would be ideal if your converter was written as a
      subclass of mitk::FileWriterWithInformation

http://docs.mitk.org/nightly-qt4/classmitk_1_1FileWriterWithInformation.html

which could then be integrated into the existing reader/writer
      framework and also solves the user input problem.

Best,
Sascha

On 06/17/2013 10:46 AM, Martin Tatzber wrote:

Hi guys!
>
>
>I created a converter from DICOM to Analyze 7.5. At least it was designed as 
>this, but it can actually convert any image to Analyze 7.5. Anyway, I want to 
>contribute it.
>
>
>But first, there is one thing that I want to make better: The destination path 
>is a fixed string in the source code. How can I make the user choose where to 
>save the Analyze files?
>
>
>Regards,
>Martin
>
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to