35 #ifndef __vtkImageDataToPointSet_h
36 #define __vtkImageDataToPointSet_h
38 #include "vtkFiltersGeneralModule.h"
39 #include "vtkStructuredGridAlgorithm.h"
42 class vtkStructuredData;
48 virtual void PrintSelf(ostream &os, vtkIndent indent);
56 int RequestData(vtkInformation *request,
57 vtkInformationVector **inputVector,
58 vtkInformationVector *outputVector);
60 virtual int FillInputPortInformation(
int port, vtkInformation *info);
66 int CopyStructure(vtkStructuredGrid *outData, vtkImageData *inData);
70 #endif //__vtkImageDataToPointSet_h
Converts a vtkImageData to a vtkPointSet.