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