[vtkusers] VTK- Vectors visualization

Marcio Antonio Mathias (EDB) marcio.mathias at edb.ericsson.se
Fri Mar 14 11:57:12 EST 2003


Hi,
Hi VTK users,
I posted this questions some days ago but I got no answer. Does someone know how to read ´n´ vectors blocks (identified  by "vectorsn" in the example), retriving one by each time?. All these vectors are described in the same file and, they are  associated to a single data structures data points block
I am presenting as follows the data format that I am trying to use in this task. I will be glad if someone send me an alternative format to implement this visualization.

Dummy example:

# vtk DataFile Version 2.0
T Ey 250 1.667778e-011 4.169446e-009
ASCII
DATASET STRUCTURED_POINTS
DIMENSIONS 2  1  2 
SPACING 1.0 1.0 1.0
ORIGIN 0 0 0
POINT_DATA 4
SCALARS scalars float
LOOKUP_TABLE default
1.0 1.0
1.0 1.0
VECTORS vectors0 float
0 1 0
1 0 0
0 0 1
1 0 0
VECTORS vectors1 float
0 1 0
0 1 0
1 0 0
0 0 1
VECTORS vectors2 float
.
.
.

Thanks, Marcio.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20030314/0f744fb1/attachment.htm>


More information about the vtkusers mailing list