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