The programmable filter came before vtkTable, so the XML that declares
what ParaView will feed it doesn't allow it. I'll push this fix and
we'll see how it goes.

diff --git a/ParaViewCore/ServerImplementation/Resources/pythonfilter.xml b/Para
index 8df611e..d4b2d98 100644
--- a/ParaViewCore/ServerImplementation/Resources/pythonfilter.xml
+++ b/ParaViewCore/ServerImplementation/Resources/pythonfilter.xml
@@ -109,7 +109,7 @@
                  <Group name="filters"/>
                </ProxyGroupDomain>
                <DataTypeDomain name="input_type">
-                 <DataType value="vtkDataSet"/>
+                 <DataType value="vtkDataObject"/>
                </DataTypeDomain>
                <Documentation>
                 This property specifies the input(s) to the programmable filter

David E DeMarle
Kitware, Inc.
R&D Engineer
28 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-371-3971 x109



On Tue, Apr 19, 2011 at 9:38 AM, Randy Heiland <[email protected]> wrote:
> Hi gang,
>
> I have a simple CSV input file and would like to perform a simple arithmetic 
> operation and plot results, e.g. Col1xCol2.  I thought the Programmable 
> Filter might be the ticket, but it is disabled, so I'm wondering why and/or 
> wondering what an alternative approach is?
>
> PV 3.10.1 from binary.
>
> thanks, Randy
> _______________________________________________
> 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

Reply via email to