[vtkusers] vtk-developer list?
Juan José Aja Fernández
juan.aja at gmail.com
Wed Apr 6 23:05:00 EDT 2005
I too updated to the latest cvs version and noticed some strange changes.
I was working with the cvs version of about a month ago, when I
updated to the latest I found that
vtkUnstructuredGridVolumeRayCastMapper was moved to a new folder:
vtkVolumeRendering, ok no problem I just changed my CMakeLists to work
with the new structure. When I recompiled my program stopped working
saying that the method New in vtkUnstructuredGridVolumeRayCastMapper
was protected, that seemed weird so I checked the source and found
that the revision number was 1.1, but in my previous version (the one
from a month ago) the exact same file says revision 1.24.
How come? Did you guys decided to roll back?
Thanks in advance
On Apr 5, 2005 12:01 PM, Mathieu Malaterre
<mathieu.malaterre at kitware.com> wrote:
>
> > Well, when I said Makefile what I really meant was CMakeLists.txt . I
> > had to add those libraries to the "TARGET_LINK_LIBRARIES" line.
>
> Sorry I did not realize. This is a tricky case since vtkVolumeRendering
> is at the end: it only depends on other libraries but no existing
> library depend on it (obviously!). Hopefully this is extremely rare, and
> in fact this is the first time since VTK 4.0 that a new library is added
> like that (only VTK/Widgets was added recently but nothing was moved to
> this library from existing VTK lib).
>
> > Ok.. I wasn't sure you allowed just anyone to edit pages. I figured it
> > was restricted to Kitware Employees & special VTK contributors.
>
> Nope, it is only restricted to non-spammers :)
>
> Mathieu
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
More information about the vtkusers
mailing list