55#ifndef vtkAppendCompositeDataLeaves_h
56#define vtkAppendCompositeDataLeaves_h
59#include "vtkFiltersCoreModule.h"
appends one or more composite datasets with the same structure together into a single output composit...
vtkAppendCompositeDataLeaves()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Since vtkCompositeDataSet is an abstract class and we output the same types as the input,...
~vtkAppendCompositeDataLeaves() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Iterates over the datasets and appends corresponding notes.
int FillInputPortInformation(int port, vtkInformation *info) override
The input is repeatable, so we override the default implementation.
virtual void AppendPolyData(vtkInformationVector *inputVector, int i, int numInputs, vtkCompositeDataIterator *iter, vtkCompositeDataSet *output)
When leaf nodes are polydata, this uses a vtkAppendPolyData to merge them.
virtual void AppendFieldDataArrays(vtkInformationVector *inputVector, int i, int numInputs, vtkCompositeDataIterator *iter, vtkDataSet *dset)
Both AppendUnstructuredGrids and AppendPolyData call AppendFieldDataArrays.
virtual void AppendUnstructuredGrids(vtkInformationVector *inputVector, int i, int numInputs, vtkCompositeDataIterator *iter, vtkCompositeDataSet *output)
When leaf nodes are unstructured grids, this uses a vtkAppendFilter to merge them.
vtkTypeBool AppendFieldData
static vtkAppendCompositeDataLeaves * New()
superclass for composite data iterators
Superclass for algorithms that produce only vtkCompositeDataSet as output.
abstract superclass for composite (multi-block or AMR) datasets
abstract class to specify dataset behavior
a simple class to control print indentation