[Paraview-developers] reader plugin

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Thu May 29 14:45:57 EDT 2014


Not needed, however you should not be doing any compute (or I/O)
intensive tasks in RequestInformation. It should typically just read
meta-data or header information and then provide relevation
information for  VTK/ParaView pipeline.

Utkarsh

On Thu, May 29, 2014 at 1:36 PM, Mickael Philit <mickey.phy at gmail.com> wrote:
> Thanks for the tip.
> Should I also fire progress events during RequestInformation  ?
>
> Mickael
>
>
> On 29/05/2014 12:55, Utkarsh Ayachit wrote:
>>
>> That's cool. BTW, you no longer need the CGNSReaderGUI.xml file. The
>> <ReaderFactory> hints in the CGNSReaderSM.xml should be sufficient. To
>> avoid the freeze, make sure your RequestData fires progress events at
>> a 'reasonable' rate.
>>
>> Utkarsh
>>
>> On Wed, May 28, 2014 at 5:59 PM, Mickael Philit <mickey.phy at gmail.com>
>> wrote:
>>>
>>> Hello,
>>>
>>> I've started messing with the cgns Visit reader code included in ParaView
>>> to
>>> make a plugin.
>>> The code is available here :
>>> https://github.com/MicK7/CGNSReader_ParaView_Plugin.
>>> It is still an early spaghetti code but should not crash ParaView.
>>> My goal is just to prevent a freeze of ParaView ui when selecting a big
>>> file.
>>>
>>> Mickael
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Paraview-developers mailing list
>>> Paraview-developers at paraview.org
>>> http://public.kitware.com/mailman/listinfo/paraview-developers
>>
>>
>


More information about the Paraview-developers mailing list