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 
24 class VTKREMOTINGMISC_EXPORT vtkSMInteractiveSelectionPipeline : public vtkSMPreselectionPipeline
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
vtkObject::New
static vtkObject * New()
vtkSMPreselectionPipeline::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
vtkIndent
vtkSMPreselectionPipeline
Definition: vtkSMPreselectionPipeline.h:30
vtkSMInteractiveSelectionPipeline
Definition: vtkSMInteractiveSelectionPipeline.h:24
vtkSMPreselectionPipeline.h