Dear Mengda,

It is a known bug  that tutorial step 3 does not work at the moment because of 
a volume rendering issue (bug 14882). We will also try to reproduce your 
problem concerning the vtkWindow.

Thank you for reporting the problem. We are working on it.

Best,
Sandy

Von: Mengda Wu [mailto:[email protected]]
Gesendet: Samstag, 27. Juli 2013 22:35
An: [email protected]
Betreff: [mitk-users] MITK Tutorial Step3

Hi all,
   I am using the git version of MITK compiled with visual studio 2008. 
Unfortunately, I cannot run tutorial step3 successfully. The message I got is 
as follows:

============================================================
0.15 core.io.imgFileReader: loading C:\Library\MITK\Build\CMakeExternals\Source\
MITK-Data\Pic3D.nrrd via itk::ImageIOFactory...
0.17 core.io.imgFileReader: ioRegion: ImageIORegion (00000000001AE7C0)
  Dimension: 3
  Index: 0 0 0
  Size: 256 256 49
0.21 core.io.imgFileReader: number of image components: 1
0.21 core.io.imgFileReader: ...finished!
0.28 core.io.sfcReader: Loading 
C:\Library\MITK\MITK\Modules\MitkExt\Testing\Data\lungs.vtk as vtk
============================================================
    I think the bug is related to 
http://bugs.mitk.org/show_bug.cgi?format=multiple&id=14882, although I did not 
even see the vtkOutputWindow. But I've seen similar outputs when running Step4. 
I guess the volume rendering is not working in tutorial step3. The try...catch 
failed around the following location:
============================================================
        // Set the property "volumerendering" to the Boolean value "true"
        node->SetProperty("volumerendering", mitk::BoolProperty::New(true));

        // Create a transfer function to assign optical properties (color and 
opacity) to grey-values of the data
        mitk::TransferFunction::Pointer tf = mitk::TransferFunction::New();
        tf->InitializeByMitkImage ( image );
============================================================
Could you please take a look?
Thanks,
Mengda
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to