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