<DIV>&nbsp;</DIV>
<BLOCKQUOTE style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.7ex; BORDER-LEFT: #ccc 1px solid">
<DIV>
<DIV><FONT size=2>Dear </FONT><FONT size=3>Luis:</FONT></DIV>
<DIV><FONT size=3><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT></FONT></DIV>
<DIV><FONT size=3><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Now I need your help!</FONT></FONT></DIV>
<DIV><FONT size=3><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp; </FONT></FONT></DIV>
<DIV><FONT size=3><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp; I had combined ITK and VTK correctly and run the example of myProject in tutorial of Getting started with ITK and VTK.That's OK!I can get what I want.Now I want to use ITK to read some picture and show them in MFC with VTK.I want to convert&nbsp;codes in myProject&nbsp;above&nbsp;to MFC.&nbsp;But there&nbsp;are some problems. I show you my codes as follow.</FONT></FONT></DIV>
<DIV><FONT size=3><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT></FONT></DIV>
<DIV><FONT size=3><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;typedef itk::Image&lt; unsigned short, 2&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ImageType;<BR>&nbsp;&nbsp;&nbsp; typedef itk::ImageFileReader&lt;ImageType&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ReaderType;<BR>&nbsp;&nbsp;&nbsp; typedef itk::ImageToVTKImageFilter&lt;&nbsp;ImageType&gt;&nbsp;&nbsp; FilterType;<BR>&nbsp;<BR>&nbsp;&nbsp;&nbsp; ReaderType::Pointer reader = ReaderType::New();<BR>&nbsp;&nbsp;&nbsp;&nbsp;FilterType::Pointer connector = FilterType::New();<BR>&nbsp;&nbsp;&nbsp; reader-&gt;SetFileName(str);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //str by CFileDialog<BR>&nbsp;&nbsp;&nbsp; connector-&gt;SetInput( reader-&gt;GetOutput() );&nbsp;&nbsp;&nbsp;</FONT>&nbsp;<BR></FONT></DIV>
<DIV><FONT size=3><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;viewerRef = vtkImageViewer::New();</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3><FONT size=2>&nbsp;&nbsp;&nbsp; viewerRef-&gt;SetInput( connector-&gt;GetOutput() );<BR>&nbsp;&nbsp;&nbsp;&nbsp;viewerRef-&gt;SetColorWindow(255);<BR>&nbsp;&nbsp;&nbsp; viewerRef-&gt;SetColorLevel(128);&nbsp;</FONT></FONT></DIV>
<DIV><FONT size=3><FONT size=2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT size=3><FONT size=2>&nbsp;&nbsp;&nbsp; CRect rect;<BR>&nbsp;&nbsp;&nbsp; m_refStatic = &amp;m_picRef;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //m_refStatic is a&nbsp;CStatic*&nbsp;,m_picRef&nbsp;too.<BR>&nbsp;&nbsp;&nbsp; m_refStatic-&gt;GetClientRect(&amp;rect);<BR>&nbsp;&nbsp;&nbsp; viewerRef-&gt;SetParentId(m_refStatic-&gt;m_hWnd);<BR>&nbsp;&nbsp;&nbsp; viewerRef-&gt;SetPosition(rect.left, rect.top);<BR>&nbsp;&nbsp;&nbsp; viewerRef-&gt;SetSize(100, 100);<BR>&nbsp; &nbsp; viewerRef-&gt;GetRenderWindow()-&gt;SetCurrentCursor(9);<BR>&nbsp;&nbsp;&nbsp; viewerRef-&gt;Render();&nbsp;&nbsp;</FONT></FONT></DIV>
<DIV><FONT size=3><FONT size=2>&nbsp;&nbsp;</FONT></FONT></DIV>
<DIV><FONT size=3><FONT size=2>&nbsp;&nbsp;&nbsp; These codes can't display a picture&nbsp;correctly,errors are:VTK 5.2\vtk\Imaging\vtkImageImport.cxx, line 324<BR>vtkImageImport (01C95498): Unknown exception.VTK5.2\vtk\Imaging\vtkImageImport.cxx, line 303<BR>vtkImageImport (01C95498): Unknown exception.</FONT></FONT></DIV>
<DIV><FONT size=3><FONT size=2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT size=3><FONT size=2>&nbsp;&nbsp;&nbsp; Hope your apply! Thank you!</FONT></FONT></DIV>
<DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jerry </FONT></DIV>
<DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT></DIV></DIV><BR><!-- urlfiles --><BR><BR><!-- footer --><BR><!-- this is generated by template --></BLOCKQUOTE><BR> <br><!-- urlfiles --><br><br><!-- footer --><br>