vtkSMInteractiveSelectionPipeline.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
3 // SPDX-License-Identifier: BSD-3-Clause
18 #ifndef vtkSMInteractiveSelectionPipeline_h
19 #define vtkSMInteractiveSelectionPipeline_h
20 
21 #include "vtkRemotingMiscModule.h" //needed for exports
23 
25 {
26 public:
29  void PrintSelf(ostream& os, vtkIndent indent) override;
30  static vtkSMInteractiveSelectionPipeline* GetInstance();
31 
32 protected:
35 
36 private:
38  void operator=(const vtkSMInteractiveSelectionPipeline&) = delete;
39 };
40 
41 #endif
void PrintSelf(ostream &os, vtkIndent indent) override
Preselection enables the user to inspect cells/points without actually selecting them.
#define VTKREMOTINGMISC_EXPORT
Interactive selection enables the user to inspect cells/points before he decides to select them...
static vtkObject * New()