53 #ifndef __vtkAppendCompositeDataLeaves_h
54 #define __vtkAppendCompositeDataLeaves_h
56 #include "vtkFiltersCoreModule.h"
68 void PrintSelf( ostream& os, vtkIndent indent );
76 vtkSetMacro(AppendFieldData,
int);
77 vtkGetMacro(AppendFieldData,
int);
78 vtkBooleanMacro(AppendFieldData,
int);
87 virtual int RequestDataObject( vtkInformation*, vtkInformationVector**, vtkInformationVector* );
90 virtual int RequestData( vtkInformation*, vtkInformationVector**, vtkInformationVector* );
98 virtual void AppendUnstructuredGrids(vtkInformationVector* inputVector,
105 virtual void AppendPolyData(vtkInformationVector* inputVector,
114 virtual void AppendFieldDataArrays(vtkInformationVector* inputVector,
125 #endif // __vtkAppendCompositeDataLeaves_h
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Superclass for algorithms that produce only vtkCompositeDataSet as output.
superclass for composite data iterators
abstract superclass for composite (multi-block or AMR) datasets
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
appends one or more composite datasets with the same structure together into a single output composit...
void PrintSelf(ostream &os, vtkIndent indent)
static vtkCompositeDataSetAlgorithm * New()
virtual int FillInputPortInformation(int port, vtkInformation *info)