[vtkusers] Reading binary file..other than vtk format..
Bill Lorensen
wlorens1 at nycap.rr.com
Wed Sep 13 21:09:03 EDT 2000
You can read it with your own code and import the data into
vtk with the vtkImageImport class:
http://public.kitware.com/vtk/quality/Doc/html/class_vtkImageImport.html
It's in imaging and there is a C++ example in imaging/examplesCxx/ImportExport.cxx
Bill
At 10:04 PM 9/13/00 +0000, Jason Lee wrote:
>Hi..
>
>I am new to Vtk and Tcl/tk... I want to read a binary data
>file and render the data. How would I do that...do I need to
>convert the data file into vtk format file then read it...
>(vtkStructuredPointsReader)...Any suggestions...
>
>Lee...
More information about the vtkusers
mailing list