[Paraview] Writer plugin C++ code example

David Doria daviddoria at gmail.com
Sun Mar 25 13:50:29 EDT 2012


On Sun, Mar 25, 2012 at 3:43 AM, Nicholas Yue <yue.nicholas at gmail.com> wrote:
> Hi,
>
>    I checked out from the git repository of paraview and build with
> PARAVIEW_INSTALL_DEVELOPMENT=ON
>
>    While looking at the plugins directory
>
> <some-path>/Paraview_git/Examples/Plugins/Writer
>
>    I can see the directory contains the XML files for writer plugin but no
> C++ code to illustrate how one should write the plugins in C++
>
>    On closer examination, the CMakeLists talks about building "reader"
>
>    My interest is to write geometry information out for rendering using and
> external software e.g. RenderMan.
>
>    Any pointers or URL I can start looking at ?
>
> Regards
>
> --
> Nicholas Yue

Have you seen these pages?

http://www.itk.org/Wiki/ParaView/Plugin_HowTo
http://www.itk.org/Wiki/ParaView/User_Created_Plugins

David


More information about the ParaView mailing list