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