VTK
vtkUnstructuredGridToPolyDataFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkUnstructuredGridToPolyDataFilter.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 __vtkUnstructuredGridToPolyDataFilter_h
27 #define __vtkUnstructuredGridToPolyDataFilter_h
28 
29 #include "vtkPolyDataSource.h"
30 
31 class vtkUnstructuredGrid;
32 
34 {
35 public:
37  void PrintSelf(ostream& os, vtkIndent indent);
38 
40 
41  virtual void SetInput(vtkUnstructuredGrid *input);
42  vtkUnstructuredGrid *GetInput();
44 
46  virtual void ComputeInputUpdateExtents( vtkDataObject *output );
47 
48 protected:
51 
52  virtual int FillInputPortInformation(int, vtkInformation*);
53 
54 private:
56  void operator=(const vtkUnstructuredGridToPolyDataFilter&); // Not implemented.
57 };
58 
59 #endif
60 
61 
Store vtkAlgorithm input/output information.
#define VTK_FILTERING_EXPORT
void ComputeInputUpdateExtents(vtkDataObject *output)
a simple class to control print indentation
Definition: vtkIndent.h:37
abstract class whose subclasses generate polygonal data
void PrintSelf(ostream &os, vtkIndent indent)
helper class to get VTK data object types as string and instantiate them