29 #ifndef vtkMergeDataObjectFilter_h
30 #define vtkMergeDataObjectFilter_h
33 #include "vtkFiltersCoreModule.h"
35 VTK_ABI_NAMESPACE_BEGIN
58 vtkSetMacro(OutputField,
int);
59 vtkGetMacro(OutputField,
int);
60 void SetOutputFieldToDataObjectField();
61 void SetOutputFieldToPointDataField();
62 void SetOutputFieldToCellDataField();
merge dataset and data object field to create dataset with attribute data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
Superclass for algorithms that produce output of the same type as input.
general representation of visualization data
static vtkDataSetAlgorithm * New()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.