vtkPVSingleOutputExtractSelection.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: $RCSfile$
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html 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 =========================================================================*/
22 #ifndef vtkPVSingleOutputExtractSelection_h
23 #define vtkPVSingleOutputExtractSelection_h
24 
25 #include "vtkPVExtractSelection.h"
26 
28  : public vtkPVExtractSelection
29 {
30 public:
33  void PrintSelf(ostream& os, vtkIndent indent) override;
34 
35 protected:
38 
39 private:
41  void operator=(const vtkPVSingleOutputExtractSelection&) = delete;
42 };
43 
44 #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.