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 
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
#define VTKPVVTKEXTENSIONSEXTRACTION_EXPORT
Adds a two more output ports to vtkExtractSelection, the second port contains an id selection and the...
vtkPVSingleOutputExtractSelection extends to vtkPVExtractSelection to simply hide the second output-p...
void PrintSelf(ostream &os, vtkIndent indent) override
static vtkPVExtractSelection * New()
Constructor.