96#ifndef vtkAppendFilter_h
97#define vtkAppendFilter_h
99#include "vtkFiltersCoreModule.h"
105VTK_ABI_NAMESPACE_BEGIN
131 vtkGetMacro(UseImplicitArray,
bool);
132 vtkSetMacro(UseImplicitArray,
bool);
133 vtkBooleanMacro(UseImplicitArray,
bool);
199 static void AppendArrays(
const std::vector<vtkDataSet*>& datasets,
int attributesType,
233 bool UseImplicitArray =
false;
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkDataSetCollection * InputList
void RemoveInputData(vtkDataSet *in)
Remove a dataset from the list of data to append.
vtkDataSet * GetInput()
Get any input of this filter.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkAppendFilter() override
static void AppendArrays(const std::vector< vtkDataSet * > &datasets, int attributesType, vtkDataSet *output, vtkIdType totalNumberOfElements, bool useImplicit)
Find the arrays that exist in each input dataset, and concatenate them in the output.
static vtkAppendFilter * New()
vtkDataSetCollection * GetInputList()
Returns a copy of the input array.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkDataSet * GetInput(int idx)
Get any input of this filter.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int OutputPointsPrecision
represent and manipulate attribute data in a dataset
maintain an unordered list of dataset objects
abstract class to specify dataset behavior
a simple class to control print indentation
vtkUnstructuredGridAlgorithm()