33 #ifndef __vtkSurfaceReconstructionFilter_h
34 #define __vtkSurfaceReconstructionFilter_h
36 #include "vtkImagingHybridModule.h"
37 #include "vtkImageAlgorithm.h"
43 void PrintSelf(ostream& os, vtkIndent indent);
55 vtkGetMacro(NeighborhoodSize,
int);
56 vtkSetMacro(NeighborhoodSize,
int);
62 vtkGetMacro(SampleSpacing,
double);
63 vtkSetMacro(SampleSpacing,
double);
70 virtual int RequestInformation (vtkInformation *,
71 vtkInformationVector **,
72 vtkInformationVector *);
73 virtual int RequestData (vtkInformation *,
74 vtkInformationVector **,
75 vtkInformationVector *);
80 virtual int FillInputPortInformation(
int, vtkInformation*);
~vtkSurfaceReconstructionFilter()
reconstructs a surface from unorganized points