I want to write VTK filter first.Because I think it will be easier coding in windows than in linux,and if a VTK filter can work I know how to change a it to a paraview plugin filter. I'll try to write it as a paraview plugin directly.Thank you !
2009-09-22 young_jh123 发件人: Moreland, Kenneth 发送时间: 2009-09-22 06:59:07 收件人: young_jh123; [email protected] 抄送: 主题: Re: [Paraview] Problems with user defined filter How are you trying to use your filter? Are you trying to define it in a ParaView plugin? If so, you should be able to leave out any of the _EXPORT declarations and it should work OK. -Ken On 9/21/09 9:02 AM, "young_jh123" <[email protected]> wrote: I write a filter class just like the vtkAppendFilter ,and change a little on the mothod RequestData ..My class also inherited from vtkUnstructuredGridAlgorithm .I did the job all on windows vs2008.The vtkAppendFilter.h defines the class with VTK_GRAPHICS_EXPORT which means __declspec( dllimport ) on my computer,but if I used that macro to define my own filter class it would met some link errors .If I use the macro VTK_EXPORT or did not use macro to define my filter class ,it can complie well,but it did not work.I tried the debug.I found it would not invoke my RequestData function at all,and the it would not invoke vtkUnstructuredGridAlgorithm'RequestData methord either.The program invoked the method RequestData form vtkAlgorithm class directly.I don't know why? what should I do if want to define my own filter? Thanks a lot! 2009-09-21 young_jh123 **** Kenneth Moreland *** Sandia National Laboratories *********** *** *** *** email: [email protected] ** *** ** phone: (505) 844-8919 *** web: http://www.cs.unm.edu/~kmorel
_______________________________________________ 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
