vtkSMInteractiveSelectionPipeline.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkSMInteractiveSelectionPipeline.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14  =========================================================================*/
29 #ifndef vtkSMInteractiveSelectionPipeline_h
30 #define vtkSMInteractiveSelectionPipeline_h
31 
32 #include "vtkRemotingMiscModule.h" //needed for exports
34 
36 {
37 public:
40  void PrintSelf(ostream& os, vtkIndent indent) override;
41  static vtkSMInteractiveSelectionPipeline* GetInstance();
42 
43 protected:
46 
47 private:
49  void operator=(const vtkSMInteractiveSelectionPipeline&) = delete;
50 };
51 
52 #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()