Hello, I need to change selected data node
Currently I'm using this method:
...m_SelectedNode->SetVisibility(true);...
QList <mitk::DataNode::Pointer> qSelectionList;
qSelectionList.push_back(m_SelectedNode);
this->FireNodesSelected(qSelectionList);
mitk::RenderingManager::GetInstance()->RequestUpdateAll();
It changes selected image in multiwidget but when I'm using segmentation plugin
then resulting segmentation on image has offset from position where I used to
create it. Sometimes when I open datamanager and pick node there everything
works fine however data manager selection process looks complicated.
What's wrong in changing selection with FireNodesSelected method? Can I use it?
What should I do in addition to it to make it work properly?
Thank you
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users