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