VTK
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 =========================================================================*/
24 #ifndef vtkStructuredGridOutlineFilter_h
25 #define vtkStructuredGridOutlineFilter_h
26 
27 #include "vtkFiltersCoreModule.h" // For export macro
28 #include "vtkPolyDataAlgorithm.h"
29 
30 class VTKFILTERSCORE_EXPORT vtkStructuredGridOutlineFilter : public vtkPolyDataAlgorithm
31 {
32 public:
35 
36 protected:
39 
41  int FillInputPortInformation(int port, vtkInformation *info) VTK_OVERRIDE;
42 
43 private:
45  void operator=(const vtkStructuredGridOutlineFilter&) VTK_DELETE_FUNCTION;
46 };
47 
48 #endif
49 // VTK-HeaderTest-Exclude: vtkStructuredGridOutlineFilter.h
Store vtkAlgorithm input/output information.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
Store zero or more vtkInformation instances.
create wireframe outline for structured grid