<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Dear mailing list,<br>
<br>
I would like to create a customisation of paraview to achieve the following :<br>
<ul>
<li>data of kind multi-group are stored in 2 files that have no available readers
<ul>
<li>the first file contains the geometry, composed of several parts like geom1, geom2<br>
</li><li>the second file contains the datasets bound to the geometry, composed of several datasets like data1, data2<br>
</li></ul>
</li><li>for my purposes, I'd like to create a pipeline that would look like the following in the pipeline browser
<ul>
<li>builtin
<ul>
<li>data1 (full geometry with dataset restricted to data1)<br>
<ul>
<li>geom1 (restriction of the parent node to a geometry part)<br>
</li><li>geom2 </li></ul>
</li><li>data2
<ul>
<li>geom1 </li><li>geom2 </li></ul>
</li></ul>
</li></ul>
</li></ul>
<p><br>
</p>
<p>After having read most of the wiki and other informations here and there, I am puzzled about how to tackle this in practice.<br>
</p>
<p>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?<br>
</p>
<p>Furthermore, could a reader create the full pipeline as well?<br>
</p>
<p>Kindest regards,<br>
Antoine.<br>
</p>
</body>
</html>