[Paraview] ParaView 4.1.0 server-side reader plugin

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Thu Jan 16 12:37:49 EST 2014


By default plugins are treated as "REQUIRED_ON_SERVER" and
"REQUIRED_ON_CLIENT". Simply add a REQUIRED_ON_SERVER flag in your
add_paraview_plugin(...) call.

For example:


 ADD_PARAVIEW_PLUGIN(MyReader "1.0"
   SERVER_MANAGER_XML MyPNGReader.xml
   SERVER_MANAGER_SOURCES vtkMyPNGReader.cxx
   REQUIRED_ON_SERVER)


That should do the trick.

Utkarsh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20140116/1ce50146/attachment.html>


More information about the ParaView mailing list