VTK
vtkStructuredPointsToPolyDataFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkStructuredPointsToPolyDataFilter.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 =========================================================================*/
27 #ifndef __vtkStructuredPointsToPolyDataFilter_h
28 #define __vtkStructuredPointsToPolyDataFilter_h
29 
30 #include "vtkPolyDataSource.h"
31 
32 class vtkImageData;
33 
35 {
36 public:
37  vtkTypeMacro(vtkStructuredPointsToPolyDataFilter,vtkPolyDataSource);
38  void PrintSelf(ostream& os, vtkIndent indent);
39 
41 
42  virtual void SetInput(vtkImageData *input);
43  vtkImageData *GetInput();
45 
46 protected:
49 
50  void ComputeInputUpdateExtents(vtkDataObject *output);
51  virtual int FillInputPortInformation(int, vtkInformation*);
52 
53 private:
55  void operator=(const vtkStructuredPointsToPolyDataFilter&); // Not implemented.
56 };
57 
58 #endif
59 
60 
Store vtkAlgorithm input/output information.
#define VTK_FILTERING_EXPORT
a simple class to control print indentation
Definition: vtkIndent.h:37
topologically and geometrically regular array of data
Definition: vtkImageData.h:43
helper class to get VTK data object types as string and instantiate them