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
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkDataObject * GetInput()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
vtkDataSetCollection * InputList
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
abstract class to specify dataset behavior
appends one or more datasets together into a single unstructured grid
static vtkUnstructuredGridAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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
int OutputPointsPrecision