> 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.
> It says it cant recognize the data type TREE.

The legacy reader for paraview/overview does not yet support VTK classes.

> I also tryed to create a plug in for vtkTreeReader....

Your reader plugin looks close to correct, and should appear in the
menu. Does your plugin appear in OverView under Tools -> Manage
Plugins ?
You can also try adding

  SERVER_MANAGER_SOURCES ${VTK_SOURCE_DIR}/IO/vtkTreeReader.h

to your ADD_PARAVIEW_PLUGIN command. You can look at Plugins/Infovis
to see how other infovis readers are added to the list.

Jeff

>
> 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.
> Any Idea?
> I tryed to open the file also with overview but it  happen the same.
>
> Thank you
>
> Matteo
>
>
>
> ------ End of Forwarded Message
>
> _______________________________________________
> Infovis mailing list
> [EMAIL PROTECTED]
> http://public.kitware.com/cgi-bin/mailman/listinfo/infovis
>
>



-- 
Jeff Baumes, Ph.D.
R&D Engineer, Kitware Inc.
(518) 371-3971 x132
[EMAIL PROTECTED]
_______________________________________________
ParaView mailing list
[email protected]
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to