<div dir="ltr">Hi Ruben,<div><br></div><div>You will need to create an array that holds the vector field, likely either a vtkFloatArray or vtkDoubleArray, to store your vector field. Set the number of tuples in the array to the number of elements in your vector. Then you will need to add this array to either the point or cell data in your data set as appropriate. Finally, just write out your data set with the writer.</div><div><br></div><div>HTH,</div><div>Cory</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 23, 2016 at 4:21 PM, Ruben van Staden <span dir="ltr"><<a href="mailto:rubenvanstaden@gmail.com" target="_blank">rubenvanstaden@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hey all<div><br></div><div>I'm pritty new to VTK. How do I add a vector fieldĀ </div><div>to a .vts or .vtk file using the VTK library?</div><div>I did this example and simple want to add</div><div>a vector field to this file:</div><div><br></div><div><a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/IO/XMLStructuredGridWriter" target="_blank">http://www.vtk.org/Wiki/VTK/Examples/Cxx/IO/XMLStructuredGridWriter</a><br></div><div><br></div><div>Thanx in advance</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><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Cory Quammen<br>R&D Engineer<br>Kitware, Inc.</div>
</div>