>> Hi, I have an ascii file with 4 fileds:
>>
>> X Y Z C
>>
>> where X, Y, Z represent the coordinates of the point, and C represent the
>> component/value of the point (e.g. temperature, umidity, ecc.) I want to
>> convert this file in a vtk file. Is it possible? How can I do it? Thanks
>>
>> Luca

This should do what you want:
http://www.vtk.org/Wiki/VTK/Examples/Cxx/IO/ParticleReader

This would too, but it is more manual:
http://www.vtk.org/Wiki/VTK/Examples/Cxx/InfoVis/ReadDelimitedFile

David
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to