It the filters.xml it exists:

    <!-- ==================================================================
-->
    <SourceProxy name="AttributeDataToTableFilter"
      class="vtkAttributeDataToTableFilter"
      label="Extract Attributes">
      <Documentation
        short_help="Extract attribute data as a table."
        long_help="Extract attribute data as a table.">
        This is a filter that produces a vtkTable from the chosen attribute
in
        the input dataobject. This filter can accept composite datasets. If
the
        input is a composite dataset, the output is a multiblock with
vtkTable
        leaves.
      </Documentation>
      <InputProperty name="Input" command="SetInputConnection">
        <ProxyGroupDomain name="groups">
          <Group name="sources" />
          <Group name="filters" />
        </ProxyGroupDomain>
        <DataTypeDomain name="input_type">
          <DataType value="vtkDataObject" />
        </DataTypeDomain>
        <Documentation>
          The input.
        </Documentation>
      </InputProperty>
Bart


On Fri, 10 Apr 2009 09:44:56 -0400, Utkarsh Ayachit
<[email protected]> wrote:
> Ok try this:
> In the source directory, open Servers/ServerManager/Resources/filters.xml
> 
> Search for "AttributeDataToTableFilter". Does that exist?
> 
> Utkarsh
> 

_______________________________________________
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