Hello, I am trying to read vtk unstructured grid with MITK. The rendering is OK, but when I try to get the image in itself, by doing :
mitk::Image::Pointer image = dynamic_cast<mitk::Image *>(nodes->GetData());
I get a NULL image. Is there a bug here? Or am I doing something wrong?
Best regards,
Emmanuel
_______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
