VTK
vtkSurfaceReconstructionFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkSurfaceReconstructionFilter.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 =========================================================================*/
33 #ifndef __vtkSurfaceReconstructionFilter_h
34 #define __vtkSurfaceReconstructionFilter_h
35 
36 #include "vtkImageAlgorithm.h"
37 
39 {
40 public:
42  void PrintSelf(ostream& os, vtkIndent indent);
43 
46 
48 
54  vtkGetMacro(NeighborhoodSize,int);
55  vtkSetMacro(NeighborhoodSize,int);
57 
59 
61  vtkGetMacro(SampleSpacing,double);
62  vtkSetMacro(SampleSpacing,double);
64 
65 protected:
68 
69  virtual int RequestInformation (vtkInformation *,
72  virtual int RequestData (vtkInformation *,
75 
77  double SampleSpacing;
78 
79  virtual int FillInputPortInformation(int, vtkInformation*);
80 
81 private:
83  void operator=(const vtkSurfaceReconstructionFilter&); // Not implemented.
84 };
85 
86 #endif
87 
Store vtkAlgorithm input/output information.
a simple class to control print indentation
Definition: vtkIndent.h:37
#define VTK_IMAGING_EXPORT
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int FillInputPortInformation(int port, vtkInformation *info)
reconstructs a surface from unorganized points
Generic algorithm superclass for image algs.
Store zero or more vtkInformation instances.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAlgorithm * New()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)