Hi Sebastian, the QmitkNodeDescriptorManager is a singleton, just call QmitkNodeDescriptorManager::GetInstance()->AddDescriptor(QmitkNodeDescriptor*) from wherever you want, e.g. in your bundle which is linked against MitkExt and Qmitk and is thus aware of these classes.
Regards, Michael -----Ursprüngliche Nachricht----- Von: sebastian ordas [mailto:[email protected]] Gesendet: Donnerstag, 10. Februar 2011 16:52 An: [email protected] Betreff: [mitk-users] move mitkUnstructuredGrid to Core/Code/DataManagement Dear List, I'm trying to add a new descriptor for an UnstructuredGrid in QmitkNodeDescriptorManager. In order to do that, I need to include mitkUnstructuredGrid.h, which is not found unless it is moved from Modules/MitkExt/DataManagement to Core/Code/DataManagement Is it there any other option? thanks sebastian ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
