Re: [Paraview] Writing a reader plugin for ParaView

2012-07-09 Thread Utkarsh Ayachit
Your class is missing implementations of various methods defined in the header including PrintSelf, New, etc. Provide implementations for those that the .so loading errors go away. Your CSVImage.xml is also an invalid xml. You may want to correct that. On Sun, Jul 8, 2012 at 6:45 PM, Rakesh

[Paraview] Writing a reader plugin for ParaView

2012-07-08 Thread Rakesh Hammond
Hi, I have been playing with writing a reader for ParaView. I followed the Kitware instructions from here http://www.kitware.com/products/html/WritingAParaViewReaderPlug-in.html I managed to get the source to build and ended up with a .so file as expected. When I try and load in ParaView via