[Insight-developers] Re: [Insight-users] Problem with ConnectVTKITK

Brad King brad.king at kitware.com
Thu, 19 Feb 2004 09:25:34 -0500


Mauricio Inforçati wrote:
> Hi, Brad.
> I've  compiled ITK1.6 and I'd like to fix this little problem with
> "itk::VTKImageImport", "itk::VTKImageExport" and "ConnectVTKITK". BUT, I
> don't want to get all 1.6 branch from CVS since my system is too slow for
> compiling ITK. My 1.6 is release version, i.e., It does not contain CVS
> informations. So, finally, which files must I get from CVS? What have you
> modified?

You need these files:

Insight/Code/BasicFilters/itkVTKImageImport.h
Insight/Code/BasicFilters/itkVTKImageImport.txx
Insight/Code/BasicFilters/itkVTKImageExport.h
Insight/Code/BasicFilters/itkVTKImageExport.txx
Insight/Code/BasicFilters/itkVTKImageExportBase.h
Insight/Code/BasicFilters/itkVTKImageExportBase.cxx

InsightApplications/ConnectVTKITK/ConnectVTKITK.h

-Brad