> > Add > vtkTypeRevisionMacro(vtkICPFilter, vtkPolyDataAlgorithm); > to your vtkICPFilter.h. > > Sven >
That did the trick. However, now that it compiles correctly, when I load the plugin in Paraview it has a yellow warning symbol (! in a triangle) and it says: Load Error, Plugin verification data mismatch in libICP.so undefined symbol: _ZTV12vtkICPFilter This looks like a linker error, but my CMakeLists.txt contains SERVER_MANAGER_SOURCES vtkICPFilter.cxx which should be the only implementation file needed, right? Here is the latest (compiling) version. http://www.rpi.edu/~doriad/Paraview_List/ICP/ Thanks, David
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
