<div dir="ltr">See vtkDoubleArray::SetArray<div><br></div><div><a href="http://www.vtk.org/doc/nightly/html/classvtkAOSDataArrayTemplate.html#a7f9c5547ac008ac745e6f8295ff869a6">http://www.vtk.org/doc/nightly/html/classvtkAOSDataArrayTemplate.html#a7f9c5547ac008ac745e6f8295ff869a6</a><br></div><div><br></div><div>vtkUnsignedShortArray has a similar method.</div><div><br></div><div>HTH,</div><div>Dave</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 27, 2016 at 1:59 AM, arasu via vtkusers <span dir="ltr"><<a href="mailto:vtkusers@vtk.org" target="_blank">vtkusers@vtk.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="color:#000;background-color:#fff;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px"><div dir="ltr">I have data that is stored in std::vector - one for the X axis and one for the y axis. How do I get this into vtkarray / vtkTable for plotting - other than iterate through the vector and setting values one by one (there is a lot of data ).  my data is either std::vector<double> or std::vector<unsigned short>.   </div><div dir="ltr"><br></div><div dir="ltr">Is there a way to assign a pointer from my data to the vtkarray, or at least do a bulk copy of all the data rather than individually setting the values.</div><div dir="ltr"><br></div><div dir="ltr">Thanks in advance,</div><div dir="ltr"><br></div><div dir="ltr">-Arasu</div></div></div><br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div>