[vtkusers] vtkImagePlaneWidget - "cannot find class vtkCollectionSimpleIterator"
Amy Henderson
amy.henderson at kitware.com
Mon Sep 20 09:03:38 EDT 2004
Hi Istvan,
The problem is that you downloaded the latest CVS version of
vtkImagePlaneWidget.cxx and tried to compile it into VTK 4.4. That version
of VTK was created late in 2003, so you should not expect to be able to
update a single class to the current version and have everything work
properly. You should either use VTK 4.4 (even though vtkImagePlaneWidget
in that release does not have the specific method you mentioned), or you
should use the CVS version of VTK (the current development version, which
will contain bugs that a release version will not). Either way, use a
single version of VTK; do not try to mix classes from different
versions. If you decide to use the CVS version, the instructions for
getting VTK through CVS can be found here: http://www.vtk.org/get-software.php.
- Amy
At 02:04 PM 9/19/2004, Istvan Matis wrote:
>Hi Dean,
>
>I downloaded and compiled everything from:
>http://www.vtk.org/files/release/4.4/VTK-4.4-LatestRelease.zip (from the
>link Interim Release)
>
>A also downloaded everything from the link "nightly updates"
>http://www.vtk.org/files/nightly/vtkNightlyDocHtml.tar.gz
>but this file contains only the documentation of vtk 4.5.0 - as it says on
>the main-index page: Revision 1.1987 , Date 2004/09/16 01:46:28 . And not
>even this documentation contains the class vtkCollectionSimpleIterator....
>
>If this is the entire latest vtk, then yes, I have downloaded it and
>compiled it.
>If not, then my question is:
>
>Where can I download the latest vtk from?
>
>Thanks in advance,
>Istvan
>
>----- Original Message -----
>From: <dean.inglis at camris.ca>
>To: <vtkusers at vtk.org>
>Sent: Saturday, September 18, 2004 11:29 PM
>Subject: Re: [vtkusers] vtkImagePlaneWidget - "cannot find
>classvtkCollectionSimpleItera
>
>
> > Hi Istvan,
> >
> > are you downloading and compiling the entire latest VTK too?
> >
> > Dean
> >
> >
> >
> > Hello!
> >
> > I want to use the newest version of the class vtkImagePlaneWidget, since
>the method UseContinuousCursorOn() (of vtkIPW)is not implemented in the
>latest version of vtk (4-4-Nightly) which can be downloaded from the vtk
>website.
> >
> > I also downloaded the newest version of vtkImagePlaneWidget (cxx 1.87),
>but when I try to build it into VTK, it cannot find a class, which it
>references, called vtkCollectionSimpleIterator ! I cannot find this class
>anywhere on the web!
> >
> > Where can I find this class? Or how can I use the newest version of
>vtkImagePlaneWidget?
> >
> >
> >
> >
>
>_______________________________________________
>This is the private VTK discussion list.
>Please keep messages on-topic. Check the FAQ at:
><http://public.kitware.com/cgi-bin/vtkfaq>
>Follow this link to subscribe/unsubscribe:
>http://www.vtk.org/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list