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