<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi!<br>Thanks, retrieving works now, but the next problem is inserting:<br>I tried the following:<br><br>result -&gt; InsertTuple3(i,tuple[0],tuple[1],tuple[2]);<br><br>or <br><br>result -&gt; InsertNextTuple(tuple);<br><br>but none of those methods work correctly. I checked the values of tuple, they are correct, but in the output - dataset, the values are wrong.. <br><br>thx, <br>Natalie<br><br><br>&gt; Date: Sat, 18 Apr 2009 16:51:49 -0400<br>&gt; Subject: Re: [Paraview] Retrieving tuples from dataset<br>&gt; From: berk.geveci@kitware.com<br>&gt; To: nataliehapp@hotmail.com<br>&gt; CC: paraview@paraview.org<br>&gt; <br>&gt; For sanity check, what do these return?<br>&gt; <br>&gt; scalars-&gt;GetValue(i*3+1)<br>&gt; scalars-&gt;GetValue(i*3+2)<br>&gt; <br>&gt; scalars-&gt;GetTuple(i)[1]<br>&gt; scalars-&gt;GetTuple(i)[2]<br>&gt; <br>&gt; -berk<br>&gt; <br>&gt; On Fri, Apr 17, 2009 at 8:58 AM, Natalie Happenhofer<br>&gt; &lt;nataliehapp@hotmail.com&gt; wrote:<br>&gt; &gt; Hi!<br>&gt; &gt; I´m having trouble retrieving the data from a vector-valued vtkDoubleArray,<br>&gt; &gt; my code looks like this:<br>&gt; &gt;<br>&gt; &gt; double tuple[3]; //tuple should be stored in this array<br>&gt; &gt; scalars -&gt; GetTupleValue(i,tuple);<br>&gt; &gt;<br>&gt; &gt; The first component, i.e. tuple[0] is retrieved properly, but tuple[1] and<br>&gt; &gt; tuple[2] are definitely wrong, does anyone see the reason?<br>&gt; &gt; (the array has 3 components, that´s checked).<br>&gt; &gt; Or is there any other method I could use?<br>&gt; &gt;<br>&gt; &gt; thx,<br>&gt; &gt; Natalie<br>&gt; &gt;<br>&gt; &gt; ________________________________<br>&gt; &gt; Hay un nuevo Messenger que tienes que conocer... ¡Mira las novedades!<br>&gt; &gt; _______________________________________________<br>&gt; &gt; Powered by www.kitware.com<br>&gt; &gt;<br>&gt; &gt; Visit other Kitware open-source projects at<br>&gt; &gt; http://www.kitware.com/opensource/opensource.html<br>&gt; &gt;<br>&gt; &gt; Please keep messages on-topic and check the ParaView Wiki at:<br>&gt; &gt; http://paraview.org/Wiki/ParaView<br>&gt; &gt;<br>&gt; &gt; Follow this link to subscribe/unsubscribe:<br>&gt; &gt; http://www.paraview.org/mailman/listinfo/paraview<br>&gt; &gt;<br>&gt; &gt;<br><br /><hr />¿Quieres saber cómo va a estar el clima mañana?  <a href='http://tiempo.latam.msn.com/ ' target='_new'>¡Ingresa ahora a MSN!</a></body>
</html>