17#ifndef vtkBlockIdScalars_h
18#define vtkBlockIdScalars_h
20#include "vtkFiltersGeneralModule.h"
23VTK_ABI_NAMESPACE_BEGIN
36 vtkSetMacro(TraverseSubTree,
bool);
37 vtkGetMacro(TraverseSubTree,
bool);
38 vtkBooleanMacro(TraverseSubTree,
bool);
46 vtkSetMacro(VisitOnlyLeaves,
bool);
47 vtkGetMacro(VisitOnlyLeaves,
bool);
48 vtkBooleanMacro(VisitOnlyLeaves,
bool);
62 bool TraverseSubTree =
false;
63 bool VisitOnlyLeaves =
false;
static vtkBlockIdScalars * New()
~vtkBlockIdScalars() override
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation