[Insight-users] itkImageToVTKImageFilter in MFC

荣江 潘 rosspan2004 at yahoo.com.cn
Tue Oct 26 09:49:22 EDT 2004


Who can tell me why these codes have problems?  
reader= ReaderType::New();
 reader->SetFileName("c:\\test.bmp");
 reader->Update();
 
connector= ConnectorType::New();
 connector->GetExporter()->SetInput( reader->GetOutput() );
 connector->GetImporter()->Update();
 connector->UpdateLargestPossibleRegion();
 
 vtkImageMapper * map = vtkImageMapper::New();
 map->SetInput(connector->GetImporter()->GetOutput())



---------------------------------
Do You Yahoo!?
150万曲MP3疯狂搜,带您闯入音乐殿堂
美女明星应有尽有,搜遍美图、艳图和酷图
1G就是1000兆,雅虎电邮自助扩容!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/insight-users/attachments/20041026/800ea359/attachment.html


More information about the Insight-users mailing list