[Paraview] Custom filters

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Thu Dec 15 07:36:17 EST 2016


Ah, looks like you're using a Python programmable filter. Alas,
currently, it's a bit complicated to do this for a Programmable
filter, it'll need some figuring out on my part. In the mean time,
subclassing Exodus reader may be the easier option.

Utkarsh

On Thu, Dec 15, 2016 at 6:09 AM, Utkarsh Ayachit
<utkarsh.ayachit at kitware.com> wrote:
> Rustem,
>
> Can you share snippets of your XML/code to help me understand how
> you're building this custom filter?
>
> Thanks
> Utkarsh
>
> On Thu, Dec 8, 2016 at 5:43 PM, Rustem Khabetdinov
> <rustem.khabetdinov at gmail.com> wrote:
>> Hello
>>
>> I have a custom filter that reads data with vtk exodus reader. I don't
>> understand how to display information about blocks(like using paraview
>> reader). I tried to add SILDomain from readers.xml but it doesn't work.
>>
>> Is it possible to implement this using custom filters or should I write my
>> own reader based exodus?
>>
>> Best Regards,
>> Rustem Khabetdinov.
>>
>> _______________________________________________
>> 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
>>
>> Search the list archives at: http://markmail.org/search/?q=ParaView
>>
>> Follow this link to subscribe/unsubscribe:
>> http://public.kitware.com/mailman/listinfo/paraview
>>


More information about the ParaView mailing list