ParaView
ParaViewCore
ClientServerCore
Default
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
:
32
static
vtkPVSingleOutputExtractSelection
*
New
();
33
vtkTypeMacro(
vtkPVSingleOutputExtractSelection
,
vtkPVExtractSelection
);
34
void
PrintSelf
(ostream& os, vtkIndent indent);
35
36
protected
:
37
vtkPVSingleOutputExtractSelection
();
38
~
vtkPVSingleOutputExtractSelection
();
39
40
private
:
41
vtkPVSingleOutputExtractSelection
(
const
vtkPVSingleOutputExtractSelection
&) VTK_DELETE_FUNCTION;
42
void
operator=(const
vtkPVSingleOutputExtractSelection
&) VTK_DELETE_FUNCTION;
43
};
44
45
#endif
vtkPVExtractSelection
Adds a two more output ports to vtkExtractSelection, the second port contains an id selection and the...
Definition:
vtkPVExtractSelection.h:51
vtkPVSingleOutputExtractSelection
vtkPVSingleOutputExtractSelection extends to vtkPVExtractSelection to simply hide the second output-p...
Definition:
vtkPVSingleOutputExtractSelection.h:28
vtkPVExtractSelection::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkPVExtractSelection::New
static vtkPVExtractSelection * New()
Constructor.
vtkPVExtractSelection.h
Generated by
1.8.12