[Paraview] Commands for Source Plugin

2010-07-08 Thread owen.arnold
As part of a source plugin I am developing, I would like to provide gui input parameters. Many of the sources in paraview already provide this, such as the Sphere source, which allows properties like radius to be adjusted manually. I have included the IntegerVectorProperty xml fragment (see

Re: [Paraview] Commands for Source Plugin

2010-07-08 Thread Jérôme
Hi, First of all, your public virtual function is called 'SetNuberOfXBin' whereas the XML try to find SetNumberOfXBins. If this is a copy/paste from your real code, you would have to check your syntax. Second, the XML describes an IntegerVectorProperty with 10 elements, thus I expected to find a