[vtkusers] vtkQtChart ?

Jeff Baumes jeff.baumes at kitware.com
Tue Nov 18 10:35:50 EST 2008


The Qt chart library is being maintained by several people at Sandia
National Labs, ETI, and Kitware. It is a very new feature (after VTK
5.2). The code inside GUISupport/Qt/Chart is indeed VTK-independent,
while the layer of VTK interoperability is located in GUISupport/Qt.
There are classes there to adapt a vtkTable into a Qt item model to
use in a chart, and also to treat a chart as a vtkView subclass (see
VTK/Views for other view classes).

I agree that TemperaturesBoxPlot needs to be removed or significantly cleaned.

In the immediate future, the VTK interoperability layer will go
through an overhaul to simplify the process of creating a chart from a
VTK data object.

Jeff

On Tue, Nov 18, 2008 at 2:32 AM, Paul Harris <harris.pc at gmail.com> wrote:
> Hi all,
>
> Who is behind vtkQtChart ?  It seems to be a completely separate library, it
> doesn't #include ANY files apart from its own vtkQtChart files...
>
> The only non-vtkQtChart file that includes any vtkQtChart file is
> VTK/Examples/Infovis/Cxx/ChartView/TemperaturesBoxPlot.cxx
>
> which grabs some data out of an SQL db, and then proceeds to use a for loop
> to copy the data from the vtk dataobjects into the chart !
>
> What happened to the vtk data models, connections, etc ?  Isn't that the
> strength of vtk ?
>
> What is the future of this component ?
>
> thanks,
> Paul
>
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>



-- 
Jeff Baumes, Ph.D.
R&D Engineer, Kitware Inc.
(518) 371-3971 x132
jeff.baumes at kitware.com



More information about the vtkusers mailing list