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