Page MenuHomePhabricator

Tutorial Step 5 - Rendering not working
Closed, WontfixPublic

Description

Rendering of 3D picture works, but the 2D pictures are not rendered.

Solution:

mitk::DataStorage::SetOfObjects::ConstPointer rs = ds->GetAll();

needs to be replaced by

mitk::DataStorage::SetOfObjects::ConstPointer rs =   ds->GetSubset(mitk::TNodePredicateDataType<mitk::Image>::New());

Event Timeline

@mostl Did you intend to be the assignee of this task? Assigning a task is somewhat equal to "I am currently working on this task". :-)

Yes, Esther and I already fixed it, but we wanted to wait for our new PC until we merge it into the master. Next week :-)

kislinsk added a project: Auto-closed.

Hi there! 🙂

This task was auto-closed according to our Task Lifecycle Management.
Please follow this link for more information and don't forget that you are encouraged to reasonable re-open tasks to revive them. 🚑

Best wishes,
The MITK devs