VTK
vtkPolyDataToPolyDataFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPolyDataToPolyDataFilter.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 =========================================================================*/
36 #ifndef __vtkPolyDataToPolyDataFilter_h
37 #define __vtkPolyDataToPolyDataFilter_h
38 
39 #include "vtkPolyDataSource.h"
40 
41 class vtkPolyData;
42 
44 {
45 public:
47  void PrintSelf(ostream& os, vtkIndent indent);
48 
50 
51  virtual void SetInput(vtkPolyData *input);
52  vtkPolyData *GetInput();
54 
55 protected:
58 
59  virtual int FillInputPortInformation(int, vtkInformation*);
60 
61 private:
62  vtkPolyDataToPolyDataFilter(const vtkPolyDataToPolyDataFilter&); // Not implemented.
63  void operator=(const vtkPolyDataToPolyDataFilter&); // Not implemented.
64 };
65 
66 #endif
67 
68 
Store vtkAlgorithm input/output information.
#define VTK_FILTERING_EXPORT
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:81
a simple class to control print indentation
Definition: vtkIndent.h:37
abstract class whose subclasses generate polygonal data
void PrintSelf(ostream &os, vtkIndent indent)