Hello,<div><br></div><div>I cannot get my reader into ParaView's "File -> Open" dialog. I am following the "CSVImageReader" 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've also tried this on my Mac OSX 10.5.8 box using Nokia'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 "vtkCSVImageReader.h"</div></div><div><div>#include "vtkDataArray.h"</div>
</div><div><div>#include "vtkImageData.h"</div></div><div><div>#include "vtkInformation.h"</div></div><div><div>#include "vtkInformationVector.h"</div></div><div><div>#include "vtkObjectFactory.h"</div>
</div><div><div>#include "vtkPointData.h"</div></div><div><div>#include "vtkStreamingDemandDrivenPipeline.h"</div></div><div><div>#include "vtkTable.h"</div></div><div><div>#include "vtkVariant.h"</div>
</div><div><div>vtkStandardNewMacro(vtkCSVImageReader);</div></div></blockquote><div><br></div><div>I start up ParaView, goto "Tools -> Manage Plugins -> Load New ..." and I now see "CSVImage" as "Loaded" in the "Local Plugins" pane. However, the "File -> Open" menu doesn'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 "Open Data WIth ..." saying "A reader for /home/schmitt/paraview/testData/test.csvimg" could not be found. Please choose one:" and a list of 22 readers ("POP Ocean" through "TecPlot", 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>