Hi Mark,<br><br>I can help you get your reader integrated into VTK/ParaView.  I think the test should at least have a cell of each type that you want to import into VTK as well as point data and cell data if it has cell data with an array with both 1 and 3 components.  I would think that a single test should be sufficient if it covers all of this.  The important thing is that if people make changes to the reader that we are at least able to verify that it still is able to read in your test grid.<br>
<br>Andy<br><br><div class="gmail_quote">On Thu, Jul 29, 2010 at 3:43 PM, Mark Olesen <span dir="ltr">&lt;<a href="mailto:Mark.Olesen@faurecia.com">Mark.Olesen@faurecia.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
On Thu, 2010-07-29 at 12:09 -0400, Andy Bauer wrote:<br>
&gt; The test file to be read in shouldn&#39;t be too large so that the test<br>
&gt; actually completes fairly quickly.  My best recommendation is to see<br>
&gt; how other readers are being test.  What type of output does your<br>
&gt; reader produce?<br>
<br>
It produces an UnstructuredGrid.<br>
Actually it&#39;s here if you&#39;re interested in taking a look:<br>
<a href="http://github.com/olesenm/VTK/blob/custom/IO/vtkProStarReader.h" target="_blank">http://github.com/olesenm/VTK/blob/custom/IO/vtkProStarReader.h</a><br>
<a href="http://github.com/olesenm/VTK/blob/custom/IO/vtkProStarReader.cxx" target="_blank">http://github.com/olesenm/VTK/blob/custom/IO/vtkProStarReader.cxx</a><br>
<br>
The xml layer is still on the Paraview side of things though:<br>
<a href="http://github.com/olesenm/ParaView/blob/custom/Servers/ServerManager/Resources/readers.xml" target="_blank">http://github.com/olesenm/ParaView/blob/custom/Servers/ServerManager/Resources/readers.xml</a><br>
<br>
<br>
I can easily whip up some small test files with various cell shapes<br>
(tet, polyhedral) etc, but I&#39;m not not actually sure how this is<br>
supposed to be used to check that reader is working correctly.<br>
<br>
I would like to get it integrated though into paraview/vtk though.<br>
For CFD geometries (not results), it&#39;s a fairly simple, robust,<br>
ASCII-based format that covers all (linear) 2/3-D cell types.<br>
<br>
<br>
/mark<br>
<br>
<br>
DISCLAIMER:<br>
This electronic transmission (and any attachments thereto) is intended solely for the use of the addressee(s). It may contain confidential or legally privileged information. If you are not the intended recipient of this message, you must delete it immediately and notify the sender. Any unauthorized use or disclosure of this message is strictly prohibited. Faurecia does not guarantee the integrity of this transmission and shall therefore never be liable if the message is altered or falsified nor for any virus, interception or damage to your system.<br>

<br>
</blockquote></div><br>