VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
vtkOutlineCornerFilter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkOutlineCornerFilter.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
=========================================================================*/
29
#ifndef __vtkOutlineCornerFilter_h
30
#define __vtkOutlineCornerFilter_h
31
32
#include "
vtkPolyDataAlgorithm.h
"
33
class
vtkOutlineCornerSource
;
34
35
class
VTK_GRAPHICS_EXPORT
vtkOutlineCornerFilter
:
public
vtkPolyDataAlgorithm
36
{
37
public
:
38
vtkTypeMacro(
vtkOutlineCornerFilter
,
vtkPolyDataAlgorithm
);
39
void
PrintSelf
(ostream& os,
vtkIndent
indent);
40
42
static
vtkOutlineCornerFilter
*
New
();
43
45
47
vtkSetClampMacro(CornerFactor,
double
, 0.001, 0.5);
48
vtkGetMacro(CornerFactor,
double
);
50
51
protected
:
52
vtkOutlineCornerFilter
();
53
~
vtkOutlineCornerFilter
();
54
55
vtkOutlineCornerSource
*
OutlineCornerSource
;
56
virtual
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
57
virtual
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
58
59
double
CornerFactor
;
60
private
:
61
vtkOutlineCornerFilter
(
const
vtkOutlineCornerFilter
&);
// Not implemented.
62
void
operator=(
const
vtkOutlineCornerFilter
&);
// Not implemented.
63
};
64
65
#endif
Generated on Thu Mar 13 2014 08:10:02 for VTK by
1.8.1.2