[Paraview] Descriptive Statistics vtkPSciVizDescriptiveStats No model output dataset or incorrect type error in Paraview 3.12.0

2012-02-25 Thread Tuomo Keskitalo
Dear Sir, there might be a bug in the Descriptive Statistics filter of Paraview 3.12.0. I get the following error when I apply the filter: ERROR: In /home/kitware/Dashboards/MyTests/ParaView-master/ParaViewCore/VTKExtensions/vtkSciVizStatistics.cxx, line 455 vtkPSciVizDescriptiveStats (0x46126c0

[Paraview] Distributed source for image data

2012-02-25 Thread Atanas Atanasov
Hello. i want to create a source plugin for the vtkImageData, which generates a distributed grid. The plugin now holds variables for entering the global offset, size and dimension. How should i set the extents on the different processes? Should i set the piece_id for the different pieces? At t

Re: [Paraview] Distributed source for image data

2012-02-25 Thread Pat Marion
Hi, Perhaps this python programmable source example will be helpful: http://www.paraview.org/Wiki/ParaView/Simple_ParaView_3_Python_Filters#Producing_Image_Data_.28Source.29 Pat On Sat, Feb 25, 2012 at 8:39 AM, Atanas Atanasov wrote: > Hello. > i want to create a source plugin for the vtkImag