54 #ifndef vtkAppendCompositeDataLeaves_h
55 #define vtkAppendCompositeDataLeaves_h
57 #include "vtkFiltersCoreModule.h"
78 vtkGetMacro(AppendFieldData,
int);
95 int RequestData( vtkInformation*, vtkInformationVector**, vtkInformationVector* ) VTK_OVERRIDE;
100 int FillInputPortInformation(
int port, vtkInformation*
info ) VTK_OVERRIDE;
105 virtual
void AppendUnstructuredGrids(vtkInformationVector* inputVector,
111 virtual
void AppendPolyData(vtkInformationVector* inputVector,
120 virtual
void AppendFieldDataArrays(vtkInformationVector* inputVector,
130 #endif // vtkAppendCompositeDataLeaves_h
abstract class to specify dataset behavior
Superclass for algorithms that produce only vtkCompositeDataSet as output.
superclass for composite data iterators
abstract superclass for composite (multi-block or AMR) datasets
a simple class to control print indentation
appends one or more composite datasets with the same structure together into a single output composit...
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkCompositeDataSetAlgorithm * New()
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.