<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16735" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Dear all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm developing an application using InfoVis package 
distributed with VTK.</FONT></DIV>
<DIV><FONT face=Arial size=2>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).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Now I'd like to use paraview/overview 
(3.5.0)&nbsp;package in order to open the vtkTree files generated with my 
application.</FONT></DIV>
<DIV><FONT face=Arial size=2>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.</FONT></DIV>
<DIV><FONT face=Arial size=2>It says it cant recognize the data type 
TREE.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Is it normal?..May it's becouse the vtkTreeReader 
is not included in the package?...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I also tryed to create a plug in 
for&nbsp;vtkTreeReader....</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Here is the code:</FONT></DIV>
<DIV><FONT face=Arial size=2>----------------------</FONT></DIV>
<DIV><FONT face=Arial size=2>CMAKELIST</FONT></DIV>
<DIV><FONT face=Arial size=2>----------------------</FONT></DIV>
<DIV><FONT face=Arial size=2>FIND_PACKAGE(ParaView 
REQUIRED)<BR>INCLUDE(${PARAVIEW_USE_FILE})</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>ADD_PARAVIEW_PLUGIN(vtkTreeReader "1.0" 
<BR>&nbsp;&nbsp; SERVER_MANAGER_XML vtkTreeReader.xml<BR>&nbsp;&nbsp; 
GUI_RESOURCE_FILES vtkTreeReaderGUI.xml)<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>-------------------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2>vtkTreeReader.xml<BR></FONT></DIV>
<DIV><FONT face=Arial 
size=2>------------------------------------</FONT></FONT></DIV></DIV>
<DIV><FONT face=Arial size=2>&lt;ServerManagerConfiguration&gt;<BR>&nbsp; 
&lt;ProxyGroup name="sources"&gt;<BR>&nbsp;&nbsp; &lt;SourceProxy 
name="vtkTreeReader" 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
class="vtkTreeReader"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
label="VTK Tree reader"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Documentation<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; short_help="Read a VTK 
Tree file."<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; long_help="Read a VTK Tree 
file."&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Read a VTK Tree file The 
default file extension is .vtk.<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/Documentation&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;StringVectorProperty<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
name="FileName"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
animateable="0"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
command="SetFileName"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
number_of_elements="1"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;FileListDomain 
name="files"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Documentation&gt;<BR>&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; 
&lt;/Documentation&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/StringVectorProperty&gt;<BR>&nbsp;&nbsp; &lt;!-- End VTKTreeReader 
--&gt;<BR>&nbsp;&nbsp; &lt;/SourceProxy&gt;<BR>&nbsp; 
&lt;/ProxyGroup&gt;<BR>&lt;/ServerManagerConfiguration&gt;<BR></DIV></FONT>
<DIV><FONT face=Arial size=2>-------------------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2>vtkTreeReaderGUI.xml</FONT></DIV>
<DIV><FONT face=Arial size=2>------------------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2>&lt;ParaViewReaders&gt;<BR>&nbsp; &lt;Reader 
name="TreeReader" extensions="vtk" file_description="VTK Trees"&gt;<BR>&nbsp; 
&lt;/Reader&gt;<BR>&lt;/ParaViewReaders&gt;</DIV></FONT>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>It sucessfully complile but when i try to open the 
file it give me the same error. </FONT><FONT face=Arial size=2>The vtkTree file 
extension is also not present in the list of file type supported.</FONT></DIV>
<DIV><FONT face=Arial size=2>Any Idea?</FONT></DIV>
<DIV><FONT face=Arial size=2>I tryed to open the file also with overview but 
it&nbsp; happen the same.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thank you</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Matteo</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>