visualize irregular data in vtk
Posted
by aaron berry
on Stack Overflow
See other posts from Stack Overflow
or by aaron berry
Published on 2009-11-09T18:51:23Z
Indexed on
2010/04/06
23:03 UTC
Read the original article
Hit count: 381
vtk
I have an irregular data, x dimension - 384, y dimension - 256 and z dimension 64. Now these coordinates are stored in 3 separate binary files and i have a data file having a data value for these points. I want to know, how can i represent such data to be easily visualized in vtk.
Till now we were using AVS which has fld files, which can read such data easily. I dont know how to do it in vtk. Would appreciate any pointers in this direction.
© Stack Overflow or respective owner