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

Brad King brad.king at kitware.com
Thu, 19 Feb 2004 13:17:50 -0500


Rodrigo Trujillo wrote:
>>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
> 
> 
> 
> Hi Brad,
> 
> we updated all files from CVS, but  "ConnectVTKITK.h"  version
> is 1.4 and don't have 1.6 .  Is it right ??

cd InsightApplications
cvs update -dAP -r ITK-1-6 ConnectVTKITK

or

cvs checkout -r ITK-1-6 InsightApplications/ConnectVTKITK

-Brad