40 #ifndef __vtkMergeDataObjectFilter_h
41 #define __vtkMergeDataObjectFilter_h
43 #include "vtkFiltersCoreModule.h"
44 #include "vtkDataSetAlgorithm.h"
51 void PrintSelf(ostream& os, vtkIndent indent);
55 void SetDataObjectInputData(vtkDataObject *
object);
56 vtkDataObject *GetDataObject();
64 vtkSetMacro(OutputField,
int);
65 vtkGetMacro(OutputField,
int);
66 void SetOutputFieldToDataObjectField();
67 void SetOutputFieldToPointDataField();
68 void SetOutputFieldToCellDataField();
76 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
77 int FillInputPortInformation(
int port, vtkInformation *info);
merge dataset and data object field to create dataset with attribute data