Hi Yashodhan, > From the MITK modules, I have seen that Qt signals slots are often used, > but with ITK threading structures. Is there any specific reason for this > (other than simply keeping the module GUI independent)?
Yes, that's it. By using ITK threading structure classes in mitk-core can be threaded while you still can use a different GUI toolkit for your application. Best regards, Ingmar -----Ursprüngliche Nachricht----- Von: Yashodhan Nevatia [mailto:[email protected]] Gesendet: Dienstag, 23. März 2010 15:20 An: [email protected] Betreff: [mitk-users] Threading and signals Hi all, I am developing some modules and plugins which would run on my own workbench (based on the MITK workbench). >From the MITK modules, I have seen that Qt signals slots are often used, but >with ITK threading structures. Is there any specific reason for this (other >than simply keeping the module GUI independent)? Would it not be better to use both the threading and signals/slots from Qt? Thanks, Yashodhan -- Yashodhan Nevatia Systems Engineer Space Applications Services Leuvensesteenweg 325 B-1932 Zaventem Belgium Tel: +32 (0)2-721.54.84 Fax: +32 (0)2-721.54.44 URL: www.spaceapplications.com ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
