33#ifndef vtkAppendFilter_h
34#define vtkAppendFilter_h
36#include "vtkFiltersCoreModule.h"
63 vtkGetMacro(MergePoints,
int);
94 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
95 vtkGetMacro(OutputPointsPrecision,
int);
116 int OutputPointsPrecision;
126 void AppendArrays(
int attributesType,
appends one or more datasets together into a single unstructured grid
void RemoveInputData(vtkDataSet *in)
Remove a dataset from the list of data to append.
~vtkAppendFilter() override
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.
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
Superclass for algorithms that produce only unstructured grid as output.
vtkDataObject * GetInput()
dataset represents arbitrary combinations of all possible cell types
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.