|
VTK
|
#include "vtkNew.h"#include "vtkSmartPointer.h"#include "vtkAnnotationLink.h"#include "vtkSelection.h"#include "vtkSelectionNode.h"#include "vtkIdTypeArray.h"#include "vtkContextScene.h"#include "vtkContextMouseEvent.h"#include "vtkInformation.h"#include "vtkPlot.h"#include "vtkTable.h"#include <vector>#include <algorithm>
Go to the source code of this file.
Namespaces | |
| namespace | vtkChartSelectionHelper |
Functions | |
| void | vtkChartSelectionHelper::MakeSelection (vtkAnnotationLink *link, vtkIdTypeArray *selectionIds, vtkPlot *plot) |
| void | vtkChartSelectionHelper::MinusSelection (vtkIdTypeArray *selection, vtkIdTypeArray *oldSelection) |
| void | vtkChartSelectionHelper::AddSelection (vtkIdTypeArray *selection, vtkIdTypeArray *oldSelection) |
| void | vtkChartSelectionHelper::ToggleSelection (vtkIdTypeArray *selection, vtkIdTypeArray *oldSelection) |
| void | vtkChartSelectionHelper::BuildSelection (vtkAnnotationLink *link, int selectionMode, vtkIdTypeArray *plotSelection, vtkIdTypeArray *oldSelection, vtkPlot *plot) |
| int | vtkChartSelectionHelper::GetMouseSelectionMode (const vtkContextMouseEvent &mouse, int selectionMode) |
1.8.0