[Insight-users] how we can put a header
file like:itkImageToVTKImageFilter
Luis Ibanez
luis.ibanez at kitware.com
Fri Mar 23 13:03:42 EST 2007
Hi Alireza,
You can find this file in the directory:
InsightApplications/Auxiliary/vtk
The simplest way to use this class is to copy
both its .h and .txx files into the directory
of your project.
Regards,
Luis
==========================
Alireza Salamy wrote:
> Hi all,
> when I try to build some code,I get some error :
> fatal error C1083: Cannot open include file:
> 'itkImageToVTKImageFilter.txx': No such file or directory
> how can I put this header find in a way that my program can define
> it?let me say that I have this header file,so how can I link it with my
> project?
> Thanks alot,
> Alireza
>
More information about the Insight-users
mailing list