23 #ifndef vtkPVMergeTablesComposite_h 24 #define vtkPVMergeTablesComposite_h 52 vtkGetMacro(MergeStrategy,
int);
53 vtkSetClampMacro(MergeStrategy,
int, ALL, LEAVES);
69 void MergeAllTables(
const std::vector<vtkDataObjectTree*>& inputs,
vtkDataObjectTree* output);
70 void MergeLeavesTables(
const std::vector<vtkDataObjectTree*>& inputs,
vtkDataObjectTree* output);
72 int MergeStrategy = LEAVES;
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkDataObjectAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
used to merge rows in tables from composite datasets.
#define VTKPVVTKEXTENSIONSMISC_EXPORT
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void operator=(const vtkObjectBase &)