Go to the documentation of this file.
33 #ifndef vtkSplitByCellScalarFilter_h
34 #define vtkSplitByCellScalarFilter_h
36 #include "vtkFiltersGeneralModule.h"
56 vtkGetMacro(PassAllPoints,
bool);
57 vtkSetMacro(PassAllPoints,
bool);
58 vtkBooleanMacro(PassAllPoints,
bool);
static vtkMultiBlockDataSetAlgorithm * New()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
splits input dataset according an integer cell scalar array.
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.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.