27 #ifndef __vtkAppendPoints_h
28 #define __vtkAppendPoints_h
30 #include "vtkFiltersGeneralModule.h"
31 #include "vtkPolyDataAlgorithm.h"
38 void PrintSelf(ostream& os, vtkIndent indent);
45 vtkSetStringMacro(InputIdArrayName);
46 vtkGetStringMacro(InputIdArrayName);
54 virtual int RequestData(vtkInformation *,
55 vtkInformationVector **, vtkInformationVector *);
56 virtual int FillInputPortInformation(
int, vtkInformation *);
appends points of one or more vtkPolyData data sets