Take a look at the following link on the ParaView Wiki: http://www.paraview.org/Wiki/Plugin_HowTo
It has a section on writing reader plugins. Utkarsh On Thu, Mar 12, 2009 at 10:47 PM, shenyanwen <[email protected]> wrote: > I am adding a new reader in ParaView as a plugin.There are some questions > about how to add the files in the appropriate path. > So Now I have already known how to write the files the plugin needs.But I > read the book The ParaView Guide, it says that if I want to write a > Client-side Plugin,I should write the source file vtkMyReader.cxx|h, and > then I need to write a SM.xml file, where shoul I add this file? And where > should I add the GUI.xml file and the CMakeLists.txt file which contains > ADD_PARA_PLUGIN( )? Thanks so much! > > -- > [email protected] > Mobile Phone:13476177952 > Tel: 027-87558144 > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
