36 #ifndef _vtkVertexGlyphFilter_h
37 #define _vtkVertexGlyphFilter_h
39 #include "vtkFiltersGeneralModule.h"
40 #include "vtkPolyDataAlgorithm.h"
46 virtual void PrintSelf(ostream &os, vtkIndent indent);
53 int RequestData(vtkInformation *,
54 vtkInformationVector **, vtkInformationVector *);
55 int FillInputPortInformation(
int, vtkInformation *);
62 #endif //_vtkVertexGlyphFilter_h
Make a vtkPolyData with a vertex on each point.