<div dir="ltr">Hi Stephen,<div><br></div><div>You can also associate your array with a particular data set attribute like this:</div><div><br></div><div>  image.GetPointData().SetVectors(vtkdata)</div><div><br></div><div>or</div><div><br></div><div>  image.GetPointData().SetScalars(vtkdata)</div><div><br></div><div>These can be used instead of the <span style="font-size:12.8000001907349px">AddArray(</span><span style="font-size:12.8000001907349px">) method.</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px"> - David</span></div><div><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 10, 2015 at 4:24 PM, Stephen Hamilton <span dir="ltr"><<a href="mailto:stephenshamilton@gmail.com" target="_blank">stephenshamilton@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">I just figured out the missing line to make the vorticity work.  In order for the arrays to appear on the filter, you have to define the input array on the imagedata filter as a vector set, which makes sense. <div><br></div><div>I guess Murphy was waiting for me to send the previous message to the list to reveal that solution...</div><div><br></div><div>Adding this line to the code made everything work:</div><div>image.GetPointData().SetActiveVectors("Data")<span class=""><font color="#888888"><br></font></span></div><span class=""><font color="#888888"><div><br></div><div><br></div><div>Stephen</div></font></span></div>
</blockquote></div><br></div></div></div>