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