-
- Downloads
Added a SelectionMode variable to vtkChart and Scatter Plot
This is a part of the work to add more selection features to the vtk charts. Five types of seleciton mode can be set to the scene SELECTION_NONE, SELECTION_DEFAULT, SELECTION_ADDITION, SELECTION_SUBTRACTION, SELECTION_TOGGLE, which will be used later by the charts in the scene to do these type of selections. Change-Id: I4abca2d1d19b40859f42e784d97aec95ed278863
Showing
- Charts/vtkChart.cxx 25 additions, 0 deletionsCharts/vtkChart.cxx
- Charts/vtkChart.h 10 additions, 0 deletionsCharts/vtkChart.h
- Charts/vtkContextScene.h 10 additions, 0 deletionsCharts/vtkContextScene.h
- Charts/vtkScatterPlotMatrix.cxx 28 additions, 0 deletionsCharts/vtkScatterPlotMatrix.cxx
- Charts/vtkScatterPlotMatrix.h 10 additions, 0 deletionsCharts/vtkScatterPlotMatrix.h
Loading
Please register or sign in to comment