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