VTK
vtkUnstructuredGridToUnstructuredGridFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkUnstructuredGridToUnstructuredGridFilter.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 =========================================================================*/
23 #ifndef __vtkUnstructuredGridToUnstructuredGridFilter_h
24 #define __vtkUnstructuredGridToUnstructuredGridFilter_h
25 
26 #include "vtkUnstructuredGridSource.h"
27 
28 class VTK_FILTERING_EXPORT vtkUnstructuredGridToUnstructuredGridFilter : public vtkUnstructuredGridSource
29 {
30 public:
31  vtkTypeMacro(vtkUnstructuredGridToUnstructuredGridFilter,vtkUnstructuredGridSource);
32  void PrintSelf(ostream& os, vtkIndent indent);
33 
35 
36  void SetInput(vtkUnstructuredGrid *input);
37  vtkUnstructuredGrid *GetInput();
39 
40  virtual int FillInputPortInformation(int, vtkInformation*);
41 
42 protected:
45 private:
47  void operator=(const vtkUnstructuredGridToUnstructuredGridFilter&); // Not implemented.
48 };
49 
50 #endif
51 
52 
Store vtkAlgorithm input/output information.
#define VTK_FILTERING_EXPORT
a simple class to control print indentation
Definition: vtkIndent.h:37
dataset represents arbitrary combinations of all possible cell types