19#ifndef vtkAppendPartitionedDataSetCollection_h
20#define vtkAppendPartitionedDataSetCollection_h
22#include "vtkFiltersCoreModule.h"
26VTK_ABI_NAMESPACE_BEGIN
69 vtkGetMacro(AppendMode,
int);
78 vtkSetMacro(AppendFieldData,
bool);
79 vtkGetMacro(AppendFieldData,
bool);
80 vtkBooleanMacro(AppendFieldData,
bool);
100 bool AppendFieldData =
true;
void SetAppendModeToMergePartitions()
Set/Get the mode of the append filter.
AppendModes
AppendModes are used to specify how the append filter should behave.
int FillInputPortInformation(int port, vtkInformation *info) override
The input is repeatable, so we override the default implementation.
virtual void SetAppendMode(int)
Set/Get the mode of the append filter.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Methods for subclasses to override to handle different pipeline requests.
~vtkAppendPartitionedDataSetCollection() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkAppendPartitionedDataSetCollection * New()
void SetAppendModeToAppendPartitions()
Set/Get the mode of the append filter.
vtkAppendPartitionedDataSetCollection()
a simple class to control print indentation
vtkPartitionedDataSetCollectionAlgorithm()