<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7650.28">
<TITLE>RE: [vtkusers] Multiple SCALARS or VECTORS in POINT_DATA</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>The file named blow.vtk in the VTKData repository<BR>
sounds like an example of what you're looking for:<BR>
<A HREF="http://public.kitware.com/cgi-bin/viewcvs.cgi/Data/blow.vtk?rev=1.1&root=VTKData&view=auto/SCA">http://public.kitware.com/cgi-bin/viewcvs.cgi/Data/blow.vtk?rev=1.1&root=VTKData&view=auto/SCA</A><BR>
<BR>
However, Kitware generally advises using the XML file<BR>
format when you need multiple point or cell arrays<BR>
of the same type (scalar, vector, texture, ...).<BR>
<BR>
&nbsp;&nbsp;&nbsp; David<BR>
<BR>
-----Original Message-----<BR>
From: vtkusers-bounces+dcthomp=sandia.gov@vtk.org on behalf of Mengda Wu<BR>
Sent: Mon 1/1/2007 11:11 PM<BR>
To: vtkusers@vtk.org<BR>
Subject: [vtkusers] Multiple SCALARS or VECTORS in POINT_DATA<BR>
<BR>
Hi VTKers,<BR>
<BR>
&nbsp;&nbsp; Can I have multiple SCALARS or VECTORS in POINT_DATA of a VTK file.<BR>
<BR>
Something Like:<BR>
<BR>
POINT_DATA 6<BR>
SCALARS scalars1 float 1<BR>
LOOKUP_TABLE default<BR>
0.0 1.0 2.0 3.0 4.0 5.0<BR>
SCALARS scalars2 float 1<BR>
LOOKUP_TABLE default<BR>
5.0 4.0 3.0 2.0 1.0 0.0<BR>
<BR>
&nbsp;&nbsp; Or I need to use FIELD?<BR>
<BR>
Something Like:<BR>
POINT_DATA 6<BR>
scalars1 1 6 float<BR>
0.0 1.0 2.0 3.0 4.0 5.0<BR>
scalars2 1 6 float<BR>
5.0 4.0 3.0 2.0 1.0 0.0<BR>
<BR>
Thanks,<BR>
Mengda<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>