VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Parallel
vtkPOutlineFilter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPOutlineFilter.h
5
6
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7
All rights reserved.
8
See Copyright.txt or http://www.kitware.com/Copyright.htm 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
=========================================================================*/
26
#ifndef __vtkPOutlineFilter_h
27
#define __vtkPOutlineFilter_h
28
29
#include "
vtkPolyDataAlgorithm.h
"
30
class
vtkOutlineSource
;
31
class
vtkMultiProcessController
;
32
33
class
VTK_PARALLEL_EXPORT
vtkPOutlineFilter
:
public
vtkPolyDataAlgorithm
34
{
35
public
:
36
static
vtkPOutlineFilter
*
New
();
37
vtkTypeMacro(
vtkPOutlineFilter
,
vtkPolyDataAlgorithm
);
38
void
PrintSelf
(ostream& os,
vtkIndent
indent);
39
41
42
virtual
void
SetController(
vtkMultiProcessController
*);
43
vtkGetObjectMacro(Controller,
vtkMultiProcessController
);
45
46
protected
:
47
vtkPOutlineFilter
();
48
~
vtkPOutlineFilter
();
49
50
vtkMultiProcessController
*
Controller
;
51
vtkOutlineSource
*
OutlineSource
;
52
virtual
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
53
virtual
int
RequestInformation
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
54
virtual
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
55
56
private
:
57
vtkPOutlineFilter
(
const
vtkPOutlineFilter
&);
// Not implemented.
58
void
operator=(
const
vtkPOutlineFilter
&);
// Not implemented.
59
};
60
61
#endif
Generated on Thu Mar 13 2014 08:10:27 for VTK by
1.8.1.2