<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hi!<br>I´m having trouble setting a point data array in my filter:<br><br>As I have to retrieve the point data with <br>input -&gt; GetPointData() -&gt; GetArray(0) -&gt; GetData(0,numOfTuples,1,1,scalars);<br><br>I need something similiar to set the output data of my filter. I tried <br>output -&gt; GetPointData() -&gt; AddArray(new_scalars);<br>where new_scalars is a vtkDoubleArray, but this does not work - how do I set the output correctly?<br><br>thx,<br>NH<br><br /><hr />Express yourself instantly with MSN Messenger! <a href='http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/' target='_new'>MSN Messenger</a></body>
</html>