32 #ifndef __vtkAppendFilter_h
33 #define __vtkAppendFilter_h
35 #include "vtkFiltersCoreModule.h"
46 void PrintSelf(ostream& os, vtkIndent indent);
61 vtkGetMacro(MergePoints,
int);
68 vtkSetMacro(MergePoints,
int);
71 vtkBooleanMacro(MergePoints,
int);
74 void RemoveInputData(vtkDataSet *in);
84 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
85 vtkGetMacro(OutputPointsPrecision,
int);
93 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
103 int AppendBlocksWithPointLocator( vtkInformationVector ** inputVector,
104 vtkInformationVector * outputVector );
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
maintain an unordered list of dataset objects
static vtkUnstructuredGridAlgorithm * New()
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkDataObject * GetInput()
void PrintSelf(ostream &os, vtkIndent indent)
vtkDataSetCollection * InputList
Superclass for algorithms that produce only unstructured grid as output.
appends one or more datasets together into a single unstructured grid
int OutputPointsPrecision