ParaView
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 "vtkPVServerManagerDefaultModule.h" //needed for exports
34 
35 class VTKPVSERVERMANAGERDEFAULT_EXPORT vtkSMInteractiveSelectionPipeline
37 {
38 public:
41  void PrintSelf(ostream& os, vtkIndent indent);
42  static vtkSMInteractiveSelectionPipeline* GetInstance();
43 
44 protected:
47 
48 private:
50  void operator=(const vtkSMInteractiveSelectionPipeline&) VTK_DELETE_FUNCTION;
51 };
52 
53 #endif
void PrintSelf(ostream &os, vtkIndent indent)
Preselection enables the user to inspect cells/points without actually selecting them.
Interactive selection enables the user to inspect cells/points before he decides to select them...