Dear MITK-Developers!

I have urgent question about how to clone DataStorage or DataNodes. I want
to display the same loaded image in two views in one window, but I can't
fully without the separation.
The problem is when I change the opacity in the first image view, it will
be also change in the second view.
So one loaded image in two separated views.

mitk::StandaloneDataStorage::Pointer dataStorage =
mitk::StandaloneDataStorage::New();
mitk::StandaloneDataStorage::SetOfObjects::Pointer dataNodes =
mitk::IOUtil::Load(path, dataNodes*);

I also used the clone method, but give me a lightobject, which is not
separated from the source.

Regards,
Zsombor
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to