[Paraview] Custom filter/reader

DECHAUME, Antoine antoine.dechaume at sogeti.com
Tue Jan 20 11:49:07 EST 2015


Dear mailing list,

I would like to create a customisation of paraview to achieve the following :

  *   data of kind multi-group are stored in 2 files that have no available readers
     *   the first file contains the geometry, composed of several parts like geom1, geom2
     *   the second file contains the datasets bound to the geometry, composed of several datasets like data1, data2
  *   for my purposes, I'd like to create a pipeline that would look like the following in the pipeline browser
     *   builtin
        *   data1 (full geometry with dataset restricted to data1)
           *   geom1 (restriction of the parent node to a geometry part)
           *   geom2
        *   data2
           *   geom1
           *   geom2


After having read most of the wiki and other informations here and there, I am puzzled about how to tackle this in practice.

Is it possible to create a custom reader that would read the 2 files and would produce more than one pipeline source like data1 and data2 in the above example?

Furthermore, could a reader create the full pipeline as well?

Kindest regards,
Antoine.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20150120/94025bab/attachment.html>


More information about the ParaView mailing list