VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Filtering
vtkUnstructuredGridToPolyDataFilter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkUnstructuredGridToPolyDataFilter.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 __vtkUnstructuredGridToPolyDataFilter_h
27
#define __vtkUnstructuredGridToPolyDataFilter_h
28
29
#include "
vtkPolyDataSource.h
"
30
31
class
vtkUnstructuredGrid
;
32
33
class
VTK_FILTERING_EXPORT
vtkUnstructuredGridToPolyDataFilter
:
public
vtkPolyDataSource
34
{
35
public
:
36
vtkTypeMacro(
vtkUnstructuredGridToPolyDataFilter
,
vtkPolyDataSource
);
37
void
PrintSelf
(ostream& os,
vtkIndent
indent);
38
40
41
virtual
void
SetInput(
vtkUnstructuredGrid
*input);
42
vtkUnstructuredGrid
*GetInput();
44
46
virtual
void
ComputeInputUpdateExtents
(
vtkDataObject
*output );
47
48
protected
:
49
vtkUnstructuredGridToPolyDataFilter
();
50
~
vtkUnstructuredGridToPolyDataFilter
();
51
52
virtual
int
FillInputPortInformation
(
int
,
vtkInformation
*);
53
54
private
:
55
vtkUnstructuredGridToPolyDataFilter
(
const
vtkUnstructuredGridToPolyDataFilter
&);
// Not implemented.
56
void
operator=(
const
vtkUnstructuredGridToPolyDataFilter
&);
// Not implemented.
57
};
58
59
#endif
60
61
Generated on Wed Nov 21 2012 21:33:46 for VTK by
1.8.2