Hello,

Is it possible to display different images (from different sources) on the 
renderwindows in the MultiWidget? For example, I would like to render a 3D 
virtual human in the 3D renderwindow and display a live video from a medical 
imaging device in one of the render windows. 

I used the following method to access the default data storage:

          // DataStorage
          mitk::IDataStorageService::Pointer service = 
          
berry::Platform::GetServiceRegistry().GetServiceById<mitk::IDataStorageService>(mitk::IDataStorageService::ID);
      
          mitk::DataStorage::Pointer pDataStorage = 
service->GetDefaultDataStorage()->GetDataStorage();

          pDataStorage->Add(snapshotimagenode);

Before these statements, the 3D model is already added to the datastorage.

Is there a way I can mask certain objects in the datastorage by setting their 
visibility on/off?

Any suggestions are welcome!!

Keshav

Systems Engineer,
Space Applications Services

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to