ParaView
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 "vtkPVClientServerCoreDefaultModule.h" //needed for exports
26 #include "vtkPVExtractSelection.h"
27 
28 class VTKPVCLIENTSERVERCOREDEFAULT_EXPORT vtkPVSingleOutputExtractSelection
29  : public vtkPVExtractSelection
30 {
31 public:
34  void PrintSelf(ostream& os, vtkIndent indent);
35 
36 protected:
39 
40 private:
42  void operator=(const vtkPVSingleOutputExtractSelection&) VTK_DELETE_FUNCTION;
43 };
44 
45 #endif
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)
static vtkPVExtractSelection * New()
Constructor.