VTK  9.0.1
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 
42 
43 private:
45  void operator=(const vtkStructuredGridOutlineFilter&) = delete;
46 };
47 
48 #endif
49 // VTK-HeaderTest-Exclude: vtkStructuredGridOutlineFilter.h
vtkStructuredGridOutlineFilter
create wireframe outline for structured grid
Definition: vtkStructuredGridOutlineFilter.h:30
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:35
vtkPolyDataAlgorithm.h
vtkX3D::port
@ port
Definition: vtkX3D.h:453
vtkPolyDataAlgorithm::RequestData
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkStructuredGridOutlineFilter::vtkStructuredGridOutlineFilter
vtkStructuredGridOutlineFilter()
Definition: vtkStructuredGridOutlineFilter.h:37
vtkStructuredGridOutlineFilter::~vtkStructuredGridOutlineFilter
~vtkStructuredGridOutlineFilter() override
Definition: vtkStructuredGridOutlineFilter.h:38
vtkPolyDataAlgorithm::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:73
vtkX3D::info
@ info
Definition: vtkX3D.h:382
vtkPolyDataAlgorithm::New
static vtkPolyDataAlgorithm * New()
vtkPolyDataAlgorithm
Superclass for algorithms that produce only polydata as output.
Definition: vtkPolyDataAlgorithm.h:41