[vtkusers] vtkPlotting and vtkTable

Jeff Baumes jeff.baumes at kitware.com
Mon Apr 4 07:39:14 EDT 2016


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.

xarr->SetTuple1(i, i * inc);

HTH,
Jeff

On Fri, Apr 1, 2016 at 7:17 AM AlexUtrobin <AlexUtrobin at yandex.ru> wrote:

> I use Java VTK.
> I am trying to repeat the example of
> http://www.vtk.org/Wiki/VTK/Examples/Cxx/Plotting/ScatterPlot
> But vtkTable class does not contain a method setValue (table-> SetValue (i,
> 0, i + 1);).
>
> Please, help me.
>
>
>
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/vtkPlotting-and-vtkTable-tp5737478.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20160404/b95e216d/attachment.html>


More information about the vtkusers mailing list