VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Filtering
vtkStructuredPointsToStructuredPointsFilter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkStructuredPointsToStructuredPointsFilter.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 __vtkStructuredPointsToStructuredPointsFilter_h
28
#define __vtkStructuredPointsToStructuredPointsFilter_h
29
30
#include "
vtkStructuredPointsSource.h
"
31
32
class
vtkImageData
;
33
34
class
VTK_FILTERING_EXPORT
vtkStructuredPointsToStructuredPointsFilter
:
public
vtkStructuredPointsSource
35
{
36
public
:
37
vtkTypeMacro(
vtkStructuredPointsToStructuredPointsFilter
,
vtkStructuredPointsSource
);
38
void
PrintSelf
(ostream& os,
vtkIndent
indent);
39
41
42
void
SetInput(
vtkImageData
*input);
43
vtkImageData
*GetInput();
45
46
protected
:
47
vtkStructuredPointsToStructuredPointsFilter
();
48
~
vtkStructuredPointsToStructuredPointsFilter
();
49
50
// Since input[0] and output are of same type, we can create this
51
// method that defaults to just copying information.
52
void
ExecuteInformation
();
53
54
void
ComputeInputUpdateExtents
(
vtkDataObject
*output);
55
virtual
int
FillInputPortInformation
(
int
,
vtkInformation
*);
56
57
private
:
58
vtkStructuredPointsToStructuredPointsFilter
(
const
vtkStructuredPointsToStructuredPointsFilter
&);
// Not implemented.
59
void
operator=(
const
vtkStructuredPointsToStructuredPointsFilter
&);
// Not implemented.
60
};
61
62
#endif
63
64
Generated on Sun Sep 15 2013 03:44:23 for VTK by
1.8.4