33 #ifndef vtkSplitByCellScalarFilter_h 34 #define vtkSplitByCellScalarFilter_h 36 #include "vtkFiltersGeneralModule.h" 56 vtkGetMacro(PassAllPoints,
bool);
57 vtkSetMacro(PassAllPoints,
bool);
58 vtkBooleanMacro(PassAllPoints,
bool);
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkMultiBlockDataSetAlgorithm * New()
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
splits input dataset according an integer cell scalar array.