32 #ifndef __vtkAppendFilter_h
33 #define __vtkAppendFilter_h
35 #include "vtkFiltersCoreModule.h"
36 #include "vtkUnstructuredGridAlgorithm.h"
38 class vtkDataSetCollection;
46 void PrintSelf(ostream& os, vtkIndent indent);
51 vtkDataSet *GetInput(
int idx);
53 {
return this->GetInput( 0 );}
61 vtkGetMacro(MergePoints,
int);
68 vtkSetMacro(MergePoints,
int);
71 vtkBooleanMacro(MergePoints,
int);
74 void RemoveInputData(vtkDataSet *in);
78 vtkDataSetCollection *GetInputList();
84 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
85 vtkGetMacro(OutputPointsPrecision,
int);
93 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
95 virtual int FillInputPortInformation(
int port, vtkInformation *info);
103 int AppendBlocksWithPointLocator( vtkInformationVector ** inputVector,
104 vtkInformationVector * outputVector );
vtkDataSetCollection * InputList
appends one or more datasets together into a single unstructured grid
int OutputPointsPrecision