29 #ifndef __vtkImageToStructuredPoints_h
30 #define __vtkImageToStructuredPoints_h
32 #include "vtkImageAlgorithm.h"
35 class vtkStructuredPoints;
42 void PrintSelf(ostream& os,
vtkIndent indent);
46 void SetVectorInput(vtkImageData *input);
47 vtkImageData *GetVectorInput();
51 vtkStructuredPoints* GetStructuredPointsOutput();
a simple class to control print indentation
Attaches image pipeline to VTK.