<div dir="ltr">I am guessing the Java wrappers do not handle functions that take vtkVariant as arguments, which allows you to pass strings, numbers, etc. to the same function. What you would do without that function is to insert into the various columns separately by calling e.g.<div><br></div><div>xarr->SetTuple1(i, i * inc);</div><div><br></div><div>HTH,</div><div>Jeff</div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Apr 1, 2016 at 7:17 AM AlexUtrobin <<a href="mailto:AlexUtrobin@yandex.ru">AlexUtrobin@yandex.ru</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I use Java VTK.<br>
I am trying to repeat the example of<br>
<a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Plotting/ScatterPlot" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Plotting/ScatterPlot</a><br>
But vtkTable class does not contain a method setValue (table-> SetValue (i,<br>
0, i + 1);).<br>
<br>
Please, help me.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/vtkPlotting-and-vtkTable-tp5737478.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/vtkPlotting-and-vtkTable-tp5737478.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>