<div dir="ltr">I think the way vtkTable works (from memory), you need to create any <a href="http://www.vtk.org/doc/nightly/html/classvtkDataArray.html">http://www.vtk.org/doc/nightly/html/classvtkDataArray.html</a><div>and add them as column to the table. They obviously need to be the same length, but other than that, that's it...</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 31, 2016 at 12:15 AM, AlexUtrobin <span dir="ltr"><<a href="mailto:AlexUtrobin@yandex.ru" target="_blank">AlexUtrobin@yandex.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I use the Java version of VTK 6.1.<br>
I need to add value to VtkTable, but this class does not contain a function<br>
setValue and insertNextValue.<br>
I tried to add value using vtkVariantArray, also did not find methods for<br>
inserting.<br>
<br>
Please help me to understand how it works.<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Trouble-with-vtkTable-tp5737452.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/Trouble-with-vtkTable-tp5737452.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<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>
</blockquote></div><br></div>