Hi Sascha, The error I got was in the MainApp of MITK version 0.9, run on Linux OpenSuse 10.3 and on windows. So the new question is: Is the MainApp able to load and render a vtlUnstructuredGrid? if yes, mine gives the error
ERROR: In \ToolKit\ThirdParty\thirdParty\VTK-5.1\VTK\Rendering\vtkVolume.cxx, line 363 vtkVolume (0B8FC8F8): You must specify a mapper! I actually had the same problem in my code (in which I used the MITK BaseData class for vtkUnstructuredGrid as you said). Can you help me? thank you Chiara ________________________________________ From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Zelzer Sascha [EMAIL PROTECTED] Sent: Tuesday, August 05, 2008 8:34 PM To: [email protected] Subject: Re: [mitk-users] Problem with Volume Rendering Hi Chiara, Which MITK BaseData class did you use to wrap your vtkUnstructuredGrid object? There is a mitk::UnstructuredGrid class which takes a vtkUnstructuredGrid object. If you then use the mitk::UnstructuredGrid object in a DataTreeNode, everything should be fine. If not, please post your code and more details about your platform and version/revision of MITK you are using. Regards, Sascha -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Chiara Riccobene Gesendet: Dienstag, 5. August 2008 09:56 An: [email protected] Betreff: [mitk-users] Problem with Volume Rendering Dear Mitk users, I had a problem while trying to render a vtkUnstructuredGrid object, using the Main App. I got this error ERROR: In \ToolKit\ThirdParty\thirdParty\VTK-5.1\VTK\Rendering\vtkVolume.cxx, line 363 vtkVolume (0B8FC8F8): You must specify a mapper! Does anyone know how to fix this problem and if there is a way to render the vtkUnstructuredGrid? Thanx Chiara Riccobene ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
