VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Parallel
vtkPOutlineCornerFilter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPOutlineCornerFilter.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
=========================================================================*/
24
#ifndef __vtkPOutlineCornerFilter_h
25
#define __vtkPOutlineCornerFilter_h
26
27
#include "
vtkPolyDataAlgorithm.h
"
28
class
vtkOutlineCornerSource
;
29
class
vtkMultiProcessController
;
30
31
class
VTK_PARALLEL_EXPORT
vtkPOutlineCornerFilter
:
public
vtkPolyDataAlgorithm
32
{
33
public
:
34
vtkTypeMacro(
vtkPOutlineCornerFilter
,
vtkPolyDataAlgorithm
);
35
void
PrintSelf
(ostream& os,
vtkIndent
indent);
36
38
static
vtkPOutlineCornerFilter
*
New
();
39
41
43
vtkSetClampMacro(CornerFactor,
double
, 0.001, 0.5);
44
vtkGetMacro(CornerFactor,
double
);
46
48
49
virtual
void
SetController(
vtkMultiProcessController
*);
50
vtkGetObjectMacro(Controller,
vtkMultiProcessController
);
52
53
protected
:
54
vtkPOutlineCornerFilter
();
55
~
vtkPOutlineCornerFilter
();
56
57
vtkMultiProcessController
*
Controller
;
58
vtkOutlineCornerSource
*
OutlineCornerSource
;
59
virtual
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
60
virtual
int
RequestInformation
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
61
virtual
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
62
63
double
CornerFactor
;
64
private
:
65
vtkPOutlineCornerFilter
(
const
vtkPOutlineCornerFilter
&);
// Not implemented.
66
void
operator=(
const
vtkPOutlineCornerFilter
&);
// Not implemented.
67
};
68
69
#endif
Generated on Wed May 30 2012 13:22:20 for VTK by
1.8.1