<HTML>
<HEAD>
<TITLE>FW: [Paraview] vtkTree file problem with Paraview</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>I am forwarding this on to the InfoVis list where the developers of OverView are probably paying more attention right now.<BR>
<BR>
-Ken<BR>
<BR>
------ Forwarded Message<BR>
<B>From: </B>Matteo Campana &lt;<a href="campanam@libero.it">campanam@libero.it</a>&gt;<BR>
<B>Date: </B>Sun, 30 Nov 2008 14:45:15 -0700<BR>
<B>To: </B>&lt;<a href="paraview@paraview.org">paraview@paraview.org</a>&gt;<BR>
<B>Subject: </B>[Paraview] vtkTree file problem with Paraview<BR>
<BR>
</SPAN></FONT><SPAN STYLE='font-size:11pt'><FONT FACE="Arial">Dear all,<BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"> <BR>
</FONT><FONT FACE="Arial">I'm developing an application using InfoVis package distributed with VTK.<BR>
With my application I succesfully generate and visualize some vtkTree files using vtkTreeWriter and setting the extension of the file to vtk (ex. MyTree.vtk).<BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"> <BR>
</FONT><FONT FACE="Arial">Now I'd like to use paraview/overview (3.5.0) package in order to open the vtkTree files generated with my application.<BR>
I sucessufully compiled all paraview/overview pakage, I included all the plug in...but when I try to open my vtkTree files it give me an error.<BR>
It says it cant recognize the data type TREE.<BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"> <BR>
</FONT><FONT FACE="Arial">Is it normal?..May it's becouse the vtkTreeReader is not included in the package?...<BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"> <BR>
</FONT><FONT FACE="Arial">I also tryed to create a plug in for vtkTreeReader....<BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"> <BR>
</FONT><FONT FACE="Arial">Here is the code:<BR>
----------------------<BR>
CMAKELIST<BR>
----------------------<BR>
FIND_PACKAGE(ParaView REQUIRED)<BR>
INCLUDE(${PARAVIEW_USE_FILE})<BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"> <BR>
</FONT><FONT FACE="Arial">ADD_PARAVIEW_PLUGIN(vtkTreeReader &quot;1.0&quot; <BR>
&nbsp;&nbsp;&nbsp;SERVER_MANAGER_XML vtkTreeReader.xml<BR>
&nbsp;&nbsp;&nbsp;GUI_RESOURCE_FILES vtkTreeReaderGUI.xml)<BR>
-------------------------------------<BR>
vtkTreeReader.xml<BR>
------------------------------------<BR>
&lt;ServerManagerConfiguration&gt;<BR>
&nbsp;&nbsp;&lt;ProxyGroup name=&quot;sources&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&lt;SourceProxy name=&quot;vtkTreeReader&quot; <BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;class=&quot;vtkTreeReader&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;label=&quot;VTK Tree reader&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;Documentation<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;short_help=&quot;Read a VTK Tree file.&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;long_help=&quot;Read a VTK Tree file.&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read a VTK Tree file The default file extension is .vtk.<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/Documentation&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;StringVectorProperty<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;name=&quot;FileName&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;animateable=&quot;0&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;command=&quot;SetFileName&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;number_of_elements=&quot;1&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;FileListDomain name=&quot;files&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;Documentation&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This property specifies the file name for the VTK TREE reader.<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/Documentation&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/StringVectorProperty&gt;<BR>
&nbsp;&nbsp;&nbsp;&lt;!-- End VTKTreeReader --&gt;<BR>
&nbsp;&nbsp;&nbsp;&lt;/SourceProxy&gt;<BR>
&nbsp;&nbsp;&lt;/ProxyGroup&gt;<BR>
&lt;/ServerManagerConfiguration&gt;<BR>
-------------------------------------<BR>
vtkTreeReaderGUI.xml<BR>
------------------------------------<BR>
&lt;ParaViewReaders&gt;<BR>
&nbsp;&nbsp;&lt;Reader name=&quot;TreeReader&quot; extensions=&quot;vtk&quot; file_description=&quot;VTK Trees&quot;&gt;<BR>
&nbsp;&nbsp;&lt;/Reader&gt;<BR>
&lt;/ParaViewReaders&gt;<BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"> <BR>
&nbsp;<BR>
&nbsp;<BR>
</FONT><FONT FACE="Arial">It sucessfully complile but when i try to open the file it give me the same error. The vtkTree file extension is also not present in the list of file type supported.<BR>
Any Idea?<BR>
I tryed to open the file also with overview but it &nbsp;happen the same.<BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"> <BR>
</FONT><FONT FACE="Arial">Thank you<BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"> <BR>
</FONT><FONT FACE="Arial">Matteo<BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"> <BR>
<BR>
<BR>
------ End of Forwarded Message<BR>
</FONT></SPAN>
</BODY>
</HTML>