vtkPVSingleOutputExtractSelection.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
10 #ifndef vtkPVSingleOutputExtractSelection_h
11 #define vtkPVSingleOutputExtractSelection_h
12 
13 #include "vtkPVExtractSelection.h"
14 
15 class VTKPVVTKEXTENSIONSEXTRACTION_EXPORT vtkPVSingleOutputExtractSelection
16  : public vtkPVExtractSelection
17 {
18 public:
21  void PrintSelf(ostream& os, vtkIndent indent) override;
22 
23 protected:
26 
27 private:
29  void operator=(const vtkPVSingleOutputExtractSelection&) = delete;
30 };
31 
32 #endif
vtkPVExtractSelection
Adds a two more output ports to vtkExtractSelection, the second port contains an id selection and the...
Definition: vtkPVExtractSelection.h:40
vtkIndent
vtkPVExtractSelection::New
static vtkPVExtractSelection * New()
Constructor.
vtkPVExtractSelection::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
vtkPVSingleOutputExtractSelection
Definition: vtkPVSingleOutputExtractSelection.h:15
vtkPVExtractSelection.h