[Insight-users] pipeline VTK to ITK and ITK to VTK

Dunham Patrick pdunham@ulb.ac.be
Fri, 29 Nov 2002 17:48:41 +0100


Hi Luis,
I try my code without vtkImageReader but with a vtkImageNoiseSource and
there is no more error message.
So it seems that is the reader who is the problem. But I don't have any idea
about how to make it work.

And I try to isolate the two part of the pipeline and the error come with
the ITK to VTK part.

Thanks for any help.




----- Original Message -----
From: "Dunham Patrick" <pdunham@ulb.ac.be>
To: "Luis Ibanez" <luis.ibanez@kitware.com>
Cc: <insight-users@public.kitware.com>
Sent: Wednesday, November 27, 2002 3:51 PM
Subject: Re: [Insight-users] pipeline VTK to ITK and ITK to VTK


> Hi Luis,
>
> 1) I'm gonna try this.
>
> 2) My VTK pipeline alone works fine but i'm gonna make a clean build of
VTK
> to be sure.
>
> 3) I'm not but I'm sure I should ;o)
>
> Thanks for your help I'll let you know my progress.
>
>
> ----- Original Message -----
> From: "Luis Ibanez" <luis.ibanez@kitware.com>
> To: "Dunham Patrick" <usher@wanadoo.be>
> Cc: <insight-users@public.kitware.com>
> Sent: Wednesday, November 27, 2002 3:35 PM
> Subject: Re: [Insight-users] pipeline VTK to ITK and ITK to VTK
>
>
> >
> > Hi Patrick,
> >
> >
> > Interesting...
> >
> > Three things to try:
> >
> > 1) Please try the first half of the pipeline.
> >     Just putting the CastImageFilter after the
> >     itkVTKImport. Disconnect the second part
> >     ( ITK -> VTK )
> >
> > 2) Sorry for being paranoid but I will not
> >     rule out the DLL version mixing so fast.
> >     Could you try your application by removing
> >     the import/export section ?
> >     Just do a VTK pipeline. A runtime error
> >     looks pretty much like dll doing.
> >     Are you sure that there is *only one* version
> >     of VTK in your system ? Don't you have for
> >     example a built version and an installed version ?
> >
> > 3) Are you using CMake to configure your project ?
> >     If so, please double check the version of VTK
> >     that you are providing in the configuration.
> >
> >
> > Please let us know what you find.
> >
> >
> >   Thanks
> >
> >     Luis
> >
> >
> >
> > ================================
> >
> > Dunham Patrick wrote:
> >
> > > Hi Luis,
> > >
> > > I got no ITK filter in my pipeline yet.
> > > I'm just testing de import/export between itk and vtk.
> > >
> >
> > > The image type is DICOM.
> > >
> > > The complete error message is :
> > >
> > > "Runtime Error!
> > >
> > > ../program.exe
> > >
> > > This Application has requested the Runtime to terminate it in an
unusual
> > > way.
> > > Please contact the application's support team for more information"
> > >
> > > :( and this is under Windows.
> > >
> > > For the suspect number 4: All my VTK dlls are build in the same time
so
> > > there is no mix of version (I hope).
> > >
> > > Thanks.
> > >
> >
> >
> >
> > _______________________________________________
> > Insight-users mailing list
> > Insight-users@public.kitware.com
> > http://public.kitware.com/mailman/listinfo/insight-users
> >
>