[Paraview] Support for Graphs in Paraview

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Mon Mar 29 17:09:57 EDT 2010


Easiest option would be create a new filter that applies your filter
and then graph-to-poly-data internally or use a Custom Filter --
manually create the pipeline once in the GUI then use Tools | Create
Custom Filter to create the custom filter.

Utkarsh

On Mon, Mar 29, 2010 at 4:58 PM, David Doria <daviddoria at gmail.com> wrote:
> On Mon, Mar 29, 2010 at 2:10 PM, Utkarsh Ayachit
> <utkarsh.ayachit at kitware.com> wrote:
>>
>> Currently stock ParaView cannot show vtkGraph directly.
>>
>> Utkarsh
>
> Ok. Is there a way I can tell the Paraview plugin to run
> vtkGraphToPolyData on the output of my filter so that paraview can
> then display it? e.g. instead of calling GetOutput() on my filter,
> could Paraview call GetPolyDataOutput()?
>
> Thanks,
>
> David
>


More information about the ParaView mailing list