Go to the documentation of this file.
33 #ifndef vtkAppendFilter_h
34 #define vtkAppendFilter_h
36 #include "vtkFiltersCoreModule.h"
94 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
95 vtkGetMacro(OutputPointsPrecision,
int);
126 void AppendArrays(
int attributesType,
represent and manipulate attribute data in a dataset
vtkDataSetCollection * GetInputList()
Returns a copy of the input array.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkDataObject * GetInput()
static vtkAppendFilter * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkDataSet * GetInput(int idx)
Get any input of this filter.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkDataSetCollection * InputList
~vtkAppendFilter() override
abstract class to specify dataset behavior
appends one or more datasets together into a single unstructured grid
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
maintain an unordered list of dataset objects
Superclass for algorithms that produce only unstructured grid as output.
dataset represents arbitrary combinations of all possible cell types
void RemoveInputData(vtkDataSet *in)
Remove a dataset from the list of data to append.
int OutputPointsPrecision