<div dir="ltr">Here are the instructions to build ParaView: <a href="http://paraview.org/Wiki/ParaView:Build_And_Install">http://paraview.org/Wiki/ParaView:Build_And_Install</a></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Sat, Jan 25, 2014 at 12:41 AM, Nicholas Yue <span dir="ltr"><<a href="mailto:yue.nicholas@gmail.com" target="_blank">yue.nicholas@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 21/01/14 1:56 AM, Utkarsh Ayachit wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Nicholas,<br>
<br>
There's not much to it once you have the vtkExporter subclass ready.<br>
For making that exporter available in ParaView, you create a XML<br>
putting the definition under the "exporters" group. The proxy<br>
definition should use a<br>
(<a href="http://www.paraview.org/ParaView3/Doc/Nightly/www/cxx-doc/classvtkSMExporterProxy.html" target="_blank">http://www.paraview.org/<u></u>ParaView3/Doc/Nightly/www/cxx-<u></u>doc/classvtkSMExporterProxy.<u></u>html</a>)<br>
(or subclass, e.g. RenderViewExporterProxy).<br>
<br>
The exporter dialog when created looks for all definitions available<br>
under the "exporters" group that "CanExport"<br>
(<a href="http://www.paraview.org/ParaView3/Doc/Nightly/www/cxx-doc/classvtkSMExporterProxy.html#a6a12e9c1401140db5a278617901a0603" target="_blank">http://www.paraview.org/<u></u>ParaView3/Doc/Nightly/www/cxx-<u></u>doc/classvtkSMExporterProxy.<u></u>html#<u></u>a6a12e9c1401140db5a278617901a0<u></u>603</a>)<br>
the active view and add that exporter's extension to the list.<br>
</blockquote></div>
Thank you.<br>
<br>
Is there a URL to read up on how build build Paraview so that the headers and library files are also installed ?<br>
<br>
My OS X install image does not come with the required vtkSMExporterProxy header file or library to build those plugins.<div class="HOEnZb"><div class="h5"><br>
<br>
Cheers<br>
<br>
-- <br>
Nicholas Yue<br>
Graphics - RenderMan, Visualization, OpenGL, HDF5<br>
Custom Dev - C++ porting, OSX, Linux, Windows<br>
<a href="http://au.linkedin.com/in/nicholasyue" target="_blank">http://au.linkedin.com/in/<u></u>nicholasyue</a><br>
<a href="https://vimeo.com/channels/naiadtools" target="_blank">https://vimeo.com/channels/<u></u>naiadtools</a><br>
<br>
</div></div></blockquote></div><br></div>