30 #ifndef vtkAppendFilter_h
31 #define vtkAppendFilter_h
33 #include "vtkFiltersCoreModule.h"
60 vtkGetMacro(MergePoints,
int);
91 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
92 vtkGetMacro(OutputPointsPrecision,
int);
101 int RequestUpdateExtent(vtkInformation *,
102 vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
103 int FillInputPortInformation(
int port, vtkInformation *
info) VTK_OVERRIDE;
113 int OutputPointsPrecision;
123 void AppendArrays(
int attributesType,
124 vtkInformationVector **inputVector,
maintain an unordered list of dataset objects
abstract class to specify dataset behavior
static vtkUnstructuredGridAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkDataObject * GetInput()
a simple class to control print indentation
dataset represents arbitrary combinations of all possible cell types
represent and manipulate attribute data in a dataset
Superclass for algorithms that produce only unstructured grid as output.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
appends one or more datasets together into a single unstructured grid
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.