|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   33 #ifndef vtkSplitByCellScalarFilter_h 
   34 #define vtkSplitByCellScalarFilter_h 
   36 #include "vtkFiltersGeneralModule.h"  
   55   vtkGetMacro(PassAllPoints, 
bool);
 
   56   vtkSetMacro(PassAllPoints, 
bool);
 
   57   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.