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 | |
static void | vtkChartSelectionHelper::MakeSelection (vtkAnnotationLink *link, vtkIdTypeArray *selectionIds, vtkPlot *plot) |
static void | vtkChartSelectionHelper::MinusSelection (vtkIdTypeArray *selection, vtkIdTypeArray *oldSelection) |
static void | vtkChartSelectionHelper::AddSelection (vtkIdTypeArray *selection, vtkIdTypeArray *oldSelection) |
static void | vtkChartSelectionHelper::ToggleSelection (vtkIdTypeArray *selection, vtkIdTypeArray *oldSelection) |
static void | vtkChartSelectionHelper::BuildSelection (vtkAnnotationLink *link, int selectionMode, vtkIdTypeArray *plotSelection, vtkIdTypeArray *oldSelection, vtkPlot *plot) |
static int | vtkChartSelectionHelper::GetMouseSelectionMode (const vtkContextMouseEvent &mouse, int selectionMode) |