VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
vtkOutlineFilter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkOutlineFilter.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 __vtkOutlineFilter_h
30
#define __vtkOutlineFilter_h
31
32
#include "
vtkPolyDataAlgorithm.h
"
33
34
class
vtkOutlineSource
;
35
36
class
VTK_GRAPHICS_EXPORT
vtkOutlineFilter
:
public
vtkPolyDataAlgorithm
37
{
38
public
:
39
static
vtkOutlineFilter
*
New
();
40
vtkTypeMacro(
vtkOutlineFilter
,
vtkPolyDataAlgorithm
);
41
void
PrintSelf
(ostream& os,
vtkIndent
indent);
42
44
45
vtkSetMacro(GenerateFaces,
int
);
46
vtkBooleanMacro(GenerateFaces,
int
);
47
vtkGetMacro(GenerateFaces,
int
);
49
50
protected
:
51
vtkOutlineFilter
();
52
~
vtkOutlineFilter
();
53
54
int
GenerateFaces
;
55
vtkOutlineSource
*
OutlineSource
;
56
virtual
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
57
virtual
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
58
59
private
:
60
vtkOutlineFilter
(
const
vtkOutlineFilter
&);
// Not implemented.
61
void
operator=(
const
vtkOutlineFilter
&);
// Not implemented.
62
};
63
64
#endif
Generated on Sun Sep 9 2012 13:03:30 for VTK by
1.8.1.2