VTK
vtkDataSetToStructuredGridFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkDataSetToStructuredGridFilter.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 __vtkDataSetToStructuredGridFilter_h
24 #define __vtkDataSetToStructuredGridFilter_h
25 
27 
28 class vtkDataSet;
29 
31 {
32 public:
34  void PrintSelf(ostream& os, vtkIndent indent);
35 
37 
38  virtual void SetInput(vtkDataSet *input);
39  vtkDataSet *GetInput();
41 
42 protected:
45 
46  virtual int FillInputPortInformation(int, vtkInformation*);
47 
48 private:
50  void operator=(const vtkDataSetToStructuredGridFilter&); // Not implemented.
51 };
52 
53 #endif
54 
55 
Store vtkAlgorithm input/output information.
#define VTK_FILTERING_EXPORT
abstract class to specify dataset behavior
Definition: vtkDataSet.h:58
void PrintSelf(ostream &os, vtkIndent indent)
Abstract class whose subclasses generates structured grid data.
a simple class to control print indentation
Definition: vtkIndent.h:37