Hi David,
>> (That's a classic one and something else for the wiki.)
>> Just wrap all variable declarations involving vtkSmartPointer up into a
>> //BTX
>> ... code ...
>> //ETX
>> comment. To hide that particular setting from the parser in
>> vtkWrapClientServer which does not handle well those declarations
>> involving VTK classes.
>>
>> Sven
>
> Thanks Sven, that fixed the syntax error. However, I am getting a new error
> now:
>
> vtkICPFilterClientServer.cxx:97: error: invalid conversion from
> ‘vtkPolyDataAlgorithm*’ to ‘vtkICPFilter*
>
> Anyone know what would cause this?
Add
vtkTypeRevisionMacro(vtkICPFilter, vtkPolyDataAlgorithm);
to your vtkICPFilter.h.
Sven
_______________________________________________
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