<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi!<br>I´m having trouble retrieving the data from a vector-valued vtkDoubleArray, my code looks like this:<br><br>double tuple[3]; //tuple should be stored in this array<br>scalars -&gt; GetTupleValue(i,tuple);<br><br>The first component, i.e. tuple[0] is retrieved properly, but tuple[1] and tuple[2] are definitely wrong, does anyone see the reason? <br>(the array has 3 components, that´s checked). <br>Or is there any other method I could use?<br><br>thx,<br>Natalie<br><br /><hr />Hay un nuevo Messenger que tienes que conocer... <a href='http://www.nuevomessenger2009.com/' target='_new'>¡Mira las novedades!</a></body>
</html>