<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 <<a href="campanam@libero.it">campanam@libero.it</a>><BR>
<B>Date: </B>Sun, 30 Nov 2008 14:45:15 -0700<BR>
<B>To: </B><<a href="paraview@paraview.org">paraview@paraview.org</a>><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 "1.0" <BR>
SERVER_MANAGER_XML vtkTreeReader.xml<BR>
GUI_RESOURCE_FILES vtkTreeReaderGUI.xml)<BR>
-------------------------------------<BR>
vtkTreeReader.xml<BR>
------------------------------------<BR>
<ServerManagerConfiguration><BR>
<ProxyGroup name="sources"><BR>
<SourceProxy name="vtkTreeReader" <BR>
class="vtkTreeReader"<BR>
label="VTK Tree reader"><BR>
<Documentation<BR>
short_help="Read a VTK Tree file."<BR>
long_help="Read a VTK Tree file."><BR>
Read a VTK Tree file The default file extension is .vtk.<BR>
</Documentation><BR>
<StringVectorProperty<BR>
name="FileName"<BR>
animateable="0"<BR>
command="SetFileName"<BR>
number_of_elements="1"><BR>
<FileListDomain name="files"/><BR>
<Documentation><BR>
This property specifies the file name for the VTK TREE reader.<BR>
</Documentation><BR>
</StringVectorProperty><BR>
<!-- End VTKTreeReader --><BR>
</SourceProxy><BR>
</ProxyGroup><BR>
</ServerManagerConfiguration><BR>
-------------------------------------<BR>
vtkTreeReaderGUI.xml<BR>
------------------------------------<BR>
<ParaViewReaders><BR>
<Reader name="TreeReader" extensions="vtk" file_description="VTK Trees"><BR>
</Reader><BR>
</ParaViewReaders><BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"> <BR>
<BR>
<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 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>