There was another bug in the XML, I've fixed it. Now it should not crash on Sphere. However it won't generate any gradient either. Try applying an Elevation filter to add some scalars to the dataset before using the cell derrivatives filter.
Utkarsh On Mon, May 9, 2011 at 2:08 AM, pratik <[email protected]> wrote: > Also, i compiled the plugin to create a shared library on both server and > client (built seperately using respective builds). > However, is the cell derivates plugin supposed to work without any more > code? I tried it on the "sphere " source on my client and it crashed. Also, > i tried it on my data on the Cluster(which is definetly a scalar data > defined on cells) and i think it crashed there too (got a message saying > that server connection closed). > Do you have an idea why this may be behaving as such? In particular, does > the plugin work on the sphere source on your build? > > pratik > > P.S: i think the name of the file should be "CellDerivatives.xml" (i.e > without the "vtk-") for the CMakeLists that you have given in the tutorial > > On Monday 09 May 2011 11:01 AM, pratik wrote: >> >> The plugin loaded on the client. But when i try to load it on the server, >> it gives an error saying: >> Load error: path/to/file/vtkcellderivatives.xml :invalid ELF header >> This seems to be mentioned here too: >> >> http://www.itk.org/Wiki/ParaView/Plugin_HowTo#Plugin_loaded.2C_but_invalid_ELF_header >> >> pratik >> On Friday 06 May 2011 11:54 PM, Utkarsh Ayachit wrote: >>> >>> There's already a filter named "CellDerivative" in paraview and hence >>> it doesnt' show up separately. Just rename the proxy as >>> "CellDerrivative2" or something and you'll see it in the filters >>> list. I am going to update the wiki as well. >>> >>> Utkarsh >>> >>> On Fri, May 6, 2011 at 2:16 PM, pratik<[email protected]> wrote: >>>> >>>> Hi, >>>> I copied the code for vtkCellDerivatives.xml given here: >>>> http://paraview.org/Wiki/Plugin_HowTo#Enabling_an_existing_VTK_filter >>>> verbatim and loaded it into PV 3.10.1 through the plugin manager, but >>>> the >>>> filter does not appear on the filters->alphabetical tab. >>>> Is there something else that I have to do to get the filter to appear? >>>> >>>> pratik >>>> _______________________________________________ >>>> 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 >>>> >> > > _______________________________________________ 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
