27 #ifndef vtkAppendFilter_h
28 #define vtkAppendFilter_h
30 #include "vtkFiltersCoreModule.h"
33 VTK_ABI_NAMESPACE_BEGIN
72 vtkGetMacro(Tolerance,
double);
81 vtkSetMacro(ToleranceIsAbsolute,
bool);
82 vtkGetMacro(ToleranceIsAbsolute,
bool);
83 vtkBooleanMacro(ToleranceIsAbsolute,
bool);
103 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
104 vtkGetMacro(OutputPointsPrecision,
int);
143 VTK_ABI_NAMESPACE_END
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
maintain an unordered list of dataset objects
abstract class to specify dataset behavior
static vtkUnstructuredGridAlgorithm * New()
vtkDataSet * GetInput()
Get any input of this filter.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
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
vtkDataSetCollection * InputList
represent and manipulate attribute data in a dataset
Superclass for algorithms that produce only unstructured grid as output.
appends one or more datasets together into a single unstructured grid
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
int OutputPointsPrecision