27#ifndef vtkAppendFilter_h 
   28#define vtkAppendFilter_h 
   30#include "vtkFiltersCoreModule.h"  
   33VTK_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);
 
appends one or more datasets together into a single unstructured grid
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
vtkDataSetCollection * InputList
 
void RemoveInputData(vtkDataSet *in)
Remove a dataset from the list of data to append.
 
vtkDataSet * GetInput()
Get any input of this filter.
 
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
~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.
 
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
 
int OutputPointsPrecision
 
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.
 
dataset represents arbitrary combinations of all possible cell types