Hello,<div><br></div><div>I cannot get my reader into ParaView&#39;s &quot;File -&gt; Open&quot; dialog.  I am following the &quot;CSVImageReader&quot; tutorial here:</div>
<div><a href="http://www.kitware.com/products/html/WritingAParaViewReaderPlug-in.html" target="_blank">http://www.kitware.com/products/html/WritingAParaViewReaderPlug-in.html</a></div>
<div><br></div><div>I built ParaView-3.8.1 from source using qt-4.5.3 on my 64-bit Linux workstation (FWIW, I&#39;ve also tried this on my Mac OSX 10.5.8 box using Nokia&#39;s qt-4.6.2 dmg release for 10.5+).  I built the libCSVImage.so after adding the following to the top of vtkCSVImageReader.cxx:</div>
<div><br></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><div>#include &quot;vtkCSVImageReader.h&quot;</div></div><div><div>#include &quot;vtkDataArray.h&quot;</div>
</div><div><div>#include &quot;vtkImageData.h&quot;</div></div><div><div>#include &quot;vtkInformation.h&quot;</div></div><div><div>#include &quot;vtkInformationVector.h&quot;</div></div><div><div>#include &quot;vtkObjectFactory.h&quot;</div>
</div><div><div>#include &quot;vtkPointData.h&quot;</div></div><div><div>#include &quot;vtkStreamingDemandDrivenPipeline.h&quot;</div></div><div><div>#include &quot;vtkTable.h&quot;</div></div><div><div>#include &quot;vtkVariant.h&quot;</div>
</div><div><div>vtkStandardNewMacro(vtkCSVImageReader);</div></div></blockquote><div><br></div><div>I start up ParaView, goto &quot;Tools -&gt; Manage Plugins -&gt; Load New ...&quot; and I now see &quot;CSVImage&quot; as &quot;Loaded&quot; in the &quot;Local Plugins&quot; pane.  However, the &quot;File -&gt; Open&quot; menu doesn&#39;t show the CSVImage type.  </div>
<div><br></div><div>When I attempt to open a *.csvimg file, I am prompted with a dialog titled &quot;Open Data WIth ...&quot; saying &quot;A reader for /home/schmitt/paraview/testData/test.csvimg&quot; could not be found.  Please choose one:&quot;  and a list of 22 readers (&quot;POP Ocean&quot; through &quot;TecPlot&quot;, but no CSVImage type.</div>
<div><br></div><div>What am I doing wrong?</div><div><br></div><div>Thank you,</div><div>Pete Schmitt</div>