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 
29 #include "vtkStructuredPointsSource.h"
30 
31 class vtkDataSet;
32 
33 class VTK_FILTERING_EXPORT vtkDataSetToStructuredPointsFilter : public vtkStructuredPointsSource
34 {
35 public:
36  vtkTypeMacro(vtkDataSetToStructuredPointsFilter,vtkStructuredPointsSource);
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.
50  void ComputeInputUpdateExtents(vtkDataObject *output);
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 
Store vtkAlgorithm input/output information.
#define VTK_FILTERING_EXPORT
abstract class to specify dataset behavior
Definition: vtkDataSet.h:58
a simple class to control print indentation
Definition: vtkIndent.h:37
helper class to get VTK data object types as string and instantiate them