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