37#ifndef vtkExpandMarkedElements_h
38#define vtkExpandMarkedElements_h
40#include "vtkFiltersExtractionModule.h"
66 vtkGetMacro(NumberOfLayers,
int);
79 int NumberOfLayers = 2;
static vtkExpandMarkedElements * New()
vtkExpandMarkedElements()
void SetController(vtkMultiProcessController *)
Get/Set the controller to use.
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.
~vtkExpandMarkedElements() override
a simple class to control print indentation
Multiprocessing communication superclass.