29 #ifndef __vtkvmtkAppendFilter_h 30 #define __vtkvmtkAppendFilter_h 32 #include "vtkAppendFilter.h" 33 #include "vtkvmtkWin32Header.h" 35 class vtkDataSetCollection;
43 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
45 vtkSetMacro(MergeDuplicatePoints,
int);
46 vtkGetMacro(MergeDuplicatePoints,
int);
47 vtkBooleanMacro(MergeDuplicatePoints,
int);
54 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
merges points, point data, and cell data.