[Paraview] Scene exporter development : Information and resources

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Sat Jan 25 11:02:17 EST 2014


Here are the instructions to build ParaView:
http://paraview.org/Wiki/ParaView:Build_And_Install


On Sat, Jan 25, 2014 at 12:41 AM, Nicholas Yue <yue.nicholas at gmail.com>wrote:

> On 21/01/14 1:56 AM, Utkarsh Ayachit wrote:
>
>> Nicholas,
>>
>> There's not much to it once you have the vtkExporter subclass ready.
>> For making that exporter available in ParaView, you create a XML
>> putting the definition under the "exporters" group. The proxy
>> definition should use a
>> (http://www.paraview.org/ParaView3/Doc/Nightly/www/cxx-
>> doc/classvtkSMExporterProxy.html)
>> (or subclass, e.g. RenderViewExporterProxy).
>>
>> The exporter dialog when created looks for all definitions available
>> under the "exporters" group that "CanExport"
>> (http://www.paraview.org/ParaView3/Doc/Nightly/www/cxx-
>> doc/classvtkSMExporterProxy.html#a6a12e9c1401140db5a278617901a0603)
>> the active view and add that exporter's extension to the list.
>>
> Thank you.
>
> Is there a URL to read up on how build build Paraview so that the headers
> and library files are also installed ?
>
> My OS X install image does not come with the required vtkSMExporterProxy
> header file or library to build those plugins.
>
>
> Cheers
>
> --
> Nicholas Yue
> Graphics - RenderMan, Visualization, OpenGL, HDF5
> Custom Dev - C++ porting, OSX, Linux, Windows
> http://au.linkedin.com/in/nicholasyue
> https://vimeo.com/channels/naiadtools
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20140125/d9b7c89e/attachment.html>


More information about the ParaView mailing list