VTK
vtkDataSetToStructuredPointsFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkDataSetToStructuredPointsFilter.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 __vtkDataSetToStructuredPointsFilter_h
27 #define __vtkDataSetToStructuredPointsFilter_h
28 
30 
31 class vtkDataSet;
32 
34 {
35 public:
37  void PrintSelf(ostream& os, vtkIndent indent);
38 
40 
41  virtual void SetInput(vtkDataSet *input);
42  vtkDataSet *GetInput();
44 
45 protected:
48 
49  // All the DataSetToStructuredPointsFilters require all their input.
51 
52  virtual int FillInputPortInformation(int, vtkInformation*);
53 
54 private:
56  void operator=(const vtkDataSetToStructuredPointsFilter&); // Not implemented.
57 };
58 
59 #endif
60 
61 
62 
63 
64 
virtual int FillInputPortInformation(int, vtkInformation *)
Store vtkAlgorithm input/output information.
#define VTK_FILTERING_EXPORT
abstract class to specify dataset behavior
Definition: vtkDataSet.h:58
Abstract class whose subclasses generates structured Points data.
void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
Definition: vtkIndent.h:37
general representation of visualization data
Definition: vtkDataObject.h:70
virtual void ComputeInputUpdateExtents(vtkDataObject *output)