VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
vtkStructuredGridOutlineFilter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkStructuredGridOutlineFilter.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
=========================================================================*/
29
#ifndef __vtkStructuredGridOutlineFilter_h
30
#define __vtkStructuredGridOutlineFilter_h
31
32
#include "
vtkPolyDataAlgorithm.h
"
33
34
class
VTK_GRAPHICS_EXPORT
vtkStructuredGridOutlineFilter
:
public
vtkPolyDataAlgorithm
35
{
36
public
:
37
static
vtkStructuredGridOutlineFilter
*
New
();
38
vtkTypeMacro(
vtkStructuredGridOutlineFilter
,
vtkPolyDataAlgorithm
);
39
40
protected
:
41
vtkStructuredGridOutlineFilter
() {};
42
~vtkStructuredGridOutlineFilter
() {};
43
44
virtual
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
45
virtual
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
46
47
private
:
48
vtkStructuredGridOutlineFilter
(
const
vtkStructuredGridOutlineFilter
&);
// Not implemented.
49
void
operator=(
const
vtkStructuredGridOutlineFilter
&);
// Not implemented.
50
};
51
52
#endif
Generated on Sun Sep 9 2012 13:03:31 for VTK by
1.8.1.2